• src/sbbs3/readmsgs.cpp

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, March 01, 2022 22:43:08
    https://gitlab.synchro.net/main/sbbs/-/commit/74edb9c279474cfbd8564e41
    Modified Files:
    src/sbbs3/readmsgs.cpp
    Log Message:
    Fix private message header field parsing/filtering

    CID 350294

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, July 06, 2022 18:23:10
    https://gitlab.synchro.net/main/sbbs/-/commit/3160fa3b8720aae5786c2632
    Modified Files:
    src/sbbs3/readmsgs.cpp
    Log Message:
    Fix: message numbers listed with 'H' reading msgs command

    Broken in commit 082a9fce 3 years ago, the 'H' (highest ranked) message listing was showing the rank of the message (e.g. 1-20) instead of the message number itself.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, December 01, 2023 19:43:53
    https://gitlab.synchro.net/main/sbbs/-/commit/5775e602eb549936b0da1664
    Modified Files:
    src/sbbs3/readmsgs.cpp
    Log Message:
    Don't prompt about *deleted* moderated messages

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, December 29, 2023 17:10:27
    https://gitlab.synchro.net/main/sbbs/-/commit/580e8724287b4755676f929b
    Modified Files:
    src/sbbs3/readmsgs.cpp
    Log Message:
    Fix CID 462297: always initialize msg.idx_offset in loadmsgs()

    Even though smb_getmsghdr() just saves and restores the msg.idx_offset value (not actually using it, but triggering this Coverity issue), this does seem like better behavior and more consistent with the loadfiles() implementation.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, February 15, 2024 23:02:56
    https://gitlab.synchro.net/main/sbbs/-/commit/af0a37a82bf09fab2d9bb305
    Modified Files:
    src/sbbs3/readmsgs.cpp
    Log Message:
    Add missing #include of utf8.h

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net