• exec/chksetup.js

    From rswindell@VERT to CVS commit on Sun Jan 5 16:14:18 2020
    exec chksetup.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv20560

    Modified Files:
    chksetup.js
    Log Message:
    Fix QWKnet tagline checking.
    Also warn if the default "My Brand-new BBS" is still set.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Jan 11 16:45:41 2020
    exec chksetup.js 1.9 1.10
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv1284

    Modified Files:
    chksetup.js
    Log Message:
    if finger_lib.js -> request() returns a string (e.g. failed to connect to finger service at vert.synchro.net), report that error instead of
    TypeError: finger_result.join is not a function
    (reported by Nelgin)


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Jan 11 21:49:38 2020
    exec chksetup.js 1.10 1.11
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv6694

    Modified Files:
    chksetup.js
    Log Message:
    Print the script revision along with a title ("Synchronet Check Setup vX.XX")


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Feb 29 22:21:45 2020
    exec chksetup.js 1.11 1.12
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv29676

    Modified Files:
    chksetup.js
    Log Message:
    Added a "check sub cfgs" function which verifies if each sub-board's message base "status" matches the associated sub-board configuration values (e.g.
    from SCFG). Specifically for the properties: max_crcs, max_msgs, and max_age


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Mar 27 10:37:19 2020
    exec chksetup.js 1.12 1.13
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9480

    Modified Files:
    chksetup.js
    Log Message:
    Verbose-mode will now dump the JSON of the BBS entry both on vert.synchro.net and local, for comparison purposes. Hopefully help to get to the bottom of
    the error that Altere is seeing.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Mar 27 14:43:56 2020
    exec chksetup.js 1.13 1.14
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv17061

    Modified Files:
    chksetup.js
    Log Message:
    In the sbbslist listing comparison (vert vs. local), exclude the "total
    and "preview" properties from the object compare, resolving the problem observed by Altere and wkitty42.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Mar 27 18:34:52 2020
    exec chksetup.js 1.14 1.15
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24869

    Modified Files:
    chksetup.js
    Log Message:
    Add "imported" to the list of properties aren't compared between vert and local BBS entry.


    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 1 15:35:27 2020
    exec chksetup.js 1.15 1.16
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv26769

    Modified Files:
    chksetup.js
    Log Message:
    Added alerts about passwords shared among > 2 user accounts.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 2 10:46:23 2020
    exec chksetup.js 1.16 1.17
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12665

    Modified Files:
    chksetup.js
    Log Message:
    Clean-up for case for short/empty passwords.
    Check for overly-long passwords too.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Sep 8 23:04:10 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c72b332cc2ae462d3baad8ae
    Modified Files:
    exec/chksetup.js
    Log Message:
    22 DOVE-Net sub-boards (including SYNCDATA) are normally only visible when run via JSexec.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Feb 15 15:14:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/a876879790553e46291cbf96
    Modified Files:
    exec/chksetup.js
    Log Message:
    If finger doesn't return a valid JSON object, log the returned string(s)

    ... instead of the JSON parse exception as reported via IRC:
    <matjam> !finger ?bbs:Stupendous BBS@vert.synchro.net result: SyntaxError: JSON.parse
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Feb 15 19:14:16 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b78c82b4cef78360b5dec92d
    Modified Files:
    exec/chksetup.js
    Log Message:
    If finger doesn't return a valid JSON object, log the returned string(s)

    ... instead of the JSON parse exception as reported via IRC:
    <matjam> !finger ?bbs:Stupendous BBS@vert.synchro.net result: SyntaxError: JSON.parse
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Feb 15 19:31:37 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/171fe43cf4f373eaa9ea92e9
    Modified Files:
    exec/chksetup.js
    Log Message:
    If finger doesn't return a valid JSON object, log the returned string(s)

    ... instead of the JSON parse exception as reported via IRC:
    <matjam> !finger ?bbs:Stupendous BBS@vert.synchro.net result: SyntaxError: JSON.parse
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Sep 16 18:56:13 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/46d6ee7fc463b7aab6073e11
    Modified Files:
    exec/chksetup.js
    Log Message:
    Check user #1 (sysop) exemptions and restrictions against expectations
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jan 16 20:53:35 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/df38854eba2ed5c7ba756685
    Modified Files:
    exec/chksetup.js
    Log Message:
    Log a debug-level message when sending finger query to vert

    The "opening list file" log message referenced in issue #480 is a debug
    level log message, so seemed appropriate to make the newly-added message
    also debug-level.

    Fixes issue #480
    ---
    ■ 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 Mon Jan 30 15:45:03 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a6aae003a7881cbfb4af1529
    Modified Files:
    exec/chksetup.js
    Log Message:
    Check for and warn about passwords that match user's name, alias, or handle

    This shouldn't be possible during new user sign-up, but there have been ways
    to curtail checks and generate user accounts with login names and passwords that are the same sequence of characters, unfortunately.
    ---
    ■ 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 Sat Jan 27 14:33:41 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/00e2d7be16e4019f0d75d457
    Modified Files:
    exec/chksetup.js
    Log Message:
    An additional conference (Tech Talk) was recently added to DOVE-Net

    So increase the expected number of subs in DOVE-Net by one.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net