• src/sbbs3/getmsg.cpp text.h text_defaults.c

    From rswindell@1:103/705 to CVS commit on Fri Jan 12 00:48:10 2018
    src/sbbs3 getmsg.cpp 1.71 1.72 text.h 1.29 1.30 text_defaults.c 1.37 1.38 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8736

    Modified Files:
    getmsg.cpp text.h text_defaults.c
    Log Message:
    Introduce new text.dat line:
    MsgHdrBodySeparator
    This is display between the msg header text.dat lines and the message body (previously, just hard-coded to a blank line).
    This enables us to now execute showmsgavatar.js much faster than loading msghdr.asc file, and using it to execute showmsghdr.js.
    So... if you're upgrading to this build, you can get rid of msghdr.asc and
    get a message viewing performance boost. The results should look the same
    (but the message header will display immediately, with no discernable delay).

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Apr 30 01:28:38 2019
    src/sbbs3 getmsg.cpp 1.81 1.82 text.h 1.37 1.38 text_defaults.c 1.57 1.58 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16801

    Modified Files:
    getmsg.cpp text.h text_defaults.c
    Log Message:
    Dump the MIME plain-text charset value when displaying MIME-decoded plain-text. Renamed MIMEDecodedPlainText to MIMEDecodedPlainTextFmt
    (since it is now a printf-style format string).
    No special handling of non US-ASCII (e.g. UTF-8) characters... yet.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed May 1 18:48:21 2019
    src/sbbs3 getmsg.cpp 1.84 1.85 text.h 1.38 1.39 text_defaults.c 1.58 1.59 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28798

    Modified Files:
    getmsg.cpp text.h text_defaults.c
    Log Message:
    Added new text.dat string: MsgCarbonCopyList
    used to display a CC list, when applicable.

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)