- Apr 21, 2020
-
-
rswindell authored
newly added SCFG->System->Loadable Modules: List Nodes, Who's Online, and Private Msg.
-
rswindell authored
- nodelist (default: "nodelist") - who's online (default: "nodelist -active") - private message (default: "privatemsg") This allows the nodelist and private message modules to be "installed" without over-riding global hot key events (SCFG->External Programs->Global Hot Key Events), allows the Baja functions NODELIST_ALL, NODELIST_USERS, and PRIVATE_MESSAGE and JS bbs.list_nodes(), bbs.whos_online(), and bbs.private_message() methods to use external modules (JS or Baja) automatically. The old C++ logic remains for these features if the module's are cleared (set to a blank string) in SCFG, but at some point, that code will likely be removed.
-
deuce authored
-
rswindell authored
-
rswindell authored
TLS ERROR 'Received TLS alert message: Certificate unknown' (-26) setting session active
-
rswindell authored
-
rswindell authored
"Trade Wars", "TradeWars", and "TRADE WARS", so I'll pick the one that looks right to me. It's also sometimes v.ii, sometimes (v.ii) and sometimes 2. <shrug>
-
rswindell authored
-
rswindell authored
had CRCRLF line-endings which causes printfile() to not count lines/pause correctly.
-
rswindell authored
-
echicken authored
Removed call to word_wrap.
-
echicken authored
-
rswindell authored
Clear the screen before and pause/invalidate the frame after executing install-xtrn.js. And the ".js" is required by js.exec().
-
echicken authored
(This was a holdover from the long and intensive 15+ minute development period this script went through.)
-
echicken authored
Untested. May destroy your BBS, may set off a chain reaction that destroys the entire planet. Probably harmless.
-
rswindell authored
-
- Apr 20, 2020
-
-
deuce authored
-
deuce authored
anything that doesn't print is "fine".
-
deuce authored
codepoint to codepage translation.
-
deuce authored
-
deuce authored
-
rswindell authored
Fixes bug reported by rampage in #synchronet.
-
rswindell authored
-
rswindell authored
socket-related error. Filled-out the version field for the other *errno* global properties.
-
rswindell authored
command. Allow Ctrl-A codes in the ECHO comand string.
-
rswindell authored
-
rswindell authored
bright-background (iCE colors) using the new (to v3.17c) Ctrl-AE sequence rather than Ctrl-AI.
-
rswindell authored
-
rswindell authored
-
rswindell authored
descriptions in socket error messages in a cross-platform (i.e. WinSock-compatible) manner.
-
rswindell authored
It appears when this module was created it was copied from js_socket.c and the use of ERROR_VALUE (which is socket-specific on Windows) was not corrected.
-
- Apr 19, 2020
-
-
nightfox authored
Version 1.20: Now uses the DDLightbarMenu class for lightbar mode, and the internal lightbar code has been removed. Requires the latest dd_lightbar_menu.js in sbbs/exec/load.
-
nightfox authored
Version 1.32: Removed some code that's no longer used. Also, fixed an issue when changing to another sub-board with the traditional-style (non-lightbar) list where it was slow to list sub-boards. For the number of messages, it was checking all headers to ignore ones marked as deleted, etc., but that can be fairly slow.. Now it just uses total_msgs for the MessageBase object, which is a lot faster and still gives an idea of how many messages are there.
-
rswindell authored
socket-related error.
-
rswindell authored
descriptions in bind failure error messages in a cross-platform (i.e. WinSock-compatible) manner.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Some no-pause/screen-clearing stuff in demo().
-
rswindell authored
-
rswindell authored
Support modopts.ini sections: [qnet-ftp] and [qnet-ftp:<hub-id>] to allow passive FTP (the default) to be disabled and over-ride the local FTP data-port and network interface (bind host).
-