• src/sbbs3/qwk.cpp sbbs.h un_qwk.cpp un_rep.cpp

    From rswindell@VERT to CVS commit on Tue Nov 15 13:48:43 2016
    src/sbbs3 qwk.cpp 1.67 1.68 sbbs.h 1.431 1.432 un_qwk.cpp 1.46 1.47 un_rep.cpp 1.57 1.58
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9928

    Modified Files:
    qwk.cpp sbbs.h un_qwk.cpp un_rep.cpp
    Log Message:
    Fix vote importing from QWK/REP packets
    - wasn't opening sub-board correctly (now using new smb_open_sub)
    - for single-hope QWK packets, wasn't setting the sender netaddr (QWK-ID)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sat Nov 19 13:14:33 2016
    src/sbbs3 qwk.cpp 1.73 1.74 sbbs.h 1.434 1.435 un_qwk.cpp 1.47 1.48 un_rep.cpp 1.59 1.60
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv19349

    Modified Files:
    qwk.cpp sbbs.h un_qwk.cpp un_rep.cpp
    Log Message:
    Fixed problem with votes and polls coming from QWKnet hubs (e.g. VERT) not being imported: resolve_qwkconf() now supports both users (e.g. QWKnet nodes uploading REP packets) and QWKnet hubs (e.g. importing a QWK packet from
    VERT).
    Also re-factored resolve_qwkconf() in the process (that was some *old* code).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sun Nov 20 12:23:59 2016
    src/sbbs3 qwk.cpp 1.76 1.77 sbbs.h 1.438 1.439 un_qwk.cpp 1.49 1.50 un_rep.cpp 1.61 1.62
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv25504

    Modified Files:
    qwk.cpp sbbs.h un_qwk.cpp un_rep.cpp
    Log Message:
    VOTING.DAT Backwards-compatibility enhancement:
    If a VOTING.DAT file is received which did not contain offset/location sections, the vote/polls/etc. wouldn't be imported. Now, when each QWK 'V'
    msg hdr block is imported, the corresponding section is removed from the VOTING.DAT and after all QWK importing, the VOTING.DAT is then parsed
    for remaining items/sections and if there are any, imported at that time (in order in the file, not in the old poll/vote/closure order).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sun Aug 9 17:43:43 2020
    src/sbbs3 qwk.cpp 1.96 1.97 sbbs.h 1.581 1.582 un_qwk.cpp 1.65 1.66 un_rep.cpp 1.79 1.80
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv13899

    Modified Files:
    qwk.cpp sbbs.h un_qwk.cpp un_rep.cpp
    Log Message:
    Move all the QWK import-msg-filtering logic into a single method and use it to filter incoming messages, including vote/poll messages. This should address Nightfox's bug report that polls posted by twit-listed users were still imported/posted on his BBS.

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