• exec/postxtrn.js prextrn.js

    From Rob Swindell to Git commit to sbbs/master on Wednesday, November 11, 2020 17:59:59
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c669092d3803ddec830997c2
    Modified Files:
    exec/postxtrn.js prextrn.js
    Log Message:
    Clean-up and optimize the pre/post exec xtrn modules

    Don't load() things unnecessarily (use require() instead).
    Fix the X-restriction issue (is not supposed to limit the execution of
    programs configured to run as logon events).
  • From Rob Swindell to Git commit to sbbs/master on Wednesday, November 11, 2020 18:36:16
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/6c948a7b54d1970c97457a3a
    Modified Files:
    exec/postxtrn.js prextrn.js
    Log Message:
    Fix: these scripts should not return 1 (error) when disabled via modopts.ini
  • From Michael Long to Git commit to sbbs/master on Thursday, November 12, 2020 20:58:26
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9b249ce8f736dd9f97980e06
    Modified Files:
    exec/postxtrn.js prextrn.js
    Log Message:
    change the program var in xtrn.js to prog to be compatible with any existing uses of eval_before_exec
  • From Rob Swindell to Git commit to sbbs/master on Thursday, November 12, 2020 20:58:26
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/f9fa33e03ebe936508d46e4a
    Modified Files:
    exec/postxtrn.js prextrn.js
    Log Message:
    Merge branch 'prextrnevalfix' into 'master'

    fix pre/post_eval_on_exec to work with existing uses

    See merge request sbbs/sbbs!33