- May 06, 2015
-
-
nightfox authored
Updated the thread-ID navigation keys to be only ( and ) (I had added support for , and . to also work for that). Updated to look for the configuration & theme config files in sbbs/mods first (and then in sbbs/ctrl, then the same directory as DDMsgReader.js, as before).
-
deuce authored
-
deuce authored
-
nightfox authored
-
deuce authored
-
deuce authored
-
deuce authored
Currently uses modopts.ini, but this is likely to change in the future.
-
deuce authored
Add Head method to do a HEAD request.
-
deuce authored
for HEAD requests.
-
deuce authored
Content-Length header for static files.
-
- May 05, 2015
-
-
nightfox authored
-
nightfox authored
Synchronet was updated to pass in the sub-board internal code rather than the sub-board number, so I've updated this script as such. My reader makes use of the sub-board code, and this change lets my reader not have to loop through one of Synchronet's arrays to look up the sub-board code based on the sub-board number.
-
rswindell authored
'subnum' as the first command-line argument. Also, set the current sub-board value used for ARS comparisons before passing control to a Scan Msgs mod (if there is one), just in case the mod uses ARS (e.g. bbs.compare_ars) to check for access.
-
nightfox authored
Renamed the reverseOrder configuration setting to reverseListOrder. Added the enter key as a key to advance to the next message in reader mode. Added the -subBoard command-line option, which can be used to specify a sub-board to read (by internal code or by number). Fixed the msgReaderPath variable in DDScanMsgs.js and DDScanSubs.js to contain ../xtrn/DDMsgReader. Updated the readme to reflect the change in the reverseListOrder configuration setting name, and also re-arranged the installation section of the readme.
-
rswindell authored
Display the "No messages found" text when attempting to thread up or down and there is no corresponding message.
-
rswindell authored
-
deuce authored
-
- May 04, 2015
-
-
rswindell authored
-
- May 03, 2015
-
-
nightfox authored
-
nightfox authored
Updated the logic for following a message's thread_back/thread_next & thread_id matching (using the ( and ) keys): Now first checks to see if thread_id is available (it checks to see if running Synchronet 3.16 and thread_id exists in the headers), and uses thread_id if available; if thread_id is not available, then it falls back on using the thread_back & thread_next fields.
-
- May 02, 2015
-
-
nightfox authored
-
nightfox authored
Added by-title, by-author, and by to-user thread navigation as in Synchronet's stock message reader. Also, added the ability to change to another message sub-board from the message list (using the C key). Note that the ability to change to another sub-board is not enabled when doing a newscan or new-to-you message scan, since a scan is a more controlled flow.
-
rswindell authored
for sbbs_t::loadposts().
-
rswindell authored
- thread forward and backward by thread-id (, and .) - list your unread messages (U) - list new messages (N)
-
rswindell authored
Removed extra smb_freemsgmem() stuff in listmsgs() loop (leftover?).
-
rswindell authored
Fixed the name of the YNQP text.dat item.
-
rswindell authored
scanposts(), and listsub(). These functions are exposed in the JS 'bbs' object as scan_subs(), scan_msgs(), and list_msgs().
-
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
-
rswindell authored
getusrsub() returned the completely wrong sub-board number. It assumed that getusrgrp() returned a 0-based index when in fact it returns a 1-based group number. This bug was only visible when using certain @-codes (e.g. "SN", "SL", "SR", and "SMB_SUB_NUM") when a sub-board was open via Synchronet internal function (i.e. not via JS MsgBase class). If the current group was the last group visible to the user, this would cause a crash.
-
deuce authored
-
- May 01, 2015
-
-
deuce authored
Thanks!
-
deuce authored
-
rswindell authored
than the built-in logic, if Ctrl-C abort status was already active, it would still prompt for a key rather than immediately returning a negative/No result.
-
deuce authored
a buttload of data. If the input queue filled up before the socket was closed, the input queue could be stuck waiting for the ring buffer to drain while conn_close() is stuck waiting for the input thread to stop. We now consume data from the input buffer while waiting for the input thread to stop.
-
nightfox authored
-
nightfox authored
SlyEdit v1.44 update - Bug fix: When cross-posting a message in other message areas, the message area settings are now checked to see whether the user's real name should be used for the 'From' name. Previously, SlyEdit was always using the user's alias as the 'From' name when cross-posting.
-
- Apr 30, 2015
-
-
deuce authored
and release it last.
-
http://sistemas.anatel.gov.br/deuce authored
-
deuce authored
if you have valid SAUCE data in the file. Not *really* tested, only checked that it didn't break mah lemons.
-
nightfox authored
Added scripts (and information in the Read Me file) for setting up Digital Distortion Message Reader in the new Loadable Modules options in SCFG > System > Loadable Modules. This enables Digital Distortion Message Reader to be used, for instance, for reading personal email or doing a message newscan during the login process.
-