- Mar 07, 2022
-
-
Eric Oulashin authored
Fix: When changing to an empty sub-board from within the reader (either from read mode or list mode), it now properly says there are no messages and exits, rather than showing a list of bogus messages. Unsure when this bug was introduced. The version is now 1.46.
-
- Feb 28, 2022
-
-
DD file lister: For terminals over 25 rows tall, the file info window will now be up to 45 rows tall.
-
- Feb 27, 2022
-
-
Eric Oulashin authored
Changed "Installing into a command shell" to say section 3 ("Installation & Setup") instead. This resolves issue #353
-
Rob Swindell authored
-
Rob Swindell authored
-
- Feb 26, 2022
-
-
Eric Oulashin authored
Fix for no group information available when displaying the sub-board header above the message list when listing personal email
-
-
Eric Oulashin authored
-
- Feb 25, 2022
-
-
-
Eric Oulashin authored
-
- Feb 19, 2022
-
-
Eric Oulashin authored
Version 1.44: Removed the scanScopePromptText text line and used the SubGroupOrAll line (621) from text.dat instead. Also, the reader now supports @-code expansion in configured text strings. This addresses issue #316 from Vincent Macaluso. Text search now can search sub-board, group, or all like the other text searching (requested by Nelgin). When reading the theme file, color settings are now checked to ensure they only have Synchronet attribute codes.
-
echicken authored
If absent, default string 'Bulletins' will be used.
-
echicken authored
Removed attribution rather than fix its coloring. Nobody cares, and if you do care, have you tried not caring? It's easy, it's just a matter of doing nothing. Bullshit is a proud sponsor of funclib.js.
-
- 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.
-