Skip to content
Snippets Groups Projects
  1. May 24, 2023
  2. May 22, 2023
    • Rob Swindell's avatar
      Support new -S option to not check Subject CRCs · 66b28bc9
      Rob Swindell authored
      the Subject CRC calculation was changed in May of 2022 (trailing whitespace is
      removed prior to calculation), so messages imported before this date/revision
      of sbbs might be detected as having an invalid/mismatch Subject CRC. This -S
      option can be used to suppress such errors (for Keyop).
      
      Don't support /option syntax any longer in non-*nix builds (just -options).
      Options are now case-sensitive (i.e. -S and -s are different options).
      Bump version to 3.20.
      66b28bc9
  3. May 20, 2023
  4. May 15, 2023
    • Rob Swindell's avatar
      Remove more references to smbactiv · 52b1a8ea
      Rob Swindell authored
      As Deon pointed out:
      
      I saw that smbactive was removed recently (719b7523), but a quick search of
      code, sees reminants in GNUmakefile and other files, which I'm wondering is a
      cause of the problem...?
      52b1a8ea
  5. May 09, 2023
  6. May 08, 2023
  7. May 07, 2023
  8. May 06, 2023
  9. May 05, 2023
  10. May 04, 2023
  11. May 03, 2023
  12. May 02, 2023
  13. May 01, 2023
  14. Apr 30, 2023
    • Rob Swindell's avatar
      A close-parenthesis in a guru.dat response string would throw-off the parser · 3ec07039
      Rob Swindell authored
      After a negative-match of a Guru expression, we were searching for the next
      '(' anywhere in the subsequent chars of the file rather than just the next
      line that started with an open-parenthesis character.
      
      This bug was the secondary cause of the buffer-overflow crash addresseed in
      commit 86150e0a which was triggered by my recent updates to the guru.dat.
      3ec07039
  15. Apr 29, 2023
    • Rob Swindell's avatar
      Fix buffer overflow in guru chat parsing engine · 86150e0a
      Rob Swindell authored
      The trigger was this line in the recent change to guru.dat:
      Unrealized potential. :-(
      
      That open paren was parsed as the beginning of a new guru expression. A very
      long guru expression that overflowed the stack variable 'str' here.
      86150e0a
  16. Apr 24, 2023
  17. Apr 17, 2023
  18. Apr 16, 2023
Loading