• src/sbbs3/qwk.cpp

    From rswindell to CVS commit on Friday, May 08, 2020 02:43:46
    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.

  • From rswindell to CVS commit on Saturday, May 09, 2020 01:22:05
    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.

  • From Rob Swindell to Git commit to main/sbbs/master on Sunday, February 14, 2021 23:17:15
    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.
  • From Rob Swindell to Git commit to main/sbbs/master on Sunday, February 21, 2021 15:29:11
    https://gitlab.synchro.net/main/sbbs/-/commit/937195956a590a4bafbf57a4
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    Fix Coverity-reported use of uninitialized variable
  • From Rob Swindell to Git commit to main/sbbs/master on Sunday, April 04, 2021 13:38:22
    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
  • From Rob Swindell to Git commit to main/sbbs/master on Sunday, April 04, 2021 15:13:58
    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
  • From Rob Swindell to Git commit to main/sbbs/master on Tuesday, April 20, 2021 22:04:33
    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.
  • From Rob Swindell to Git commit to main/sbbs/master on Saturday, January 22, 2022 01:27:43
    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.
  • From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Friday, May 17, 2024 17:34:00
    https://gitlab.synchro.net/main/sbbs/-/commit/0fd16cccefb0fff0d46b2c99
    Modified Files:
    src/sbbs3/qwk.cpp
    Log Message:
    P-restricted users (including QWKnet accounts) can no-longer post polls

    This was a loop-hole that caused Denn (OUTWEST) some confusion, those his QWKnet account could post polls, it could not post messages due to having the P-restriction.