• src/sbbs3/sbbs.h writemsg.cpp

    From rswindell@VERT to CVS commit on Sun Jul 7 13:52:51 2019
    src/sbbs3 sbbs.h 1.522 1.523 writemsg.cpp 1.153 1.154
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16814

    Modified Files:
    sbbs.h writemsg.cpp
    Log Message:
    Make the charset (e.g. UTF-8) detection/indication in msg headers more generic (e.g. applies to email and netmail now too).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Jul 18 13:47:46 2019
    src/sbbs3 sbbs.h 1.532 1.533 writemsg.cpp 1.160 1.161
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv18948

    Modified Files:
    sbbs.h writemsg.cpp
    Log Message:
    Support for a 3rd line of RESULT.ED drop file (from external message editors): Full editor name and version details (up to 127 chars), for use in the EDITOR msg header field which is propagated over QWK networks.
    From what I could find, the WWIV RESULT.ED file format only ever contained 2 lines:
    <Anonymous: 0/1>
    <subject>

    So adding support for an optional 3rd line should be fine and backwards compatible. Hopefully WWIV or its message editors don't define a different "standard" 3rd line in the future. :-)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Dec 9 20:27:26 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/c8e6ae68a5875eaedc95777c
    Modified Files:
    src/sbbs3/sbbs.h writemsg.cpp
    Log Message:
    Allow subject to be changed when forwarding mail, support fwd-to QWKnet

    The new messages subject may be passed into forwardmail(). If it isn't, it'll be prompted for (defaulting to the original message subject).

    Also, fix forwarding to QWKnet (look-up full-route/to-user-number).

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