Skip to content
Snippets Groups Projects
  1. Jul 09, 2023
  2. Jul 08, 2023
  3. Jul 07, 2023
  4. Jul 04, 2023
  5. Jun 29, 2023
  6. Jun 28, 2023
    • Deucе's avatar
      Fix for b593c251 · 70af46a2
      Deucе authored
      The commit just the zero-length behaviour from uninitialized use
      with possible undefined behaviour to guaranteed undefined behaviour.
      70af46a2
  7. Jun 27, 2023
  8. Jun 26, 2023
    • Rob Swindell's avatar
      Fix: wasn't parsing origin point from type 2.2 packet headers · 2c24f21f
      Rob Swindell authored
      As Deon pointed out on DOVE-Net::Synchronet Discussion. Thanks!
      2c24f21f
    • Rob Swindell's avatar
      Eliminate STRERROR macro · 4a53863e
      Rob Swindell authored
      This macro hasn't done anything meaningful since we stopped using really old
      versions of Borland compilers (and std libraries) where strerror() returned a
      string terminated with a line-feed (\n) character.
      4a53863e
    • Rob Swindell's avatar
      Thread-safe wrappers for std/socket errno description getters for sbbs_t · ad6c078c
      Rob Swindell authored
      These should only be used in the sbbs_t methods called by node_thread or
      event_thread. Any other thread-shared sbbs_t instances should not use these
      methods since they share a single error description string buffer.
      ad6c078c
    • Rob Swindell's avatar
      Fix type 2.2 packet header generation · 30f7d76f
      Rob Swindell authored
      As reported by Deon on DOVE-Net: type 2.2 packet generation was not (since
      SBBSecho v3.0) setting the origin and destination point values correctly:
      was leaving the packet type 2.0 date values in these fields.
      
      Also, zero-out the reserved bytes in the type 2.2 packet header (don't leave
      the type 2.0 date values in there).
      
      Thanks for the report Deon!
      30f7d76f
  9. Jun 24, 2023
  10. Jun 18, 2023
  11. Jun 17, 2023
  12. Jun 16, 2023
    • Rob Swindell's avatar
      Strip control characters/sequences from custom node status strings · bff2639c
      Rob Swindell authored
      This utility doesn't expand Ctrl-A codes, so just strip them.
      bff2639c
    • Rob Swindell's avatar
      Add InactivityAlert, clear out NodeActionMultiChat · f7dac638
      Rob Swindell authored
      The InactivityAlert string is sent as a warning before disconnect when a
      visible alert (AreYouThere) shouldn't be sent. Defaults to 3 beeps.
      
      Remove the content of the NodeActionMultiChat (over-rides the hard-coded
      default node status) - weird that this was the only node status that reported
      the user's security level in the default configuration. This has been this
      way since sbbs v2.30, at least. I think it was to be sure that others could
      see the age/gender of those they were chatting with. But we have other methods
      of reporting that in node status now, so we don't need to use this override
      string to accomplish that.
      f7dac638
    • Deucе's avatar
      Revert "Use XDG_ENVIRONMENT_TYPE to switch to CLIPBOARD" · 7ff7f192
      Deucе authored
      This reverts commit a8e1ff3e.
      
      It turns out neither platform this targeted actually set that
      variable correctly.
      7ff7f192
Loading