- Oct 26, 2023
-
-
Rob Swindell authored
Uses the new ctrl/text.??.ini files (just a few words translated so far). Adds the new "lang" user property (to user.tab and JS User class). The language code is the 2-3 char (e.g. ISO 639-1) abbreviation of a language. A "blank" language property value (the default), just means to use the ctrl/text.dat contents. User-selected alternate language file is loaded upon logon and in the built-in/hard-coded user default settings menu. More on the user default settings menu: - AutoLogin via IP option ('I') to make room for new (I) Language option. - The cold-keys menu option was removed to make room for Language option (via text.dat change to UserDefaultsHotKey) - Any options disabled via blank text.dat strings will no longer result in supported command keys (that could accidentally be struck with hidden consequences/effect) - The user_settings.js will need similar treatment text/menu/<lang>/* is where alternate language menu files should be stored New UserDefaultsLanguage text.dat string (inserted before new PasswordChar string).
-
Rob Swindell authored
This fixes the issue with the ContinueQ setting in ctrl/text.??.ini when attempting to use one of them to replace text.dat strings with localized text.
-
- Oct 25, 2023
-
-
Rob Swindell authored
DD File Lister readme: Removed inclusion of "Scan Dirs" in line saying it could be used for such (it should be used only as the List Files loadable module) See merge request !352
-
Rob Swindell authored
DD area choosers: Name collapsing: Fix for incorrect subboard/directory assignment, and smarter name collapsing behavior See merge request !351
-
DD area choosers: Name collapsing: Fix for incorrect subboard/directory assignment, and smarter name collapsing behavior
-
Rob Swindell authored
DDMsgReader: Fix for # messages & latest message date in list when changing sub-board. Should fix #663 Closes #663 See merge request !350
-
DDMsgReader: Fix for # messages & latest message date in list when changing sub-board. Should fix #663
-
Eric Oulashin authored
DD File Lister readme: Removed inclusion of "Scan Dirs" in line saying it could be used for such (it should be used only as the List Files loadable module)
-
- Oct 24, 2023
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Oct 23, 2023
-
-
Rob Swindell authored
-
- Oct 22, 2023
-
-
Rob Swindell authored
In a fresh install, neither of these files would exist, and that's normal, so getstats() should just return true in that case (with the stats struct zeroed-out). Fixes error during login to a new install reported by Zoltán Gábor on Facebook.
-
- Oct 21, 2023
-
-
Rob Swindell authored
... in the linked node listing
-
- Oct 20, 2023
-
-
Rob Swindell authored
Add note about not copy/pasting defaults into modopts.ini.
-
- Oct 19, 2023
-
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
Randy Sommerfeld authored
-
- Oct 18, 2023
-
-
Rob Swindell authored
DD Msg Area Chooser should now be faster when finding the timestamp of the latest readable message header See merge request !349
-
DD Msg Area Chooser should now be faster when finding the timestamp of the latest readable message header
-
- Oct 17, 2023
-
-
Rob Swindell authored
In attempt to address the "Error 11" (EAGAIN) error theat Nelgin sees when configuring some longer modem init strings on Linux. This is just a single retry (after a yield) after any modem command char send failure (for any reason), including the terminating carriage-return. See issue #662 to details.
-
- Oct 14, 2023
-
-
Rob Swindell authored
dd_lightbar_menu.js: Fix for substrWithAttrCodes(): If the given length is 0, then just return an empty string See merge request !348
-
dd_lightbar_menu.js: Fix for substrWithAttrCodes(): If the given length is 0, then just return an empty string
-
- Oct 12, 2023
-
-
Rob Swindell authored
DDMsgReader: Updated permission functions (speed improvement) See merge request !347
-
-
- Oct 11, 2023
-
-
Rob Swindell authored
DD Msg Reader: Permission check optimizations See merge request !346
-
-
- Oct 10, 2023
-
-
Rob Swindell authored
DDMsgReader: Improved new-to-you scan speed (and hopefully overall speed), indexed newscan improvements, etc. Closes #659 See merge request !345
-
DDMsgReader: Improved new-to-you scan speed (and hopefully overall speed), indexed newscan improvements, etc.
-
- Oct 09, 2023
-
-
Rob Swindell authored
dd_lightbar_menu.js: Refactored substrWithAttrCodes() to fix issues with it. Added mechanisms to have additional keys for page-up, page-down, first page (HOME), and last page (END), similar to the additional quit keys. See merge request !343
-
dd_lightbar_menu.js: Refactored substrWithAttrCodes() to fix issues with it. Added mechanisms to have additional keys for page-up, page-down, first page (HOME), and last page (END), similar to the additional quit keys.
-
Rob Swindell authored
Add a link to the MQTT wiki page See merge request !339
-
Rob Swindell authored
DDMsgAreaChooser: Fix for name collapsing mode with the lightbar interface: No longer gets stuck in a loop when choosing a sub-board. Should fix #658 Closes #658 See merge request !344
-
DDMsgAreaChooser: Fix for name collapsing mode with the lightbar interface: No longer gets stuck in a loop when choosing a sub-board. Should fix #658
-
- Oct 02, 2023
-
-
rickparrish authored
-
- Sep 28, 2023
-
-
Rob Swindell authored
-