• exec/upgrade_to_v320.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Jan 19 21:08:42 2023
    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 Fri Jan 20 21:14:00 2023
    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 Sat Feb 11 16:02:25 2023
    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 Sat Feb 11 17:48:57 2023
    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 Thu May 4 19:02:17 2023
    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