• src/sbbs3/logout.cpp

    From rswindell@VERT to CVS commit on Saturday, October 06, 2018 22:31:00
    src/sbbs3 logout.cpp 1.31 1.32
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv13650

    Modified Files:
    logout.cpp
    Log Message:
    Don't call putmsgptrs() from logout() unless the SS_USERON sys_status flag
    is set: this insures that uninitialized msg-scan ptrs/cfg won't be
    written to disk unless a successful logon()/getmsgptrs() was called first.
    This probably fixes the sighting that echicken reported where a failed
    SSH login caused his sub-scan config file (data/user/0001.subs) to contain uninitialized/garbage values.
    logout() could be called from multiple places (e.g. JS and Baja modules),
    even before a successful login is completed, so this sighting is not
    entirely impractical.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thursday, November 05, 2020 07:28:33
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/82756324a88ca339598b3020
    Modified Files:
    src/sbbs3/logout.cpp
    Log Message:
    Resolve error on 32-bit *nixes with large file support

    ERROR 2 (No such file or directory) in logout.cpp line 189 (backout) opening "/sbbs/node1/backout.dab"

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thursday, November 05, 2020 07:28:33
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/66b69f881f1211a14e314894
    Modified Files:
    src/sbbs3/logout.cpp
    Log Message:
    Revert "Resolve error on 32-bit *nixes with large file support"

    This reverts commit 82756324a88ca339598b30202dd4776a6188d93a.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, December 21, 2020 01:11:56
    https://gitlab.synchro.net/main/sbbs/-/commit/6e451021868689e07fa71a72
    Modified Files:
    src/sbbs3/logout.cpp
    Log Message:
    Comment header block update. Nothing else.

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