• exec/load/sbbslist_lib.js

    From rswindell@VERT to CVS commit on Thursday, April 12, 2018 22:11:00
    exec/load sbbslist_lib.js 1.14 1.15
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv23019

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Increase maximum service address (e.g. host name) length from 28 chars to 35 chars for Bill McGarrity @ tequilamockingbirdonline.net :-)
    Doesn't seem to break anything (except backwards compatibility with SBL
    v3).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, October 04, 2018 06:38:00
    exec/load sbbslist_lib.js 1.15 1.16
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv25485

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Added a comment to the syncterm.lst file's exported by this library, e.g.:
    ; Exported from Vertrauen on Wed Oct 03 2018 01:00:17 GMT-0700 (Pacific Daylight Time)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, January 13, 2019 02:43:00
    exec/load sbbslist_lib.js 1.16 1.17
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv9018

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Moved list of common_bbs_services from exec/sbbslist.js to load/sbbslist_lib.js Removed TCP/IP services not supported by BBS clients (e.g. SyncTERM) from the list (e.g. ftp, nntp, smtp, binkp, irc) and added "modem".
    This list is now used by the syncterm_list() function to filter which entries will be written to the exported syncterm.lst file.
    Also added duplicate section name detection and better names for multiple services per BBS (using service description and port as well as protocol)
    to syncterm_list().
    Added support to imsg_capable_system() for an over-ride (imsg_capable).
    Changed several info-level log messages to debug-level (e.g. for every list open/read/write).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thursday, August 27, 2020 03:01:32
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/7995685667a188d792ae921e
    Modified Files:
    exec/load/sbbslist_lib.js
    Log Message:
    When exporting sbbslist.json to syncterm.lst, support PETSCII correctly

    Services with descriptions that begin with "PETSCII" or "COMMODORE"
    will have a their ScreenMode set to C64 and NoStatus=true. If the
    description also contains "80", then the ScreenMode will be set to
    C128-80col instead.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, May 27, 2021 02:34:31
    https://gitlab.synchro.net/main/sbbs/-/commit/4d105f7f9e19a6f36150c91c
    Modified Files:
    exec/load/sbbslist_lib.js
    Log Message:
    Change the max BBS name length from 40 to 30.

    40 was causing a lot of cosmetic issues in sbbslist.js (for 80col terminals). This is a compromise (not reducing to the old limit of 25 chars at least). :-)

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