- Sep 04, 2024
-
-
DDMsgReader: Fix for saving an ANSI message to the local BBS PC (undeclared variable error). Found by Amessyroom
-
- Aug 28, 2024
-
-
- Aug 17, 2024
-
-
- Aug 13, 2024
-
-
Eric Oulashin authored
-
- Aug 10, 2024
-
-
echicken authored
This is a rewrite of the Bullshit bulletin lister. Should have all the same features as v3, but much faster at lightbar navigation and especially better at scrolling large files. (frame.js has been replaced here by my new screen management library, 'swindows'.) Sysops don't need to concern themselves with the files in this commit; the build generated from these has been placed in the same location as the old 'bullshit.js' script. Just copy that one to wherever you normally run this from and it'll take over. Or you could run Bullshit from the repo if you like to live dangerously.
-
echicken authored
bullshit v4 build as in-place replacement for v3. On first run under the terminal server, your old bullshit.ini settings will be migrated to ctrl/modopts.d/bullshit.ini in a slightly different format.
-
echicken authored
-
echicken authored
-
Eric Oulashin authored
-
- Aug 05, 2024
-
-
Eric Oulashin authored
DDMsgReader Fix: Indexed newscan mode for new users now shows the number of new messages in sub-boards like it's supposed to. Reported by Nelgin.
-
echicken authored
-
- Jul 23, 2024
-
-
- Jul 22, 2024
-
-
- Jul 20, 2024
-
-
- Jun 30, 2024
-
-
DDMsgReader: When listing messages via lightbar, check if the subject is UTF-8, which now helps the lightbar menu display the line properly, particularly for UTF-8 terminals
-
- Jun 23, 2024
-
-
Eric Oulashin authored
-
- May 16, 2024
-
- May 14, 2024
-
-
Rob Swindell authored
Fix issue #754
-
- May 03, 2024
-
-
echicken authored
-
- Apr 09, 2024
-
-
Eric Oulashin authored
-
- Mar 31, 2024
-
-
Eric Oulashin authored
-
- Mar 30, 2024
-
-
Good Time Trivia: Make a copy of js.exec_dir on startup and use the copy, since js.exec_dir could change indirectly (i.e., console.yesno() running yesnobar.js in sbbs/exec)
-
- 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.
-