• exec/upgrade_to_v320.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, January 19, 2023 21:08:42
    https://gitlab.synchro.net/main/sbbs/-/commit/20447c87b03c524743760583
    Modified Files:
    exec/upgrade_to_v320.js
    Log Message:
    Protect against line 335: TypeError: cnf.guru[obj.guru] is undefined

    As reported in #synchronet by Android8675

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, January 20, 2023 21:14:00
    https://gitlab.synchro.net/main/sbbs/-/commit/dd77a08b4a10f0d7a0e20a60
    Modified Files:
    exec/upgrade_to_v320.js
    Log Message:
    Another paranoia check, in case the new user command shell is invalid

    ---
    þ 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 Saturday, February 11, 2023 16:02:25
    https://gitlab.synchro.net/main/sbbs/-/commit/a57edf32de536e07e56430ee
    Modified Files:
    exec/upgrade_to_v320.js
    Log Message:
    Fix typo: freecdtperday, not freecreditperday

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Saturday, February 11, 2023 17:48:57
    https://gitlab.synchro.net/main/sbbs/-/commit/ef1381e7dc8cd8fe08695a0c
    Modified Files:
    exec/upgrade_to_v320.js
    Log Message:
    Insure that the file.ini min_dspace value has been migrated in kilobytes

    ---
    þ 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 Thursday, May 04, 2023 19:02:17
    https://gitlab.synchro.net/main/sbbs/-/commit/9d3c158aa0e5f4fd63fe1df7
    Modified Files:
    exec/upgrade_to_v320.js
    Log Message:
    Don't treat failure to read node[2+]/node.cnf as a fatal error

    There was a period of time when *nix installs of sbbs (after the
    migration to Git) didn't include node2/3/4 directories (and thus
    the node.cnf files in those directories). In such an install, report
    the error converting those node.cnf files to node.ini equivalents,
    but don't stop the upgrade to v3.20. The terminal server will fallback
    to the firs node config if any other node config (node.ini) file is
    missing, so that's still okay (though not ideal).

    This fixes issue #560

    Thanks for the report Bobrob!

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