Skip to content
Snippets Groups Projects
  1. Jul 21, 2023
  2. Jul 20, 2023
  3. Jul 15, 2023
  4. Jul 10, 2023
  5. Jul 09, 2023
  6. Jul 08, 2023
  7. Jul 07, 2023
  8. Jul 04, 2023
  9. Jun 29, 2023
  10. Jun 28, 2023
    • Deucе's avatar
      Fix for 80379e91 · 11813330
      Deucе authored
      The commit just the zero-length behaviour from uninitialized use
      with possible undefined behaviour to guaranteed undefined behaviour.
      11813330
  11. Jun 27, 2023
  12. Jun 26, 2023
    • Rob Swindell's avatar
      Fix: wasn't parsing origin point from type 2.2 packet headers · 0cf8e4b1
      Rob Swindell authored
      As Deon pointed out on DOVE-Net::Synchronet Discussion. Thanks!
      0cf8e4b1
    • Rob Swindell's avatar
      Eliminate STRERROR macro · 0eeca471
      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.
      0eeca471
    • Rob Swindell's avatar
      Thread-safe wrappers for std/socket errno description getters for sbbs_t · 461682fb
      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.
      461682fb
    • Rob Swindell's avatar
      Fix type 2.2 packet header generation · e76fafaa
      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!
      e76fafaa
  13. Jun 24, 2023
  14. Jun 18, 2023
Loading