• exec/load/shell_lib.js

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

    ---
    þ 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 Aug 8 13:25:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b39c7c7025bf68ccade1fa7a
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Prompt to clear the batch download queue if user chooses not to download files

    Some users may have unintentionally added files to their batch download queue and not know how to clear the queue manually, so prompt here for user friendliness/convenience.

    ---
    þ 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 Sep 16 18:54:13 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9bddabc1027d240351939a0e
    Modified Files:
    exec/load/shell_lib.js
    Log Message:
    Check for console abort (Ctrl-C) in directory searching for loops

    Multiple directory searching functions wouldn't terminate on Ctrl-C

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