- 22 Apr, 2020 3 commits
-
-
rswindell authored
be unpacked into stored messages (.msg). Debug-level log message indicating that one or more attributes were removed (and which ones, in hex). This set of stripped attribute flags could easily be configurable, if that turns out to be desirable.
-
nightfox authored
Version 1.33 - Fixed: A new user starting to read messages in a sub-board no longer causes an error (it checks for the scan_ptr being 0xffffffff). This had been fixed in a couple places previously, but apparently not this particular case.
-
rswindell authored
other BBSes (directly, e.g. via copy/download, rather than SYNCDATA). It changes the bbs.entry.created/updated.at (address) value to the appropriate address for another system either directly connected to VERT via QWKnet or on FidoNet.
-
- 21 Apr, 2020 18 commits
-
-
rswindell authored
- nodelist (default: "nodelist") - who's online (default: "nodelist -active") - private message (default: "privatemsg")
-
rswindell authored
rather than the exec_bin hack to nodelist.js, as this is now the default "List Nodes" and "Who's Online" module setup in SCFG->System->Loadable Modules.
-
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
-
- 20 Apr, 2020 15 commits
-
-
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.
-
- 19 Apr, 2020 4 commits
-
-
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.
-