- Nov 28, 2016
- Nov 27, 2016
-
-
rswindell authored
Introduced a better progress indicator (similar to poll results), using the backfill() method. 2 new attr.cfg fields allow the progress indicator colors to be configured separately from poll results (though they default to the same white on magenta). This new progress indicator is used when loading msg ptrs and scanning for votes. I will be using it while performing other searches (e.g. file libraries/dirs) as well.
-
rswindell authored
does that automatically.
-
rswindell authored
change-attributes sub-op menu).
-
rswindell authored
Don't repeat the full email address if no name was provided. Highlight the word "e-mail" (sorry, I know this should be in the text.dat).
-
rswindell authored
sub-boards (that are not gated to QWKnet).
-
- Nov 25, 2016
-
-
rswindell authored
accounts. For the longest time, if a Q-restricted (QWKnet node) user had Ctrl-A codes set to "Leave-in", it would automatically set "No Index", "No Control Files", "All Email", "Delete Email". But since we can't really assume that all Q-resricted accounts are Synchronet systems, we're no longer going to make these assumptions and over-ride what the user has set.
-
- Nov 24, 2016
-
-
rswindell authored
'from' fields were > 127 chars in length. Now using smb_init_idx() since it does the "right thing".
-
rswindell authored
The duplicates aren't removed from the header file, just not indexed.
-
rswindell authored
header records (index with the same message number points to a different message header).
-
rswindell authored
Incremented smblib version 2.60 (to indicate all the recent changes).
-
- Nov 23, 2016
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
If the msg->offset is 0, we must call smb_getmsgidx() to find its offset, otherwise smb_putmsg() which calls smb_putmsgidx() will overwrite the index of the first message.
-
rswindell authored
- Include Kludge Lines (Yes) - Include VOTING.DAT File (Yes) - Include HEADERS.DAT File (Yes) - Extended (QWKE) Packets (No) - Exported Ctrl-A Codes (Strip) SBBS/QWKnet nodes now have more control over the REP packet files created by their systems. If the "uplink" (hub) is complaining about receiving unsupported files (e.g. VOTING.DAT) or kluge lines (e.g. @TZ), just turn them off. Also, Ctrl-A codes may now be retained in QWKnetmail. And the @REPLYTO kludge line enabled for the first time (!).
-
rswindell authored
-
rswindell authored
-
rswindell authored
poll if you answer No to the "Close Poll" question. - Display the "votes" msg header value for the sysop 'H'eader command.
-
rswindell authored
-
rswindell authored
header of the original message (after the first reply), but wasn't setting the same flag in the index. This results in "Attributes mismatch" errors from chksmb.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
already have a reply_id header field, causing REPLYID header fiels to be set to garbage characters.
-
rswindell authored
- the in-order QWK voting data importing wasn't working because the ini sections returned from iniGetSectionList do not contain the square brackets. So search for just the hex-offset (into MESSAGES.DAT) rather than the offset in square brackets. - Stop zeroing the vote message upon import (oops), causing SMBLIB -105 errors upon adding the votes.
-
rswindell authored
Ubuntu 12.04.2 LTS (gcc v4.6.3)
-
- Nov 22, 2016
- Nov 21, 2016
-
-
sbbs authored
by Bill McGarrity: new bug.
-
rswindell authored
-
rswindell authored
New MsgBase header propeties: - total_votes (total number of votes this msg or poll has received) - tally[], an array of 16 numbers indicating the total votes for each poll answer in the case of a normal message, tally[0] is the same as upvotes and tally[1] is the same as downvotes. This should complete what echicken needs to display polls and voting results in his web UI.
-
rswindell authored
smb_voted_already(), e.g. to @-codes in a custom msg header. New @-codes (e.g. for custom message headers): @MSG_VOTED@ @MSG_UPVOTED@ @MSG_DOWNVOTED@ These all 3 act the same way: they display the PollAnswerChecked (checkmark) if the user voted on the currently displayed message/poll, if the user up-voted or if the user-downvoted. If the user did not vote, nothing is displayed.
-
rswindell authored
smb_voted_already(), e.g. to @-codes in a custom msg header.
-
rswindell authored
-
rswindell authored
(reading the msg) submitted an up-vote or down-vote on the current msg.
-
rswindell authored
get_all_msg_headers). Added new method: get_user_votes(msg number, user name or alias) The user name or alias must match the posting configuration on the local system (i.e. if set for real names, pass the user's real name instead of alias). This function returns 0 for no votes on the reference message, 1 for an up-vote, 2 for a down-vote or in the case of a poll-response, a bit-field of votes.
-
rswindell authored
On polls, this is the maximum number of votes per ballot in response to this poll (0 is the same as 1). On ballots, this is the bit-field of votes submitted by the user (e.g. bit 0 set is a vote for answer 1, bit 1 for answer 2, etc.). For normal messages, this field has no current use.
-
rswindell authored
temp-ban (was logging the total number of login attempts, including dupes).
-