• exec/load/shell_lib.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Oct 24 13:58:26 2024
    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 Thu Oct 24 14:00:12 2024
    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 Fri Oct 25 14:50:52 2024
    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 Mon Oct 28 18:52:32 2024
    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 Sun Jan 12 19:30:56 2025
    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 Fri Jul 11 17:44:00 2025
    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 Sun Mar 1 22:05:09 2026
    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 Fri Mar 13 16:51:40 2026
    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