• src/sbbs3/fixsmb.c

    From rswindell@VERT to CVS commit on Sun Apr 29 19:05:00 2018
    src/sbbs3 fixsmb.c 1.45 1.46
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv14451

    Modified Files:
    fixsmb.c
    Log Message:
    Bug fix: if the msgbase.lock file existed, it would cause the msgbase open (and thus fixsmb) to fail, but just before exiting, fixsmb would delete the .lock file (whoops). The msgbase.lock file means something else is rebuilding this base (e.g. smbutil) and thus we can't just go deleting the .lock file, unless we (fixmsb) was the one that created it.


    ---
    þ 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 Tue Mar 12 14:00:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/1b8402a6171358cc30de3405
    Modified Files:
    src/sbbs3/fixsmb.c
    Log Message:
    Don't hash messages with invalid message numbers

    It's better to have deleted messages without a hash than to hash invalid message numbers.

    This can be used to address a (renumbered?) message base that Kirkman
    shared with me with "Invalid Message number" chksmb warnings from hash
    entries with message numbers > than the base's last_msg.

    ---
    þ 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 Sun Mar 17 00:34:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/da0daeb752f59ba0e6cb2a23
    Modified Files:
    src/sbbs3/fixsmb.c
    Log Message:
    Increment version to fixsmb to v3.20

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