• exec/default.js

    From Rob Swindell (on Debian Linux)@VERT 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, normally

    There's a weird issue where the scope-walk to find a "js.exec_dir" isn't working (for Nick Young or Nightfox) after invoking DDMsgReader. This should fix (or work around) that issue.

    And js.exec() doesn't search the mods_dir first when a full script path isn't passed, so with this change, child scripts that are in the mods_dir should now work as a sysop would expect.

    ---
    þ 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 Nov 18 17:13:09 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

    ---
    þ 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 Wed Apr 10 23:07:19 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.

    ---
    þ 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 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.

    ---
    þ 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 Mon Jul 15 19:52:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/18d4e2f8b5840add50ffc6bb
    Modified Files:
    exec/default.js
    Log Message:
    Don't display the sysop file transfer menu (in response to '!' key)

    ... for non-sysops

    ---
    þ 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 Mon Oct 14 19:16:10 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5c33381b6dcbcb9e879e1938
    Modified Files:
    exec/default.js
    Log Message:
    Allow more shell prmopt text to be configured vi ctrl/text[.lang].ini file

    Using the new load/gettext.js:
    A sysop can override these additional strings (that contain Ctrl-A sequences) now by assigning to the following keys:
    - shell_prompt_begin
    - shell_prompt_middle
    - shell_main_prompt_end
    - shell_file_prompt_end

    Also, a sysop can now put these keys in the [default.js] section of the file (rather than [js]) if desired, to avoid conflict with other scripts/shells.

    Added for vela025 and their BBC Micro Acron mode 7 language support mod.
    There are other strings still hard-coded in default.js and notably, in load/shell_lib.js that are not (yet) customizable. Let's try this change first.

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