• src/sbbs3/getnode.cpp

    From rswindell@VERT to CVS commit on Wednesday, May 27, 2015 01:57:13
    src/sbbs3 getnode.cpp 1.44 1.45
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16060

    Modified Files:
    getnode.cpp
    Log Message:
    When performing a node status fixup, set the useron number field as well.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 25, 2018 23:22:28
    src/sbbs3 getnode.cpp 1.47 1.48
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9612

    Modified Files:
    getnode.cpp
    Log Message:
    getnodedat() - don't try to unlock the node.dab file unless the read() fails. When using the MSVC2017 CRTL, an unlock() of a region that was not previously locked is a blocking call causing major slowness in the MSVC2017 build.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 29, 2018 01:21:15
    src/sbbs3 getnode.cpp 1.48 1.49
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv31409

    Modified Files:
    getnode.cpp
    Log Message:
    The trigger to print a CRLF before claling putmsg() from getnmsg() and getsmsg() is now based on the current console column (!=0), not the current node action.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, October 09, 2018 01:33:05
    src/sbbs3 getnode.cpp 1.51 1.52
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    getnode.cpp
    Log Message:
    Fix bug introduced in rev 1.49: cols is the number of terminal columns, not
    the current column number. Use the correct member variable name (column).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 31, 2019 13:34:15
    src/sbbs3 getnode.cpp 1.53 1.54
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv11100

    Modified Files:
    getnode.cpp
    Log Message:
    sprintf->SAFEPRINTF replacements



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to Main/master on Monday, November 23, 2020 22:12:10
    https://gitlab.synchro.net/main/sbbs/-/commit/840e27717857aa4af7221122
    Modified Files:
    src/sbbs3/getnode.cpp
    Log Message:
    Fix (restore previous) node action when forced into node-private-chat

    The current node action was not saved/restored when being forced into node-to-node private chat (by a sysop). This could lead to subsequent chat attempts by the same node to lead to a false indication that the nodes were chatting with each other.
    As reported by Altere (ATHEL).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, December 13, 2021 18:23:16
    https://gitlab.synchro.net/main/sbbs/-/commit/2c818eb5ef3efceb37d03234
    Modified Files:
    src/sbbs3/getnode.cpp
    Log Message:
    Sync-up the node status flag output with presence_lib.js

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