• exec/str_cmds.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Dec 7 00:11:11 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2e46e129c797fba9f62ee8dd
    Modified Files:
    exec/str_cmds.js
    Log Message:
    bbs.read_mail() now has an optional "list msgs" argument (defaults to true)

    When listing all mail, we don't the list to pop-up first.
    --- SBBSecho 3.32-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 Jan 10 21:01:23 2026
    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.
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)