• exec/load/shell_lib.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, October 24, 2024 13:58:26
    https://gitlab.synchro.net/main/sbbs/-/commit/d38c6ae9024a6049f188d2b8
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Use 1-based group and lib numbers for optional subs* and dirs* menu files

    This was a bug in the conversion from Baja and C++ to JS.

    Discovered/reported by vela025

    ---
    þ 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 Thursday, October 24, 2024 14:00:12
    https://gitlab.synchro.net/main/sbbs/-/commit/9ab258d09b6ebaa529c7882b
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Add misisng parens from previous commit

    ---
    þ 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 Friday, October 25, 2024 14:50:52
    https://gitlab.synchro.net/main/sbbs/-/commit/cdd5d134a9b209625c038d13
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Display menu/tmessage.* when entering file transfer section, if it exists

    This appears to be have been missed in the conversion from Baja

    Reported by vela025

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Monday, October 28, 2024 18:52:32
    https://gitlab.synchro.net/main/sbbs/-/commit/148c26e0270da8d23a9a4f66
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Fix typo: js.terminated, not js.terminate

    ---
    þ 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 Sunday, January 12, 2025 19:30:56
    https://gitlab.synchro.net/main/sbbs/-/commit/d8c0c53124991aaba81a87ff
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Don't bother prompting for new file scan when scan pointer is 0

    ---
    þ 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 Friday, July 11, 2025 17:44:00
    https://gitlab.synchro.net/main/sbbs/-/commit/76cc41762a937f57c6bf1f0c
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Use a conditional blank line before the "Search i... for new files" prompt

    Rather than 2 new-lines. The 2 new-lines caused 2 blank lines between the displayed text/menu/tmessage.* file (if you have one) and the prompt.
    e.g.
    All files are also available for download via FTP at ftp://vert.synchro.net
    and via HTTP at http://vert.synchro.net/files/
    <two blank lines here>
    [û] Search all libraries for new files? No

    ---
    þ 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 Sunday, March 01, 2026 22:05:09
    https://gitlab.synchro.net/main/sbbs/-/commit/5e7f3872fab0226255b3198e
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Don't search globally to view/list-extended file info if the filespec is '*'

    e.g. using the 'E' or 'V' commands (in the default shell) in an empty directory would do something unexpected.

    ---
    þ 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 Friday, March 13, 2026 16:51:40
    https://gitlab.synchro.net/main/sbbs/-/commit/b519481b7d7613d99193834b
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Don't accept number or slash-number input if menu has no handler function

    Fix issue (reported via e-mail :-() by Cru Jones:
    if you activate the renegade javascript menu, then hit a number on the main menu, it errors out and disconnect

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tuesday, March 17, 2026 02:03:58
    https://gitlab.synchro.net/main/sbbs/-/commit/af2acbd08b6f7427363af114
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Slash-commands broken in last commit to this file unless /<number> was allowed

    Notably impacting the Reneclone main menu "slash commands"

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