• exec/postxtrn.js prextrn.js

    From Rob Swindell@VERT to Git commit to sbbs/master on Thu Nov 12 01:59:59 2020
    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).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thu Nov 12 02:36:16 2020
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Michael Long@VERT to Git commit to sbbs/master on Fri Nov 13 04:58:26 2020
    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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Fri Nov 13 04:58:26 2020
    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

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