• exec/msglist.js

    From rswindell@VERT to CVS commit on Thursday, August 13, 2020 04:24:52
    exec msglist.js 1.12 1.13
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv20628

    Modified Files:
    msglist.js
    Log Message:
    Initial support for anonymous messages (don't show the author's alias/name
    to non-operators). There's likely still information leaks here, like replying via email. But could use some testers to help identify those. :-)
    For nolageek (CAPSHRIL).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, August 13, 2020 20:05:23
    exec msglist.js 1.13 1.14
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv31593

    Modified Files:
    msglist.js
    Log Message:
    Address bugs in previous commit: the "mail" MsgBase doesn't have an cfg.is_operator property:
    msglist.js line 339: TypeError: msgbase.cfg is undefined



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Friday, October 02, 2020 04:30:55
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/fc3d3650db0df5c707e14ffc
    Modified Files:
    exec/msglist.js
    Log Message:
    Fix some potential (and observed) loops upon user disconnect.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wednesday, October 07, 2020 01:52:03
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/952a773e973def30781ea808
    Modified Files:
    exec/msglist.js
    Log Message:
    Add (D)ownload command while in read-msg mode.

    Same as while in list mode, offers download of message source or any attachments.

    Fix extraneous PAUSE prompt from Operator menu '?' command by using
    P_NOCRLF mode argument to bbs.menu().

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to Main/master on Tuesday, November 24, 2020 01:38:36
    https://gitlab.synchro.net/main/sbbs/-/commit/e588a807678a2870a66e0848
    Modified Files:
    exec/msglist.js
    Log Message:
    When saving messages, prompt for plain-text (if "No", then save "source").

    Often you may only want the plain-text portion of a message (e.g. for printing).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to Main/master on Tuesday, November 24, 2020 06:28:45
    https://gitlab.synchro.net/main/sbbs/-/commit/64ca0c00acf59648f45b73ad
    Modified Files:
    exec/msglist.js
    Log Message:
    Allow ENTER to abort the Operator menu.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, December 20, 2020 03:12:15
    https://gitlab.synchro.net/main/sbbs/-/commit/0889aff541c451ff482c4dff
    Modified Files:
    exec/msglist.js
    Log Message:
    Add the [E]dit and [F]orward commands to the message view mode.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, May 22, 2021 00:59:56
    https://gitlab.synchro.net/main/sbbs/-/commit/998af2f8cb82a946945337cb
    Modified Files:
    exec/msglist.js
    Log Message:
    Perform deleted-msg filtering for all message bases, not just mail

    Issue reported by plt2 via IRC.

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