• 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 (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