• exec/update.js

    From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, January 02, 2026 03:03:44
    https://gitlab.synchro.net/main/sbbs/-/commit/86fef1a2bce81d3975924527
    Modified Files:
    exec/update.js
    Log Message:
    Do the v3.19->v3.20 config file update first and then exit with message

    We really do have to run this script twice when upgrading from v3.19, so be super clear about that with a message to the sysop.

    Re-arranged some of the version upgrade-related code.

    Incremented the script version to 3.0.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wednesday, February 25, 2026 15:11:55
    https://gitlab.synchro.net/main/sbbs/-/commit/85b09d65cb7018d8cef66f85
    Modified Files:
    exec/update.js
    Log Message:
    Add a -noavatars command-line option

    ... for deuce

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