• exec/sbbslist.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, March 16, 2022 20:07:30
    https://gitlab.synchro.net/main/sbbs/-/commit/f48239aa8dc362641994cdfa
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Don't prompt yes/no upon remove if run with -quiet option

    for Andre

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, July 23, 2022 15:22:59
    https://gitlab.synchro.net/main/sbbs/-/commit/045a33cafd1cd58b22b67399
    Modified Files:
    exec/sbbslist.js
    Log Message:
    Update logic for deciding if user can delete/edit entries

    Local sysop can always deleted/edit entries (now).
    Fixed checking of can_edit() return value (string or true), fixed issue #425
    as reported by Craig Hendricks (thank you)

    ---
    þ 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