• src/sbbs3/netmail.cpp

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Feb 22 13:10:22 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c7b1bed6b4c882121966d43a
    Modified Files:
    src/sbbs3/netmail.cpp
    Log Message:
    Fix network user/address look-up (using qnet/users.dat)

    The QWKnet user look-up feature was broken as of commit e4fc5d04d9c6570e31e (a year ago).

    Just noticed this regression as Andre asked in IRC about looking up network users for netmail. This feature worked for QWKnet users/addresses, at least, and now will work again.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Mar 2 13:25:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/bea7394e614931fc63961086
    Modified Files:
    src/sbbs3/netmail.cpp
    Log Message:
    Detect smb_[f]allocdat() failures in qnetmail()

    CID 319140

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Mar 2 13:25:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/cb9a3753fee63c37e50677f3
    Modified Files:
    src/sbbs3/netmail.cpp
    Log Message:
    Fix issue in previous commit: no need to free what wasn't allocated

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Mar 13 00:28:10 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/7e1c3c3d3944249c05686250
    Modified Files:
    src/sbbs3/netmail.cpp
    Log Message:
    Fix CID 319119: Unchecked return value from library

    Actually probably doesn't fix it, but what'evs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Jun 10 22:54:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/121ce679be01b8f4fa5131c2
    Modified Files:
    src/sbbs3/netmail.cpp
    Log Message:
    Safe string formatting of fido netmail time header field

    Suppresses GCC warning. I suppose some of these fields could be more digits than expected.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Dec 29 17:10:28 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8f54b5ce31565dd8031982b0
    Modified Files:
    src/sbbs3/netmail.cpp
    Log Message:
    Fix error path memory leak (unlikely, but not impossible)

    CID 462234

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 22 23:23:42 2020
    src/sbbs3 netmail.cpp 1.63 1.64
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv25869

    Modified Files:
    netmail.cpp
    Log Message:
    Refactor inetmail() to use convenience functions smb_open_sub() and savemsg() to eliminate a lot of copy-pasta.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 27 18:33:15 2020
    src/sbbs3 netmail.cpp 1.67 1.68
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3242

    Modified Files:
    netmail.cpp
    Log Message:
    When creating an FTN netmail message, set the "LOCAL" attribute flag in
    the net-attributes header fields.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 30 17:10:07 2020
    src/sbbs3 netmail.cpp 1.68 1.69
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv14787

    Modified Files:
    netmail.cpp
    Log Message:
    Set the "LOCAL" network-attribute on locally-created Internet email messages (no use currently, but seems prudent).
    Set the KILLSENT network attribute for created Internet email messages when enabled in SCFG->Networks->Internet (new option).


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