- Mar 11, 2022
-
-
Eugene So authored
-
- Feb 14, 2022
-
-
Rob Swindell authored
I think this means one of your nodeon.* files are corrupt and just deleting that file would likely cure the situation as well.
-
Eric Oulashin authored
a file search (via filespec, description, or new files since last scan). A command-line parameter, -MODE, specifies which search to perform (search_filename, search_description, or new_file_search for searching; list_curdir lists files in the user's current directory, which is the default).
-
- Feb 13, 2022
-
-
Eric Oulashin authored
fixed a lightbar file directory choosing issue when using name collapsing (was using the wrong data structure)
-
- Feb 10, 2022
-
-
Eric Oulashin authored
viewing message header info (I had used the same loop control variable name for a loop inside a loop..oops). Also, when viewing message header information, it will no longer show JS functions.
-
- Feb 09, 2022
-
-
- Feb 07, 2022
-
-
Eric Oulashin authored
-
Eric Oulashin authored
info. Fixed command bar refreshing when pressing the hotkeys.
-
- Feb 06, 2022
-
-
Eric Oulashin authored
directory with a lightbar interface, as well as message windows etc. If the user does not have an ANSI terminal, this lister will run Synchronet's stock file lister interface.
-
- Jan 16, 2022
-
-
Eric Oulashin authored
file directory and message sub-board lists for ones with common groups, adding a 3rd tier of options. For example, if you have the following file directory structure: BBS files DOS: BBS software DOS: BBS doors DOS: BBS utilities Windows: BBS software Windows: BBS doors Windows: BBS utilities With directory name collapsing, the selection will be come 3 tiers, as follows: BBS files DOS BBS software BBS doors BBS utilities Windows BBS software BBS doors BBS utilities
-
- Jan 14, 2022
-
-
Rob Swindell authored
lord2.js line 3168: ReferenceError: bs is not defined
-
Eric Oulashin authored
-
Eric Oulashin authored
Also, the first attempt at converting HTML entities in HTML-formatted messages (not working 100%). Also, added the ability to sort the message list by date & time written rather than the import date/time. This is specified in the configuration file via the msgListSort option.
-
- Jan 02, 2022
-
-
Rob Swindell authored
Resolves !ERROR Cannot load font \sbbs\xtrn\war\worlds\alderon\terrain.fnt!
-
Rob Swindell authored
Unfortunately, Doug Reah passed away, so bbsfiles.com is no more Thanks to MRO for supplying us with a site-rip of bbsfiles.com which is now extracted/expanded and available (via FTP) on vert.synchro.net.
-
- Nov 28, 2021
-
-
echicken authored
-
- May 23, 2021
-
-
Rob Swindell authored
No need to keep this around, someone might try to build or run it!
-
- May 18, 2021
-
-
Deucе authored
This is fine.
-
- Apr 21, 2021
- Apr 03, 2021
-
-
Eric Oulashin authored
a sub-board that has polls disabled. This fixes an issue where SlyVote was showing all available message groups but some could be empty due to having no sub-boards that allow polls.
-
- Apr 01, 2021
- Mar 27, 2021
- Mar 26, 2021
-
-
Deucе authored
When a players map is set, it automatically triggers a player record write. When a new player is being created, the map is set before the player is added via @addchar. This attempted to write record number undefined in the player file, which threw an exception. Since exceptions are being caught, logged, and ignored, this did not cause a problem, but did log an error when it wasn't necessary.
-
Deucе authored
This should never actually be done though since the map would be completely empty.
-
Deucе authored
Prevents a who's online list from aborting early when it encounters and invalid player record.
-
- Mar 19, 2021
-
-
Deucе authored
Hopefully fixes crash in lord when composing a message and using word-wrap.
-
- Mar 18, 2021
-
-
Rob Swindell authored
-
- Mar 10, 2021
-
-
Deucе authored
Remove obsolete comments, and remove an extraneous savetime call.
-
Deucе authored
This allows timing out the battle bit. If the game/BBS crashes while you're in battle, you should now only need to wait two times the idle timeout (ie: 2 * 5 minutes) before you can get back in.
-
Deucе authored
-
Deucе authored
- In dorkit, start the timer if keyboard is invoked and dk.connection.active is false. - In LORD2, check for a CONNECTION_CLOSED key after getkey() where appropriate. - Also in LORD2, allow the busy flag to suspend pending timeouts.
-
- Mar 09, 2021
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
This likely breaks things nobody does.
-
Deucе authored
- Convert second argument to @readspecial to upper-case - Convert both sides to strings for equality comparisons - Implement @display label in file.name - Fix @do XXX is getname ### where ### is the current player
-