• exec/load/shell_lib.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 19 12:57:57 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/fd6ae57148866916c95cc395
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Fix assignment to undeclared variable jAnd use putmsg() for strings that may have @-codes (e.g. ELLIPSIS)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 19 19:11:06 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c60c646e8f46c9b846d4ac49
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Add missing sync call before xferinfo menu prompt.
    --- 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:09 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/939d47dd8781171e6ea718db
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Don't load('text.js') - not needed with v3.20

    Performance improvement
    --- 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 Mar 16 20:34:32 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8e5820e44527ab42a40a856c
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Fix user-to-user download function

    The JS file_area.user_dir is an object (not documented in jsobjs.html!) and bbs.list_file_info() method expects the directory number (not object) as the first argument. Reported by Jas Hud.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)