• exec/default.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Mar 18 14:53:41 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

    ---
    ■ 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 Mar 23 11:22:23 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c0fbb7be35f8a638e329bbd0
    Modified Files:
    exec/default.js
    Log Message:
    Don't clear the line counter after executing string commands

    This resolves the issue of the results of string commands not being visible
    in novice menu mode. I don't see this issue when running default.bin.

    ┌────────────────────────····
    │ Subj: nlog
    │ Attr: Replied
    │ To : All
    │ From: Greg Meckel (1:153/143)
    │ Date: Wed Mar 22 2023 10:40 am UTC-9:00 (22.7 hours ago) └───────────────────────────────────────────────······

    I attempted to check my node log this morning using ;nlog but it only flashed on the screen briefly and was gone. Do I possibly have something set wrong?

    ---
    ■ 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 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 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