• exec/default.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Mar 18 14:53:40 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/ae3d49c08fdff3356b5af852
    Modified Files:
    exec/default.js
    Log Message:
    Remove debug command and log-output left in by accident
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Jul 21 12:39:24 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/70f5fe96df2b8cd1ddc31923
    Modified Files:
    exec/default.js
    Log Message:
    js.exec() expects a full path to the script, normallyThere's a weird issue where the scope-walk to find a "js.exec_dir" isn'tworking (for Nick Young or Nightfox) after invoking DDMsgReader. This shouldfix (or work around) that issue.And js.exec() doesn't search the mods_dir first when a full script path isn'tpassed, so with this change, child scripts that are in the mods_dir should nowwork as a sysop would expect.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Nov 18 17:13:08 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/1ffd1d5561c30aa900df9806
    Modified Files:
    exec/default.js
    Log Message:
    Don't load text.js - no longer needed in v3.20
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Apr 10 23:07:18 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/252b1dc3b56c2f93adb890d7
    Modified Files:
    exec/default.js
    Log Message:
    The kludge of reverting the Pause prompt string is no longer needed

    ... when using user_settings.js (i.e. to switch command shells), the user's text.<lang>.ini is re-loaded, thus reverting any changes (e.g. made when loading another shell, like simple.bin).

    Also, this was causing the translated Pause strings (from text.<lang>.ini)
    to be lost.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Apr 27 16:11:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/4d91202c286989b429b5fe2a
    Modified Files:
    exec/default.js
    Log Message:
    Enforce the default message read cmds: (A)uto-reply, (R)e-read

    The "RemoteAccess emulation" flag can be set by other shells, so be sure to clear it when using (e.g. switching back) to this shell.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)