• src/sbbs3/un_qwk.cpp un_rep.cpp

    From rswindell@VERT to CVS commit on Mon Aug 19 20:59:14 2019
    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 Mon Aug 19 21:45:42 2019
    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 Tue Nov 29 11:08:25 2022
    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