- Apr 05, 2023
-
-
Eric Oulashin authored
DDMsgReader: Added default color definitions for indexed reader mode in case they aren't specified in the theme .cfg file
-
- Apr 04, 2023
-
-
Eric Oulashin authored
DDMsgReader: Added "indexed" reader mode and made a fix to print utf-8 characters properly on non utf-8 terminals. Fixes issue #354 and issue #541
-
- Mar 24, 2023
-
-
- Mar 15, 2023
-
-
Eric Oulashin authored
-
DDMsgReader: Makes use of console.aborted for proper screen updates after the user quits @ help screen pause. Shows sub-board status during a new message scan.
-
- Mar 09, 2023
-
-
Eric Oulashin authored
-
- Mar 04, 2023
-
-
DDMsgReader: When forwarding a message, now prepends the subject with "Fwd: " before editing the subject.
-
- Mar 03, 2023
-
-
Eric Oulashin authored
-
- Mar 02, 2023
-
-
- Feb 25, 2023
-
-
DDMsgReader: Ctrl-C can now cancel message scans, and message scan status text is word-wrapped for the terminal width
-
- Feb 10, 2023
-
-
DDMsgReader: As a loadable module, now make use of user# parameter for reading personal email (for the sysop when deleting a user account)
-
- Feb 03, 2023
-
-
- Feb 02, 2023
-
-
DDMsgReader: Fix for reading colors from the theme file. Also, removed debug function from dd_lightbar_menu.js
-
- Jan 31, 2023
-
-
- Jan 30, 2023
-
-
Eric Oulashin authored
-
- Jan 24, 2023
-
-
- Jan 22, 2023
-
-
- Dec 30, 2022
-
-
DDMsgReader: For Synchronet >= 3.20, read external editor quote wrap setting from xtrn.ini (rather than xtrn.cnf)
-
- Dec 17, 2022
-
-
- Dec 14, 2022
-
-
- Dec 08, 2022
-
-
- Dec 03, 2022
-
-
DDMsgReader v1.57: @-code expansion only when sender is a sysop (and only when reading personal email)
-
- Nov 26, 2022
-
-
Eric Oulashin authored
DD Message Reader: Fixed bug startup mode for scanning all groups for un-read messages to you where the reader was bringing up personal email instead.
-
- Sep 24, 2022
-
-
- Sep 23, 2022
-
-
DDMsgReader: Refactored how email replies are done (passing the header to the appropriate functions, not using ungetstr() when prompting for the message subject
-
- Aug 09, 2022
-
-
Eric Oulashin authored
Used js.on_exit() to set console.ctrlkey_passthru back on exit properly (SlyEdit, DDMsgReader) and bbs.sys_status (SlyEdit)
-
- Aug 08, 2022
-
-
- Jul 19, 2022
-
-
Eric Oulashin authored
DDMsgReader: Deleted messages can now be un-marked for deletion from the message list with the U key (if the user has delete permissions). Also, the reader now honors the system setting for whether users can view deleted messages.
-
- Jul 10, 2022
-
-
DDMsgReader: Mouse click support for the bottom help lines in scrollable mode (thanks to help from Nelgin)
-
- Jul 08, 2022
-
-
Eric Oulashin authored
Fixed a few errors (a couple related to "use strct", and a couple new errors related to deleting a message, upvoting, and viewing tallies).
-
- Jul 07, 2022
-
-
Eric Oulashin authored
-
- Jul 06, 2022
-
-
DDMsgReader: Fix for undefined bottomMsgIndex when going to a message in the lightbar list, and strict mode fixes
-
- Jul 05, 2022
-
-
Eric Oulashin authored
Graphic is now only used when using the scrollable interface. Also, when creating the Graphic, now subtracting 1 from the reading area height to avoid making the Graphic one line too tall to avoid unnecessary scrolling. When saving messages with ANSI codes, Graphic is only used if the message has any ASCII drawing characters. (not sure if this really matters much though). Also, applied "use strict" and made some changes as necessary.
-
- Jun 20, 2022
-
-
Eric Oulashin authored
DDMsgReader: When doing a text search, it now ignores the user scan configuration for sub-boards, to ensure it will show any results of the text search.
-
- Jun 14, 2022
-
-
Eric Oulashin authored
DDMsgReader Version 1.49 - Refactor: Simplified saving a message to BBS machine for sysop (as-is, less processing); removed attachment stuff for pre-Synchronet 3.17; moved hasSyncAttrCodes() to attr_conv.js because that's where it needs to be.
-
- Jun 12, 2022
-
-
Eric Oulashin authored
-
- Mar 24, 2022
-
-
Eric Oulashin authored
Now calls bbs.edit_msg() to edit an existing message (if that function exists - It was added in Synchronet 3.18).
-
- Mar 15, 2022
-
-
Eric Oulashin authored
Added back a few functions that were accidentally removed (which weren't moved to attr_conv.js)
-