- Apr 20, 2025
-
-
DDMsgReader: The config file in the repo is now DDMsgReader.example.cfg. Copy to DDMsgReader.cfg to make config customizations (it can be in the same dir or in sbbs/mods).
-
- Apr 19, 2025
-
-
DDMsgReader: Optionally show users' vote responses (for polls/upvotes/downvotes) when showing tally info (sysop function) with config option showUserResponsesInTallyInfo. showUserResponsesInTallyInfo (from last commit) removed.
-
Eric Oulashin authored
DDMsgReader: When viewing tally info for a message (sysop feature), it can now (optionally) show who specifically voted up/down. Defaults to false. New config otion: showWhoUpvotedAndDownvotedInTallyInfo
-
- Apr 16, 2025
-
-
- Apr 15, 2025
-
-
- Apr 14, 2025
-
-
DDMsgReader: Fix to bottom row help text due to behavior change in Git commit fccf1a57 - Some key codes in the help lines were causing a line break and causing scrolling
-
- Apr 11, 2025
-
-
Eric Oulashin authored
DD Area Choosers: Fix for altName missing (reported by nelgin) and start of name collapsing enhancement (no empty names)
-
- Apr 10, 2025
-
-
Deucе authored
Readfile does not log an error when the file does not exist. In felicity.ref, `s04 and `s05 were left unchanged from whatever they happened to be previously, displaying junk when someone looked at the message. Now, `s04 and `s05 are explicitly set to zero-length strings first so they just display nothing. Fixes #906
-
- Apr 06, 2025
-
-
Eric Oulashin authored
-
- Apr 04, 2025
-
-
DDMsgAreaChooser: Fix for 'undefined' error (using the wrong object) when typing a sub-board number to choose it. Reported by Keyop. Fixes issue #899
-
- Apr 02, 2025
-
-
Deucе authored
This crashes SyncTERM on Win32 if it's the first ANSI music played
-
- Mar 31, 2025
-
-
Deucе authored
This allows for a way to save/restore the cursor position when DECLRMM is enabled. Saves to the same variables as SCOSC/SCORC.
-
- Mar 28, 2025
-
-
Eric Oulashin authored
DDMsgReader: When reading messages (including sent email), only mark it read if it's to the current user. Reported by Accession.
-
- Mar 25, 2025
-
-
Deucе authored
Don't save player if player is undefined. Presumably someone is sitting at the intitial menu until they run out of time on the BBS. The error was completely harmless.
-
- Mar 24, 2025
-
-
Deucе authored
-
Deucе authored
&time is incremented after maint runs, which allows a newly created first user to take turns on the first new day.
-
Deucе authored
This is highly unlikely to solve whatever is happening on DMs system
-
Rob Swindell authored
Since this script isn't normally calling bbs.nodesync() (e.g. to display any pending inter-node messages/telegrams), we have to check the NODE_INTR flag manually. Calling bbs.nodesync() directly here to get a more immediate notice and disconnection message sent to the user. This check is necessary so that a sysop or the event thread can gracefully terminate/disconnect a user that's running this script (e.g. when an exclusive timed event is scheduled to run and thus being prevented to run). This should help Keyop's reported issue with his weekly msgmaint timed event having to ungracefully disconnect his user session because he's running this script.
-
Rob Swindell authored
-
- Mar 23, 2025
-
-
Deucе authored
Not sure this makes any difference, but this matches LORD2 behaviour.
-
Deucе authored
Should make issue #392 go away, but the underlying CNW bug which will cause the player that runs maint to see all NPCs remains. For CNW, maintenance should absolutely be ran as a timed event, with a real name that never gets an account. Luckily, if there's no dropfile, real name defaults to SYSOP, which should meet that criteria.
-
Rob Swindell authored
-
Deucе authored
Maybe something will end up being useful, nobody actaully seems to notice it happening though.
-
Deucе authored
Reported by Digitalman
-
- Mar 21, 2025
-
-
m j authored
-
- Mar 18, 2025
-
-
Eric Oulashin authored
-
- Mar 12, 2025
-
-
Rob Swindell authored
This fixes the bug whereby if the user ever hit Ctrl-C or hit 'N' at a pause prompt, they could never see another menu / display file.
-
- Mar 07, 2025
-
-
DDFileLister: Fix for editing a file's extended description when the file doesn't have one initially
-
- Mar 06, 2025
-
-
- Feb 28, 2025
-
-
-
Eric Oulashin authored
DDFileLister: Improvement for the traditional (non-lightbar) user itnerface when displaying extended descriptions with ANSI codes
-
- Feb 27, 2025
-
-
Eric Oulashin authored
DDFileLister: Refactored the way the settings & colors are structured in the code. No functional change.
-
- Feb 26, 2025
-
-
- Feb 25, 2025
-
-
Eric Oulashin authored
DDFileLister: Fix for color usage when a long filename is used in the description for some edge cases
-
- Feb 23, 2025
-
-
Eric Oulashin authored
-
Eric Oulashin authored
-
- Feb 22, 2025
-
-
DDFileLister: Filenames too long for the menu now displayed above the (extended) description. User can now toggle extended descriptions by pressing X within DDFileLister. Requested by Nelgin.
-
- Feb 21, 2025
-
-
Eric Oulashin authored
DDFileLister: New configuration option, displayNumFilesInHeader. Forgot to include it in the .cfg file in my last commit.
-
- Feb 20, 2025
-
-
Eric Oulashin authored
DDFileLister: Now optionally displays the number of files in the header at the top of the list, confirtable with the displayNumFilesInHeader option in the config file
-