• exec/msglist.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Aug 16 15:27:08 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5082538a44c3bf0a1b736683
    Modified Files:
    exec/msglist.js
    Log Message:
    Add missing command options to help output

    Fix issue #963

    ---
    þ 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 21 08:41:30 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/cacb9666267e080a6d05329a
    Modified Files:
    exec/msglist.js
    Log Message:
    Add missing -preview option to help output, clean-up other option help

    Further fix issue #963

    ---
    þ 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 Sat Feb 21 17:46:31 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/e6e32a52df8c173025fabdf3
    Modified Files:
    exec/msglist.js
    Log Message:
    Don't word-wrap messages are are marked explicitly format: fixed

    ---
    þ 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 Sat Feb 21 20:01:01 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/69f9984cac7a6483152533d1
    Modified Files:
    exec/msglist.js
    Log Message:
    Fix some message movement for reversed lists

    ... or maybe it only worked correctly before for non-reversed lists (?).

    Anyway, the following keys now reverse behavior when viewing a message from
    a reversed list:
    ENTER, Backspace/-, <>, {}, []

    ---
    þ 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 Sat Feb 21 20:01:01 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4814661e5914b0c90dba6525
    Modified Files:
    exec/msglist.js
    Log Message:
    Revert "Fix some message movement for reversed lists"

    This reverts commit 69f9984cac7a6483152533d145c0a81a30a6eaf5.

    ---
    þ 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 Tue Apr 7 21:10:54 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6dbdf71bc26b1560d741c436
    Modified Files:
    exec/msglist.js
    Log Message:
    Check for moderated messages

    ---
    þ 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 Aug 7 15:55:33 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/3f13efa6ab6446b4328b4969
    Modified Files:
    exec/msglist.js
    Log Message:
    msglist: reply to an unroutable netmail address as local e-mail (#1215)

    mail_reply() chose between bbs.netmail() and bbs.email() on the sender net
    type alone. When that address is one this system will not route as netmail
    - one of its own domains, as carried by mail submitted over authenticated
    SMTP - the netmail attempt fails with "Invalid NetMail address" followed by "Failed to send", and there is no way to answer the message.

    Fall back to the sender's user number, as the built-in mail reader has done since be05f55db5 (chest-4-dies, 2026-02-11). Sending such mail back out
    through our own SMTP server used to work by accident, until 4aa2274c97 (provide-5-player, 2026-01-22) stopped netmail to our own addresses.

    Replies to genuinely remote senders are unchanged: the fallback needs a
    sender extension, which a message from another system does not carry.

    This also answers messages already stored with the old sender net type.

    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

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