• exec/update.js

    From rswindell to CVS commit on Thursday, April 02, 2020 23:28:52
    exec update.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv551

    Modified Files:
    update.js
    Log Message:
    Use js.exec() rather than load() for executing nested "install" scripts.


  • From rswindell to CVS commit on Friday, April 03, 2020 00:08:52
    exec update.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7919

    Modified Files:
    update.js
    Log Message:
    Migrate data/text/*.ixt to *.ini
    as will be required by the next update to text_sec.js.
    Leave the old .ixt files behind to support downgrading.


  • From rswindell to CVS commit on Friday, April 03, 2020 00:32:28
    exec update.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11313

    Modified Files:
    update.js
    Log Message:
    Add a helpful comment to the created data/text/*.ini files.


  • From rswindell to CVS commit on Monday, May 04, 2020 18:09:27
    exec update.js 1.9 1.10
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv21860

    Modified Files:
    update.js
    Log Message:
    Move exec/jsexec.ini to ctrl/jsexec.ini if it exists.

  • From Rob Swindell to Git commit to sbbs/master on Friday, September 25, 2020 18: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.
  • From Rob Swindell to Git commit to sbbs/master on Tuesday, September 29, 2020 09:00:30
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/2a11b15e84fd8f3e9acc78f7
    Modified Files:
    exec/update.js
    Log Message:
    Fix ReferenceError: maint_event is not defined
  • From Rob Swindell to Git commit to sbbs/master on Saturday, October 03, 2020 16: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.
  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, December 31, 2022 18:36:23
    https://gitlab.synchro.net/main/sbbs/-/commit/5a6d7e77c4efd6fcb98c3626
    Modified Files:
    exec/update.js
    Log Message:
    Fix off-by-one errors in looping through user records

    (last user record wouldn't have been updated)

    These are rather old update steps (e.g. v3.18), so don't fret it.
  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, January 21, 2023 19:51:15
    https://gitlab.synchro.net/main/sbbs/-/commit/e9254a2770c101ec85c984ca
    Modified Files:
    exec/update.js
    Log Message:
    Don't run upgrade_to_v320 if user.dat doesn't exist

    There's nothing to upgrade if there's no legacy userbase.