• src/sbbs3/getmsg.cpp

    From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sun Sep 27 00:17:05 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/5b310552ae629b3608fc3e69
    Modified Files:
    src/sbbs3/getmsg.cpp
    Log Message:
    Update getlastmsg() to return total messages, excluding votes & poll-closures.The return value of getlastmsg() is displayed as the total messages in asub-board when scanning subs. For sub-boards that allow voting, use the newsmb_msg_count() function to determine the number of displayable messages.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Dec 9 00:56:39 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/1806aaf90600fbe42dddd980
    Modified Files:
    src/sbbs3/getmsg.cpp
    Log Message:
    Some message attributes (auxiliary and network) weren't shownCopy some code from atcodes.cpp to show all the aux and network attributes.Also, the MsgAttr text.dat string only contains 17 %s's but we were passing 18, so the last attribute (KillSent) would never be shown.Instead, split this into 3 strings and just pass those 3 strings to the MsgAttr format string along with a ton of blank strings. So we don't have to keep updating the MsgAttr text.dat string every time we add more attribute flags (that was kind of ridiculous).
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Thu Dec 10 01:33:34 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/4a824f52e48c220a23d02608
    Modified Files:
    src/sbbs3/getmsg.cpp
    Log Message:
    Display message comment headers without relying on smb_getmsgtxt()Since we're calling smb_getplaintext() manually here, and its not going to return the comment headers as part of the plain-text (the way smb_getmsgtxt() can), so we need to display find/display the comment headers first.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Dec 19 16:09:15 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/90310234a0396f4bb4a5d508
    Modified Files:
    src/sbbs3/getmsg.cpp
    Log Message:
    In Raw I/O mode, disable markup support and @-code expansion
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Jan 20 23:00:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f039b2aa3d8c26807b35390e
    Modified Files:
    src/sbbs3/getmsg.cpp
    Log Message:
    Clean-up MIME-Decoded plain-text format messageDon't display at all if smb_getplaintext() returns a blank string.Don't display "(null)" if there's no text sub-type.
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)