Skip to content
Snippets Groups Projects
  1. Jun 26, 2023
    • 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
  2. Jun 24, 2023
  3. Jun 18, 2023
  4. Jun 17, 2023
  5. 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
  6. Jun 15, 2023
  7. Jun 13, 2023
  8. Jun 12, 2023
  9. Jun 11, 2023
  10. Jun 10, 2023
  11. Jun 09, 2023
Loading