• src/sbbs3/un_qwk.cpp un_rep.cpp

    From rswindell@VERT to CVS commit on Sunday, December 16, 2018 22:02:40
    src/sbbs3 un_qwk.cpp 1.53 1.54 un_rep.cpp 1.67 1.68
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    un_qwk.cpp un_rep.cpp
    Log Message:
    Don't save "extra" files included in QWK/REP packets if they are blocked via the file.can. Log a message when receiving or filtering files received via QWK/REP.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, August 20, 2019 00:59:14
    src/sbbs3 un_qwk.cpp 1.60 1.61 un_rep.cpp 1.76 1.77
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28320

    Modified Files:
    un_qwk.cpp un_rep.cpp
    Log Message:
    Using the new lookup_user() function and the new text.dat string (MsgPostedToYouVia) to send telegrams to local users when messages posted
    "to them" are imported via QWK.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, August 20, 2019 01:45:42
    src/sbbs3 un_qwk.cpp 1.61 1.62 un_rep.cpp 1.77 1.78
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5839

    Modified Files:
    un_qwk.cpp un_rep.cpp
    Log Message:
    Rearrange the order of arguments to MsgPostedToYouVia


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, November 29, 2022 11:08:25
    https://gitlab.synchro.net/main/sbbs/-/commit/11495220c2fd6260ad8cd200
    Modified Files:
    src/sbbs3/un_qwk.cpp un_rep.cpp
    Log Message:
    Bug-fix: erroneously filtering vote messages by age

    This bug was introduced in commit 9c91d32a8617 2 years ago and would result
    in votes and poll message being erroneously filtered. e.g.
    !Filtering QWK message from (null) due to age: 19321 days

    The filter criteria was either a zero-initialized msg or the previously parsed/imported msg from the QWK or REP packet.

    A solution for filtering vote/poll messages is needed, but this isn't it.

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