- Mar 27, 2024
-
-
Eric Oulashin authored
Good Time Trivia: Formatting fix for sysop menu when the server scores file is missing. Allow showing help when playing a game by entering ?
-
- Mar 23, 2024
-
-
Eric Oulashin authored
DDFileLister: (Hopefully) Fix for descLines being undefined in getFileInfoLineArrayForTraditionalUI()
-
- Mar 17, 2024
-
-
Rob Swindell authored
Eliminate some never-defined/used flags (copied from smb.html?)
-
- Mar 14, 2024
-
-
Eric Oulashin authored
-
- Mar 12, 2024
-
-
DDFileLister: List header line refresh fix - Right border characters were shifted left 1 char (noticeable when the batch add success dialog closed)
-
Eric Oulashin authored
substrWithAttrCodes() fix (string was too long by 1 char; in dd_lightbar_menu.js); a couple of small corresponding updates in ddfilelister.js
-
- Mar 09, 2024
-
-
Eric Oulashin authored
DDFileLister: Description search as loadable module now works. Added mention of Ctrl-C to the help screen.
-
- Mar 06, 2024
-
-
Eric Oulashin authored
-
- Feb 29, 2024
-
-
Eric Oulashin authored
DD File Lister: Fix for possibly no file description when adding to the batch DL queue. Also, fix for file description screen refresh (off by one column) for extended descriptions.
-
- Feb 17, 2024
-
-
Deucе authored
When using $^, all the auto-dependencies are included in the link command-line, which includes sbj.c and all the .h files, causing the link to fail if dependencies exist.
-
- Feb 16, 2024
-
-
Eric Oulashin authored
DDMsgReader: When checking the user's external editor settings, make sure they actually have an external editor configured, or else DDMsgReader will error out.
-
Eric Oulashin authored
DDMsgReader: quotes.txt is now in the correct case for the user's editor. "terminalSupportsUTF8 not defined" error eliminated.
-
- Feb 12, 2024
-
-
Deucе authored
This line has always been there and never done anything.
-
- Feb 10, 2024
-
-
DD File Lister: New sort option in the config file: PER_DIR_CFG, which has Synchronet sort the file list according to the file directory's configuration
-
- Feb 09, 2024
-
-
Deucе authored
-
- Feb 06, 2024
-
-
Eric Oulashin authored
DDMsgReader: UTF8 update for the standard Synchronet message header too. Also, oops, dd_msg_reader.js should only be in exec/load, not xtrn/DDMsgReader.
-
Eric Oulashin authored
DDMsgReader: Use the P_UTF8 mode bit when writing UTF8 header information so it looks right on UTF-8 terminals. This also includes a dd_lightbar_menu.js update (for the message list).
-
- Feb 03, 2024
-
-
Digital Distortion mod refactor: Remove use of backslash() (just append a /); use js.exec_dir instead of the old hack to find the startup directory. No functional change.
-
DD file lister: More checks for pFileList[pIdx] and the 'desc' property when getting the description
-
DDMsgReader: Fix for aborting when editing a personal email message due to sub-board code not being available
-
- Jan 21, 2024
-
-
DDMsgReader: Changed rescan hotkey for the indexed menu to Ctrl-R, since Ctrl-S won't work for Wyse terminals (Ctrl-S is for xon/xoff toggling and can't be changed)
-
- Jan 20, 2024
-
-
DDMsgReader: Updated behavior for indexed menu R (mark all read) when doing a newscan. Ctrl-S does scan refresh in indexed menu. New R "snap-to" option for the indexed menu. Also, command-line options for forcing use of the indexed mode menu when doing a
-
- Jan 09, 2024
-
-
DDMR fix for indexed mode reading (not newscan): Showing the first unread message when selecting a sub-board, updating scan pointer, and selecting the next sub-board when done with the current sub-board
-
- Jan 04, 2024
-
-
Eric Oulashin authored
DDMsgReader configurator: Added a default for displayIndexedModeMenuIfNoNewMessages in case it's not in DDMsgReader.cfg
-
- Jan 01, 2024
-
-
DDMsgReader: New user-toggleable behavior: Show indexed menu after reading all new messages. Indexed reader mode (with -indexedMode command-line parameter) uses all sub-boards instead of just newscan sub-boards
-
- Dec 31, 2023
-
-
DDMsgReader: With the indexed menu, don't show "No new messages" if the indexed menu has already been displayed
-
- Dec 30, 2023
-
-
DDMsgReader: For indexed mode newscan, default to showing "No new messages" instead of showing the indexed menu if there are no new messages. This can be toggled via a user setting & new configuration option, displayIndexedModeMenuIfNoNewMessages
-
- Dec 28, 2023
-
-
DDMsgReader: New sysop features while reading a message: Show message hex dump (with the X key) and save message hex dump to file (with Ctrl-X)
-
- Dec 21, 2023
-
-
Eric Oulashin authored
-
- Dec 16, 2023
-
-
DDMsgReader: New configurable colors in the theme file for the indexed newscan menu header text: indexMenuHeader, indexMenuNewIndicator, and indexMenuNewIndicatorHighlight
-
- Dec 13, 2023
-
-
DDMsgReader: New configurable colors for the indexed mode sub-board menu: indexMenuSeparatorLine and indexMenuSeparatorText
-
- Dec 12, 2023
-
-
m j authored
-
- Dec 10, 2023
-
-
- Dec 05, 2023
-
-
DDMsgReader: New reader-mode operator menu (using the Ctrl-O hotkey), with a (new) option to add the author's name to the twit list
-
- Dec 01, 2023
-
-
DDMsgReader: New user option to toggle the message 'replied' character in the email list. Fix for setting help line colors so that the background won't get un-done.
-
- Nov 26, 2023
-
-
- Nov 25, 2023
-
-
DDMsgReader: Option to prompt when deleting a personal email replied to & fixes for message attributes & vote status display.
-
-
- Nov 21, 2023
-
-
Eric Oulashin authored
-
- Nov 20, 2023
-
-
Eric Oulashin authored
-