• exec/update.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Dec 31 18:36:23 2022
    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 Sat Jan 21 19:51:15 2023
    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 ChromeOS)@VERT to Git commit to main/sbbs/master on Tue May 21 19:42:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e878d208a73892bd17d39f4f
    Modified Files:
    exec/update.js
    Log Message:
    Upgrade attr.cfg to attr.ini

    The extra characters (comments) are ignored when parsing this particular file, so though this is not how we normally add comments to .ini files, it still works fine in this case.

    ---
    ■ 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 Sun Jun 9 00:05:55 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9cb2d51adc59fa36bab21bcd
    Modified Files:
    exec/update.js
    Log Message:
    Fix typo in output: that's attr.cfg -> attr.ini, not file.cfg -> file.ini

    As reported by Keyop

    ---
    ■ 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 Thu Jan 2 16:50:43 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/fd274f6e2795e258257c1fbd
    Modified Files:
    exec/update.js
    Log Message:
    Add Trashman as Monthly system/fixed event, if there isn't one

    This'll keep your ip.can and spamblock.cfg files maintained.

    ---
    ■ 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 Thu Jan 2 17:38:08 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/9e3995292f6f300f1ec29f5a
    Modified Files:
    exec/update.js
    Log Message:
    Make the output of the logonlist and trashman installer nicer

    ... especially when it's already beeen installed

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