DDMsgReader: Sorting of sub-boards when changing to another sub-board (for nelgin). Toggleable behavior to only show sub-boards with new messages in the indexed-mode newscan (for kdi4hw). Internal: Updated for bbs.msg_number and bbs.smb_curmsg being write
- Oct 28, 2024
-
-
Eric Oulashin authored
-
Eric Oulashin authored
-
Eric Oulashin authored
DDMsgReader: Removed xfer protocol selection when downloading message attachments (not needed); removed exec/load/user_settings_lib.js
-
- Oct 27, 2024
-
-
Eric Oulashin authored
DDMsgReader configuratior: Added help text for the 2 new options, subBoardChangeSorting and indexedModeNewscanOnlyShowSubsWithNewMsgs
-
- Oct 26, 2024
-
-
Eric Oulashin authored
Added exec/load/user_settings.js, currently with a function to prompt the user for a preferred download protocol. Used by DDMsgReader, and user_settings.js can use it too.
-
Eric Oulashin authored
DDMsgReader: Sorting of sub-boards when changing to another sub-board (for nelgin). Toggleable behavior to only show sub-boards with new messages in the indexed-mode newscan (for kdi4hw). Internal: Updated for bbs.msg_number and bbs.smb_curmsg being writeable in Synchronet 3.20. The new configuration option subBoardChangeSorting specifies the sub-board sorting (None, Alphabetical, LatestMsgDateOldestFirst, or LatestMsgDateNewestFirst). This is a default for a user option that users can change for themselves. The new configuration option indexedModeNewscanOnlyShowSubsWithNewMsgs sets the default setting for this behavior (true or false). Updated for bbs.msg_number and bbs.smb_curmsg being writeable in Synchronet 3.20 - If these can be changed, there's no need to write the drop file DDML_SyncSMBInfo.txt containing information about the message being replied to etc. for message editors to use
-