• src/sbbs3/qwk.cpp

    From rswindell@1:103/705 to CVS commit on Mon Mar 26 18:08:03 2018
    src/sbbs3 qwk.cpp 1.81 1.82
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv20301

    Modified Files:
    qwk.cpp
    Log Message:
    Don't log an error when a QWK-posted vote message is a dupe (just silently discard).
    Also, trim trailing white-spaces.


    --- SBBSecho 3.03-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Jul 24 21:20:51 2018
    src/sbbs3 qwk.cpp 1.83 1.84
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv22001

    Modified Files:
    qwk.cpp
    Log Message:
    Log an error if any files in the data/qnet/*.out directory could not be removed.


    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Jan 1 02:56:31 2019
    src/sbbs3 qwk.cpp 1.86 1.87
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8529

    Modified Files:
    qwk.cpp
    Log Message:
    When failing to import vote-msgs or poll-closure-msgs from a QWKnet hub,
    change the errormsg() call to just a debug-level log message. These failures are expected if the local system (QWKnet node) didn't get the original poll message, for example.
    Continue to log these errors when encountered on a QWKhub (where they are
    less expected since a hub should normally have a deeper history of messages/polls than nodes will).


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu Aug 29 13:43:02 2019
    src/sbbs3 qwk.cpp 1.89 1.90
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12479

    Modified Files:
    qwk.cpp
    Log Message:
    Add more QWK vote-failure log messages so it should be possible to track down through debug-level log messages exactly why a QWK vote message failed to import.


    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sat Aug 31 15:38:33 2019
    src/sbbs3 qwk.cpp 1.90 1.91
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv4100

    Modified Files:
    qwk.cpp
    Log Message:
    Include message-ID in duplicate / failed vote-message log messages.


    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 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.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 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.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 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.
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 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
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 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
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 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 workCaught by Coverity-scan CID 33178 --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 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 messagesLog an info-level message instead.Raise the log level severity of duplicate votes from
    Debug to Info too.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 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 codePosting restrictions are handled one QWK-message at a time (and have been for a long time). No actual change here.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)