- Jan 06, 2020
-
-
rswindell authored
Also warn if the default "My Brand-new BBS" is still set.
-
- Jan 05, 2020
-
-
rswindell authored
-
- Jan 02, 2020
- Dec 19, 2019
-
-
rswindell authored
Bug introduced in rev 1.59 by Nightfox. "jsexec sbbslist list" still has many other JS errors even after this fix. :-(
-
- Dec 11, 2019
-
-
rswindell authored
(defaults to false) Set to BinkpTLS=true to use BinkP over TLS for a specified node.
-
- Dec 08, 2019
-
-
nightfox authored
-
- Dec 03, 2019
-
-
rswindell authored
When present, all sub-boards flagged as Internet/NNTP networked will automatically be included as a newslink'd area (no "area" line needed). If the sysop wants to override the configured/default newsgroup name, the flags or the attachment directory for a specific sub-board/area, they can still use the "area" keyword to specify those values for a sub-board. Fixed the long standing UNRECOGNIZED KEYWORD: null error upon a blank line. Apparently truncsp(null) will return "null".
-
- Dec 01, 2019
-
-
rswindell authored
list of newsgroups (using the "LIST NEWSGROUPS" command) and direct the output to stdout (e.g. suitable for import into SCFG->Message Areas).
-
- Nov 20, 2019
-
-
nightfox authored
Improved the optimized screen drawing behavior for PETSCII. There's still a glitch in refreshing the last character on the row when moving the lightbar with the up/down arrow keys, but it's more well-behaved now for PETSCII.
-
- Nov 18, 2019
-
-
rswindell authored
11/18 20:12:48 evnt BINKOUT Connecting to 3:633/509.1@fidonet at p1f509.n633.z3.binkp.net:24554 * The address is missing a dot between p1 and f509?
-
- Nov 17, 2019
-
-
nightfox authored
Resolution for the issue of there sometimes being a few empty lines between the end of the BBS list and the prompt text - For example, on the last page if the BBS entries don't fill the whole screen.
-
nightfox authored
Addressing a few issues noted in the previous commit: Functions declared after main() are now before main(). Fixes a display glitch when moving the selected BBS using the up/down arrow keys. The redraw_whole_list variable now defaults to true and is set to false when needed, minimizing the number of times it needs to be changed.
-
- Nov 14, 2019
-
-
nightfox authored
More efficient screen updates (i.e., when using the up & down arrows, only move the lightbar on the 2 affected rows, don't redraw the whole list unless going to the next/previous page)
-
- Oct 30, 2019
- Oct 17, 2019
-
-
rswindell authored
drafx() methods. For consistency with how Minesweeper vertically centers its game board.
-
- Oct 14, 2019
- Oct 13, 2019
- Oct 09, 2019
-
-
rswindell authored
- Elminate unused values: NOBEEP, REQ_PW, L_SYSOP, QVALKEYS, and ERRALARM - Added: AUTO_DST and NONODELIST Addresses issue raised by Alterego (ALTERANT)
-
- Oct 08, 2019
-
-
rswindell authored
scripts can check it. The drawfw() method now supports the 'center' value for x/ypos. The draw() method support for 'center' x/ypos values appeared off-by-one.
-
- Oct 02, 2019
-
-
deuce authored
-
- Sep 29, 2019
-
-
deuce authored
-
- Sep 26, 2019
-
-
rswindell authored
command-line (the 'to' is only looked-up for the 'mail' base).
-
rswindell authored
-
nightfox authored
Changed the variable being checked by the require() for SlyEdit_Misc.js. It was previously checking for CTRL_A, which is now also defined in key_defs.js, so SlyEdit_Misc.js wasn't being loaded anymore. With this fix, SlyEdit should now run again with the latest .js updates.
-
- Sep 25, 2019
- Sep 23, 2019
-
-
rswindell authored
defined these variable names and if they load('sbbsdefs.js'), which load()'s this file, then those scripts fail with errors like: !JavaScript .../key_defs.js line 7: TypeError: redeclaration of var KEY_ESC
-
- Sep 21, 2019
-
-
rswindell authored
Using require() and 'const' as appropriate. Added KEY_ESC (escape key) definition. Added CTRL_A through CTRL_Z definitions. This file can be loaded like var keydef = load({}, 'key_defs.js') and then use keydef.KEY_UP, keydef.CTRL_Z, etc., or just use them globally as defined when load('sbbsdefs.js') is used.
-