-
src/sbbs3/qwk.cpp
From
rswindell@VERT to
CVS commit on Mon Mar 26 14:08:00 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.
---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tue Jul 24 17:20:00 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.
---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Mon Dec 31 21:56:00 2018
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).
---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thu Aug 29 09: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.
---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Aug 31 11: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.
---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sat Apr 11 12: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 15: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 15: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 Thu May 7 22: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 Fri May 8 21: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 18:17:15 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Feb 21 10:29:11 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Apr 4 09:38:22 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Apr 4 11:13:58 2021
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Tue Apr 20 18: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 Fri Jan 21 20:27:43 2022
-
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