• src/sbbs3/qwk.cpp

    From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Fri May 17 17:34:00 2024
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • 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