• src/sbbs3/getmsg.cpp

    From rswindell@VERT to CVS commit on Wednesday, May 01, 2019 17:40:45
    src/sbbs3 getmsg.cpp 1.83 1.84
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    getmsg.cpp
    Log Message:
    Restore accidentally removal of strchr (!).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, May 02, 2019 20:08:31
    src/sbbs3 getmsg.cpp 1.86 1.87
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv31753

    Modified Files:
    getmsg.cpp
    Log Message:
    show_msgattr() now includes the netattr "Sent" and "InTransit" flags, when set as well as the auxattr "Attach" when either FILEATTACH or MIMEATTACH is set (requires an updated MsgAttr line in text.dat).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, July 29, 2019 21:20:12
    src/sbbs3 getmsg.cpp 1.90 1.91
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv916

    Modified Files:
    getmsg.cpp
    Log Message:
    Don't word-wrap ANSI-encoded message text.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 03, 2019 03:17:04
    src/sbbs3 getmsg.cpp 1.93 1.94
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv24822

    Modified Files:
    getmsg.cpp
    Log Message:
    We don't display the MSG_HFIELDS_UTF8 auxattr flag, so ignore it in show_msghdr()


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, August 07, 2019 12:23:27
    src/sbbs3 getmsg.cpp 1.95 1.96
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv27208

    Modified Files:
    getmsg.cpp
    Log Message:
    Fix bug in "Download attached file: <fname> ?" prompt, tp points to str, so can't use it as an argument to sprintf(str, ...)
    Also, use getfname()... more.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, August 07, 2019 17:21:15
    src/sbbs3 getmsg.cpp 1.96 1.97
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    getmsg.cpp
    Log Message:
    Remove unused variable.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, August 08, 2019 16:59:36
    src/sbbs3 getmsg.cpp 1.97 1.98
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv10756

    Modified Files:
    getmsg.cpp
    Log Message:
    Fix FTN file-attachment download issue where "Download attached file" prompt would reuse the same buffer where the message subject (list of filenames)
    was stored causing havok. Reported by Alterego (ALTERANT).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, October 07, 2019 20:01:57
    src/sbbs3 getmsg.cpp 1.100 1.101
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv2096

    Modified Files:
    getmsg.cpp
    Log Message:
    Include the "KillSent" attribute in the displayed message attributes.
    Don't suppress the display of the "from network address" just because there's an '@' in the "from name" - some Internet email (e.g. SPAM) "From" names include '@'s to try and follow the reader. <sigh>

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