• src/sbbs3/readmsgs.cpp sbbs.h

    From rswindell@VERT to CVS commit on Mon Dec 5 04:11:00 2016
    src/sbbs3 readmsgs.cpp 1.94 1.95 sbbs.h 1.444 1.445
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv11637

    Modified Files:
    readmsgs.cpp sbbs.h
    Log Message:
    Introduce a Thread View Mode while reading messages. Use '*' to toggle.
    Any alpha-char command or entering a message number will exit thread view
    mode. If the entire thread fits on the screen, then the arrow keys can be used to move about the thread (up, down, left, and right). The old thread-ID keys
    ( and ) still work, but a little differently. And while in Thread View Mode, ENTER and - keys now move forward and backward by thread.

    I meant to do this a long time ago and really should have (all the underlying thread support was there). It really highlights all the network nodes that don't support REPLY-IDs. :-(

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sat Feb 2 16:20:23 2019
    src/sbbs3 readmsgs.cpp 1.112 1.113 sbbs.h 1.500 1.501
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv10216

    Modified Files:
    readmsgs.cpp sbbs.h
    Log Message:
    sbbs_t::listmsgs() is called from both readmsgs() and listsub(), where the message numbers should be printed differently for each context, so added a 'reading' boolean argument (defaults to true) to indicate it was called from readmsgs() and to use the index offset (+1) as the printed msg number in that case.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Jul 5 12:23:19 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/29e3b5f4b43901c2016cc106
    Modified Files:
    src/sbbs3/readmsgs.cpp sbbs.h
    Log Message:
    Always advance to next message after deleting a message

    Also, the logic to check if the user could even view deleted messages (on line 912) was wrong, replace with new method: can_view_deleted_msgs().

    As requested by deon (ALTERANT).
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net