- 14 Aug, 2017 1 commit
-
-
rswindell authored
-
- 02 Dec, 2016 1 commit
-
-
rswindell authored
begin with a newline sequence (\r\n), since this would effectively waste a line on the user's terminal.
-
- 28 Nov, 2016 2 commits
- 23 Nov, 2016 2 commits
- 21 Nov, 2016 1 commit
-
-
rswindell authored
(reading the msg) submitted an up-vote or down-vote on the current msg.
-
- 18 Nov, 2016 1 commit
-
-
rswindell authored
-
- 16 Nov, 2016 1 commit
-
-
rswindell authored
* uses new text.dat strings: - PollVoteNotice - PollAnswerNumber - PollAnswerFmt - PollAnswerChecked The actual answer of a poll is still crude (uses the old crufty uselect scheme) and doesn't support multiple-choice polls. This will be addressed.
-
- 15 Nov, 2016 1 commit
-
-
rswindell authored
field can have that line automatically stripped from the displayed header: - The \r\n's were moved from the end of the MsgSubj and MsgAttr strings to the beginning of the MsgAttr and MsgTo strings. Also, fixed the number in the VoteMsgUpDownOrQuit comment. Removed "I'm" from the "Sorry.." vote related strings.
-
- 13 Nov, 2016 2 commits
-
-
rswindell authored
MsgDownVoteNotice. Also moved the R_Voting string, so the last few voting related strings in the text.dat have been re-arranged (sorry about the thrash) - if you don't have these new 8 lines, the default strings are used and you're fine. When listing messages from the "Reading" prompt, the vote status and Replied attribute flag are now indicated: 'V' = voted up (more than down), 'v' = voted down (more than up), and 'R' = replied-to. Unread/new messages still show a '*' in the A (for attributes) column. Voting via JS still does not automatically send a notice to the poster, that still needs to be worked out.
-
rswindell authored
-
- 10 Nov, 2016 1 commit
-
-
rswindell authored
- Users can be restricted from voting with the 'V' restriction - Sub-boards can be disalbled for voting in SCFG - VOTING.DAT can be include/excluded from QWK packets via user cfg (when a VOTING.DAT is received in a REP, the user cfg flag is auto-set) - Adds several new text.dat lines (if not present in yours, uses the default) What's not yet implemented: - Notification of votes on your posted messages - Method to view/audit all votes - Polling - Any special handling to auto-exclude votes from msg-related JavaScripts
-
- 04 Dec, 2015 1 commit
-
-
rswindell authored
menu.
-
- 30 Nov, 2015 1 commit
-
-
rswindell authored
after a user (has been) disconnected and before the node transitions to waiting for connection (WFC) status. Usually the duration of this status is very short, but it can be longer (e.g. for running log-out module and event) and for (new) msg-scan pointer fix-ups. Updated logout() to remove some cruft and add some more log/debug output. Automatic new-scan pointer fix-ups when performing new-message scans (if the current pointer is greater than the last message number, set it to the last message number) and when saving message pointers. Passing user_t* to get/putmsgptrs() instead of message number now (to better detect Guest account).
-
- 26 Nov, 2015 1 commit
-
-
rswindell authored
-
- 25 Nov, 2015 1 commit
-
-
rswindell authored
Display local time and time zone in system info list. Display local time zone in Ctrl-T output.
-
- 27 Aug, 2015 1 commit
-
-
rswindell authored
-
- 02 May, 2015 1 commit
-
-
rswindell authored
scanposts(), and listsub(). These functions are exposed in the JS 'bbs' object as scan_subs(), scan_msgs(), and list_msgs(). Wherease previously, all of "your messages" (messages addressed to you) would be found/displayed if the user answered (Y)es to the "Subjects Only?" prompt, and only un-read message (to you) would be displayed if they answered (N)o to the "Subjects Only?", providing long-standing confusion about the different behavior, now the user is prompted whether to display un-read messages only (in scansubs/scanallsubs), and in the case of the logon question to "Search all subs for un-read messages to you?", only un-read messages are listed/displayed, regardless of how the user answers the "Subjects Only?" question. SCAN_UNREAD is only applicable when combined with SCAN_TOYOU. Added new commands to the msg reading prompt: 'N' (list new messages), 'U' list un-read messages to-you. 2 new text.dat entries: DisplayUnreadMessagesOnlyQ and NoMessagesFound
-
- 04 Oct, 2014 1 commit
-
-
rswindell authored
there are several control keys which have special use in this mode, but not in others and Ctrl-Z is in fact different in both modes (raw input vs. undo). Updated the default ControlKeyMenu text.dat string (e.g. removed Ctrl-S and Ctrl-Q since they actually have no globally defined use).
-
- 13 Mar, 2014 1 commit
-
-
rswindell authored
of the new user process - could be used to display a file or execute a script via @-code. Introduced the "Color Terminal" new user question toggle (defaults to off).
-
- 09 May, 2013 2 commits
- 11 Jul, 2012 1 commit
-
-
deuce authored
unmoderated message in a sub.
-
- 21 Jul, 2011 1 commit
-
-
rswindell authored
prompt and the sub is not in the user's new-scan configuration.
-
- 21 Nov, 2009 1 commit
-
-
rswindell authored
-
- 24 Oct, 2009 1 commit
-
-
rswindell authored
-
- 18 Oct, 2009 3 commits
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Don't prompt for "delete mail from everyone" when there is only one e-mail waiting for the user. Use some existing text.dat entries (some old and some recently added) where identical static strings were still being used for no apparent reason. Added several text.dat entries for the QWK settings menu, node status, and some other single-line messages (replacing static strings).
-
- 17 Jul, 2009 1 commit
-
-
rswindell authored
-
- 23 Jan, 2009 3 commits