• exec/sbbslist.js

    From rswindell@VERT to CVS commit on Wednesday, March 20, 2019 13:18:09
    exec sbbslist.js 1.51 1.52
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv300

    Modified Files:
    sbbslist.js
    Log Message:
    Lock the database during the "backup" operation.
    If the list is not sorted and the (capital) 'S' key is used (in browse mode), sort by the last column instead of the first.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, March 20, 2019 13:41:17
    exec sbbslist.js 1.52 1.53
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv2963

    Modified Files:
    sbbslist.js
    Log Message:
    Added support for "lock" and "unlock" commands which will just lock (or unlock) the list database (sbbslist.json) for external processing/modification. When run via jsexec (as intended), jsexec will return 0 if the lock/unlock operation was successful, -1 otherwise. It would be wise to check the errorlevel/return value of jsexec for successful lock before operating on the list file.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 24, 2019 13:15:45
    exec sbbslist.js 1.53 1.54
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27721

    Modified Files:
    sbbslist.js
    Log Message:
    Use cached avatar_lib.



    ---
    þ 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 Friday, December 08, 2023 16:00:39
    https://gitlab.synchro.net/main/sbbs/-/commit/353827c5687d226079e24866
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Log the entire 'hello' object when detecting a non-Synchronet BBS

    More detail to debug a false-negative SyncBBS-detection result

    ---
    þ 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 Monday, April 15, 2024 12:03:22
    https://gitlab.synchro.net/main/sbbs/-/commit/c901c8dfe768af9dc6aba76c
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Some old stil (SBL) messages might include 'address' before 'network'?

    Attempt to address error reported by Manitoo in IRC:
    JavaScript sbbslist.js line 327: TypeError: bbs.network[network] is undefined

    Normally, the "address:" key would always follow a "network:" key, but maybe there's a corrupted message or the sysop is trying to import from the wrong message base (not syncdata?).

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