- Oct 17, 2018
- Oct 16, 2018
-
-
rswindell authored
found, it would be added to the list of echoes tracked in echostats.ini. Ideally, a negative-response message would be sent to requester in this case, but we're not doing that currently.
-
rswindell authored
-
rswindell authored
it. This Ctrl-A code is dubious and perhaps should just be removed.
-
- Oct 15, 2018
-
-
rswindell authored
- now uses the load/sbbsimsg_lib.js for the underlying communications (via SYSTAT and MSP) - Now periodically polls (currently once per minute) all the active-users - No longer writes back to the sbbsimsg.lst file (don't think we need that) - Much more interactive (e.g. displays messages which active-users logon/off)
-
rswindell authored
-
rswindell authored
in the node status reports. Skip nodes with the "anonymous" flag set. Support new special queries (over SYSTAT or Finger): - stats.json - active-users.json ... for easier programmatic parsing (e.g. by sbbsimsg[_lib].js)
-
rswindell authored
that have chat-paging disabled.
-
rswindell authored
group. Resolves error line 31: TypeError: msg_area.grp[grp] is undefined
-
rswindell authored
details.
-
rswindell authored
-
rswindell authored
of being used elsewhere (e.g. in a Web UI perhaps?).
-
rswindell authored
display file.
-
rswindell authored
was so pervasive. I hope I don't regret changing this. Ctrl-AZ == Ctrl-Z just "feels right" while Ctrl-AZ == EOF feels stoopid. :-/
-
- Oct 11, 2018
-
-
rswindell authored
So just remove the trailing line-feed.
-
rswindell authored
-
rswindell authored
to represent the Ctrl-Z char).
-
rswindell authored
*lower* than the "inactivity warning" timeout value, the hangup timer wouldn't actually take effect until after the warning timeout elapsed. This made the login.js modification (rev 1.14) where we reduce the hangup timeout (by 75%) when an ANSI terminal is not detected, not effective.
-
rswindell authored
('?' from the Reading Messages prompt) would not fully display because it contains a Ctrl-Z character (for the right-arrow symbol). Rather than revert the menu() change (where CPM-EOF mode is the default for menu files) - change the Ctrl-AZ sequence from "premature end-of-file" to instead send an actual Ctrl-Z character (similiar to Ctrl-AA, Ctrl-AL, etc.). This changes the long-standing behavior of what Ctrl-AZ does, but since that was a dubious "feature" that I'm pretty sure nobody used, I'm will to take that chance. If you need a premature EOF now, just use a regular ole Ctrl-Z char instead (or even the @eof@ code). Of course the msgscan.asc now has to change accordingly.
-
- Oct 09, 2018
-
-
rswindell authored
the current column number. Use the correct member variable name (column).
-
rswindell authored
-
rswindell authored
currently logging-out.
-
rswindell authored
terminal text and attributes with a linked-list. In doing so: - the save depth is no longer fixed (at 4), but dynamic and unbounded - the current column position is also saved/restored (bug fix) - no more copy/pasta from sbbsdefs.h into js_console.cpp - the JS console.saveline() and restore() methods now return Bool to indicate success/failure Also, some trailing white-space was auto-removed due to local editor settings.
-
- Oct 08, 2018
- Oct 07, 2018
-
-
rswindell authored
Parse the attribute flags and print descriptions of the set flags (except for unused bit-10). Allow a '-c' option to only print control (kludge) lines from the body text. The '-b' option displays both body text and control lines (same as before). Fixed a memory leak and some other bad code examples. Some minor beautifications.
-
echicken authored
-
echicken authored
But don't whine about EOF.
-
echicken authored
I'm lookin' at you, retronet.
-
echicken authored
and also look to see if the nodelist file exists before trying to load it for a search.
-
echicken authored
-
rswindell authored
-
rswindell authored
-
- Oct 06, 2018