- Mar 15, 2022
-
-
Eric Oulashin authored
Added back a few functions that were accidentally removed (which weren't moved to attr_conv.js)
-
Eric Oulashin authored
-
- Mar 14, 2022
-
-
- Mar 07, 2022
-
-
Eric Oulashin authored
Fix: When changing to an empty sub-board from within the reader (either from read mode or list mode), it now properly says there are no messages and exits, rather than showing a list of bogus messages. Unsure when this bug was introduced. The version is now 1.46.
-
- Feb 26, 2022
-
-
Eric Oulashin authored
Fix for no group information available when displaying the sub-board header above the message list when listing personal email
-
-
Eric Oulashin authored
-
- Feb 25, 2022
-
-
-
Eric Oulashin authored
-
- Feb 19, 2022
-
-
Eric Oulashin authored
Version 1.44: Removed the scanScopePromptText text line and used the SubGroupOrAll line (621) from text.dat instead. Also, the reader now supports @-code expansion in configured text strings. This addresses issue #316 from Vincent Macaluso. Text search now can search sub-board, group, or all like the other text searching (requested by Nelgin). When reading the theme file, color settings are now checked to ensure they only have Synchronet attribute codes.
-
- Feb 10, 2022
-
-
Eric Oulashin authored
viewing message header info (I had used the same loop control variable name for a loop inside a loop..oops). Also, when viewing message header information, it will no longer show JS functions.
-
- Jan 14, 2022
-
-
Eric Oulashin authored
-
Eric Oulashin authored
Also, the first attempt at converting HTML entities in HTML-formatted messages (not working 100%). Also, added the ability to sort the message list by date & time written rather than the import date/time. This is specified in the configuration file via the msgListSort option.
-
- Feb 13, 2021
-
-
Eric Oulashin authored
user's current sub-board is a high-numbered sub-board and they select a message group with fewer sub-boards, the highlighted sub-board in that group would be set to that high number and would be incorrect. That has been fixed. Copied a fix from my stand-alone message area chooser. In that scenario, the current highlighted sub-board in the other group will be the first one.
-
- Feb 01, 2021
-
-
- Dec 02, 2020
-
-
Eric Oulashin authored
-
- Nov 30, 2020
-
-
When forwarding a message, it now correctly sets sets the to_net_type property in the message header to FidoNet or internet for those types of message destinations
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- Jul 11, 2020
-
-
nightfox authored
Version 1.37: Added mouse support to the scrollable reader interface. The integrated area changer functionality doesn't have mouse support yet.
-
- May 23, 2020
-
-
nightfox authored
-
nightfox authored
Version 1.36: Added a command-line parameter to DDMsgReader.js, -onlyNewPersonalEmail, which specifies to list/read only new/unread personal email to the user. And for integration with Synchronet via the "Read Email" loadable module, this is to be used together with the updated DDReadPersonalEmail.js. This is intended to support the "read your unread mail only" option in the email menu.
-
nightfox authored
-
- May 14, 2020
-
-
nightfox authored
Version 1.35: Fixed some logic in determining how to address a personal email when replying (either to a local user or via their network address).
-
- May 12, 2020
-
-
nightfox authored
Version 1.34: The message list mode now honors anonymous posts, showing the 'from' name as "Anonymous" (for non-sysops). The sysop can still see the real name of the poster. The reader mode already honored the 'anonymous' flag.
-
- Apr 22, 2020
-
-
nightfox authored
Version 1.33 - Fixed: A new user starting to read messages in a sub-board no longer causes an error (it checks for the scan_ptr being 0xffffffff). This had been fixed in a couple places previously, but apparently not this particular case.
-
- Apr 19, 2020
-
-
nightfox authored
Version 1.32: Removed some code that's no longer used. Also, fixed an issue when changing to another sub-board with the traditional-style (non-lightbar) list where it was slow to list sub-boards. For the number of messages, it was checking all headers to ignore ones marked as deleted, etc., but that can be fairly slow.. Now it just uses total_msgs for the MessageBase object, which is a lot faster and still gives an idea of how many messages are there.
-
- Apr 13, 2020
-
-
nightfox authored
The area change feature now uses DDLightbarMenu. There is no more internal lightbar code in this message reader. This requires the latest dd_lightbar_menu.js (in sbbs/exec/load).
-
- Apr 08, 2020
-
-
nightfox authored
Version 1.30: The message list features now uses DDLightbarMenu rather than the internal lightbar menu code. Requires the latest dd_lightbar_menu.js (in sbbs/exec/load). Later I also plan to update the area chooser code to also use DDLightbarMenu and remove the internal lightbar chooser code from DDMsgReader altogether.
-
- Apr 03, 2020
-
-
nightfox authored
Version 1.29: When reading a message, if a message is written to the current user, the 'To' username in the header above the message is now written in a different color. Also, there are new color settings available in the theme configuration file (see the readme for descriptions): msgHdrMsgNumColor, msgHdrFromColor, msgHdrToColor, msgHdrToUserColor, msgHdrSubjColor, msgHdrDateColor
-
- Dec 21, 2019
-
-
nightfox authored
Version 1.28 - Bug fix: When the user changes to a different message area while reading a message, the reader would exit with an error due to an invalid last-read message number. This has been fixed.
-
- Sep 16, 2019
-
-
nightfox authored
Version 1.27 - Bug fix: Now displays the message score in the header even if the message only has downvotes
-
- Sep 13, 2019
-
-
nightfox authored
Version 1.26: Fixes a bug that was causing some of the message vote tally information to be displayed as "undefined"
-
- Aug 30, 2019
-
-
nightfox authored
Version 1.25: Added the ability to search for message groups and sub-boards when changing to another sub-board. Search can be started with the / key or CTRL-F (Find). Also, in lightbar mode, the N key can be used to highlight the next match in the list.
-
- Aug 17, 2019
-
-
nightfox authored
Version 1.24: When making a private reply on local email, an error is now outputted if the recipient's user number is not found. Also, fixed an 'undefined' bug that happened when searching for messages sometimes.
-
- Jul 28, 2019
-
-
nightfox authored
Version 1.23: If a message is in UTF-8 format and the user's terminal doesn't support UTF-8, the message text will be converted to CP437. Also, if there is a color/attribute code in the message before the message text and there are no other color/attribute codes, the color/attribute codes will be removed so that the entire message isn't colored
-
- May 13, 2019
-
-
nightfox authored
Version 1.22: If the message score is 0, with upvotes and total_votes both 0, then don't show the score when using the default header ANSI. This is what was intended, but the 0 score started showing up in more recent builds of Synchronet.
-
- May 04, 2019
-
-
nightfox authored
Version 1.21: Uses require() instead of load() to load the required .js libraries, if the require() function is defined (it was added in Synchronet 3.17). This avoids 'multiple definition' errors with the latest .js libarries & Synchronet binaries.
-
- Apr 26, 2019
-
-
nightfox authored
Added configurable options for the message score colors for the message list: msgListScoreColor, msgListToUserScoreColor, msgListFromUserScoreColor, and msgListScoreHighlightColor. Incremented version to 1.20.
-
nightfox authored
Version 1.19: If the terminal size is wide enough (at least 86 characters), the overall vote scores for the messages is now displayed in the message list. Also, fixed a bug introduced in the previous version where the vote scores were no longer being displayed when reading a message. It's no longer using MsgBase.get_index() and uses get_all_msg_headers(), as before, since that's what is required for message tallies to be included in the message headers.
-
- Apr 15, 2019
-
-
nightfox authored
Made use of the new MsgBase.get_index() function (if available) for better performance. Added 'undefined' checks for some of the messaeg attribute definitions before adding them to the attribute strings, since some of them have changed. Updated the version to 1.18.
-