• exec/str_cmds.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, December 14, 2023 21:32:20
    https://gitlab.synchro.net/main/sbbs/-/commit/7c0ccd302ce595ef7c90cf9d
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Don't log anything for empty commands

    ---
    þ 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, April 10, 2025 14:42:03
    https://gitlab.synchro.net/main/sbbs/-/commit/e23d4e19d44c34df5dfd1b76
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Allow string command parameters to line wrap the terminal and log them

    ---
    þ 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, April 10, 2025 22:59:44
    https://gitlab.synchro.net/main/sbbs/-/commit/e8aaecc6d861d7e3dac5b420
    Modified Files:
    exec/str_cmds.js
    Log Message:
    Beautify the "help" output

    Both the and the output are not prettier.

    This fixes issue #901

    ---
    þ 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 Saturday, January 10, 2026 21:01:23
    https://gitlab.synchro.net/main/sbbs/-/commit/fb05ee6e394b804150ab9fd1
    Modified Files:
    exec/str_cmds.js
    Log Message:
    The TYPE command now uses the P_OPENCLOSE mode flag

    This changes how wordwrap works. The mode for the LIST and CAT commands is still the line-at-a-time mode (suitable for very large files).

    So if you're testing display files, use TYPE. If you're viewing logs, use CAT. If you're viewing large/long files that may include @-codes or be ^Z/EOF terminated, use LIST.

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