• src/sbbs3/qwk.cpp

    From rswindell@VERT to CVS commit on Sat Apr 11 16:42:41 2020
    src/sbbs3 qwk.cpp 1.91 1.92
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv27529

    Modified Files:
    qwk.cpp
    Log Message:
    Vote-message-import failures from QWKnet hubs are now not treated as an
    error (e.g. trigger a bad QWK packet copy to be created). The debug-level
    log messages is still generated however.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 14 19:33:25 2020
    src/sbbs3 qwk.cpp 1.92 1.93
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5168

    Modified Files:
    qwk.cpp
    Log Message:
    Fix bug in qwk_handle_remaining_votes(): If a QWK packet was not fully imported (e.g. because the console/terminal server was terminated locally), this routine would attempt to handle any remaining (unhandled) vote mesages and throw-up checking "conference number" access=0 invalid=invalid errors
    because it was trying to process all the (unhandled) sections in the VOTING.DAT file rather than just the sections beginning with the applicable section prefixes ("poll:", "vote:" or "close:"). Every other section is actually just a hex offset into the MESSAGES.DAT file and does not contain the "Conference"
    key that qwk_vote() was expecting to find.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 14 19:54:38 2020
    src/sbbs3 qwk.cpp 1.93 1.94
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8719

    Modified Files:
    qwk.cpp
    Log Message:
    Include the VOTING.DAT section name in errors reported from qwk_vote() for better traceability.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri May 8 02:43:46 2020
    src/sbbs3 qwk.cpp 1.94 1.95
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28765

    Modified Files:
    qwk.cpp
    Log Message:
    Mousify the QWK settings menu.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat May 9 01:22:05 2020
    src/sbbs3 qwk.cpp 1.95 1.96
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1577

    Modified Files:
    qwk.cpp
    Log Message:
    Clear mouse hotspots when existing the QWK config menu.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Feb 14 23:17:15 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b9540c9afbfbbcf17c47e6b9
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    Don't use uninitialized variable in errormsg()

    Caught by Coverity.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Feb 21 15:29:11 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/937195956a590a4bafbf57a4
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    Fix Coverity-reported use of uninitialized variable
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 4 13:38:22 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/3b89e2e45023559b3ebc6240
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    Fix incorrect buf size argument caught by Coverity-scan
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 4 15:13:58 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9ae5d681db51b86621d54deb
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    The QWK reset sub ptr command would never work

    Caught by Coverity-scan CID 33178
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Apr 20 22:04:33 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/95701fb79678e702bd647b90
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    Don't log an error when a QWKnet node uploads votes for old messages

    Log an info-level message instead.
    Raise the log level severity of duplicate votes from Debug to Info too.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Jan 22 01:27:43 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/cac09153bb2b26fe24879a86
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    Remove some commented-out code

    Posting restrictions are handled one QWK-message at a time (and have been for a long time). No actual change here.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net