• exec/update.js

    From rswindell@VERT to CVS commit on Saturday, March 31, 2018 09:34:00
    exec update.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13758

    Modified Files:
    update.js
    Log Message:
    Run 'binkit upgrade' if binkit.ini and sbbsecho.ini exists
    (the upgrade renames binkit.ini and ftn_domains.ini to *.old).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, September 26, 2020 01:46:14
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/5ec28f43ab519b5e50da482d
    Modified Files:
    exec/update.js
    Log Message:
    Install the logonlist module daily (maintenance) event...

    only if there's not already a daily event already configured.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tuesday, September 29, 2020 16:00:30
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/2a11b15e84fd8f3e9acc78f7
    Modified Files:
    exec/update.js
    Log Message:
    Fix ReferenceError: maint_event is not defined

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, October 03, 2020 23:33:44
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/a8167fb76addbb058b73e904
    Modified Files:
    exec/update.js
    Log Message:
    Update user birthdate formats in user base

    i.e. from MM/DD/YY or DD/MM/YY to YYYYMMDD.

    The C/C++ source still supports all 3 formats, so it's not terrible if the birthdates aren't converted, but thing will be better if we do this ahead
    of time and find all the remaining issues with the new format rather than
    wait for new users (with the new format) to trickle in.

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