• src/sbbs3/readmsgs.cpp sbbs.h

    From rswindell@VERT to CVS commit on Saturday, February 02, 2019 16:20:23
    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 Tuesday, July 05, 2022 12:23:19
    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