Skip to content
Snippets Groups Projects
  1. May 27, 2023
    • Rob Swindell's avatar
      Add -N option to disable to/from name CRC checking · 7d15c6f7
      Rob Swindell authored
      Recently started truncating trailing whitespace from sender/recipient names
      before calculating the CRC value (similar to what we do for message subjects
      as of a year ago). To suppress errors when evaluating messages (with trailing
      whitespace in sender or recipient namems) created or imported before this
      change, use this new -N option.
      7d15c6f7
    • Rob Swindell's avatar
      smb_msghdr_str_list() print strings with trailing whitespace in quotes · 2f750754
      Rob Swindell authored
      Make it obvious when a message header value string has trailing white-space.
      Make this function (and binstr()) thread-safe by eliminating the local static
      variable.
      2f750754
  2. May 26, 2023
  3. May 25, 2023
  4. May 24, 2023
  5. May 23, 2023
  6. 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
  7. May 20, 2023
  8. May 17, 2023
Loading