• src/sbbs3/putnode.cpp

    From rswindell@1:103/705 to CVS commit on Wed Jul 25 23:24:57 2018
    src/sbbs3 putnode.cpp 1.21 1.22
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9866

    Modified Files:
    putnode.cpp
    Log Message:
    putnodedat() - don't try to lock the node.dab file again (should be locked already with a call to getnodedat()).
    When using the MSVC2017 CRTL, a lock() of a region that was previously
    locked is a blocking call causing major slowness in the MSVC2017 build.
    This just reverses the 1-line commit from 16 years ago in rev 1.10 of this file.

    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Jan 3 21:41:33 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d1456c9afe8a6d71702e59bb
    Modified Files:
    src/sbbs3/putnode.cpp
    Log Message:
    Publish human readable nodestatus to node# mqtt topicMakes for a nice node listing with pure-text MQTT clients/tools
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)