• exec/chksetup.js

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