• exec/load/sbbslist_lib.js

    From rswindell@VERT to CVS commit on Thu Apr 12 11:11:00 2018
    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 Wed Oct 3 19:38:00 2018
    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 Sat Jan 12 13:43:00 2019
    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 rswindell@VERT to CVS commit on Fri Jan 25 20:37:00 2019
    exec/load sbbslist_lib.js 1.17 1.18
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv2726

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Numeric entry fields now have defined 'maximum values' in the max_val object.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Jan 25 22:43:00 2019
    exec/load sbbslist_lib.js 1.18 1.19
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv23004

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Define max length of service description (don't hard-code in sbbslist.js). Define max length of min_rate, max_rate, port, and protocol as well.
    Remove the max 'storage' value definition.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Jan 26 12:25:00 2019
    exec/load sbbslist_lib.js 1.19 1.20
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv6092

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Display numeric fields with a value of 0, as 0 (not blank). Undefined
    numeric fields will be displayed as blank.
    Sort numeric fields by attempting to convert to a number first (due to bugs, some numeric fields are sometimes strings), if the value is an invalid
    number (or numeric string), the sort value of the field is -1.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Jan 28 20:11:00 2019
    exec/load sbbslist_lib.js 1.20 1.21
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv13357

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Create a remove_inactive() method for removing inactive (old) BBS entries.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Jan 28 21:17:00 2019
    exec/load sbbslist_lib.js 1.21 1.22
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv21839

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Added last_active() method to return the last-activity date of an entry. Implemented the "active" special sort order.
    Added support to the remove_dupes() method for the verbose option.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Mar 20 11:15:00 2019
    exec/load sbbslist_lib.js 1.22 1.23
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv32226

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Use a lock file (sbbslist.json.lock) to protect the database (sbbslist.json) from corruption during concurrent operations. Although the list file is not open shareable, I was observing corruption on Vertrauen when multiple sbbslist tasks (e.g. verification and maintenance) were running concurrently on different systems. The .lock file method is crude, but is working to protect the list from concurrent opens of any kind (read or write).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 21 13:54:58 2020
    exec/load sbbslist_lib.js 1.23 1.24
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17209

    Modified Files:
    sbbslist_lib.js
    Log Message:
    Create share_list() method suitable for creating a list that can be shared with other BBSes (directly, e.g. via copy/download, rather than SYNCDATA). It changes the bbs.entry.created/updated.at (address) value to the appropriate address for another system either directly connected to VERT via QWKnet or
    on FidoNet.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wed Aug 26 16:01:32 2020
    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 Wed May 26 15:34:31 2021
    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
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Jan 7 14:18:42 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/a3cb54710f1543b1a3a9b0bf
    Modified Files:
    exec/load/sbbslist_lib.js
    Log Message:
    Add BBS entry descriptions as a Comment key values to exported syncterm.lst

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