- Sep 18, 2013
- Sep 17, 2013
-
-
rswindell authored
header fields, not just the filler portion) - much more sane.
-
rswindell authored
deletion by the maintenance process).
-
rswindell authored
Don't reset the origin zone in import_netmail(). Fix-up type 2+ packet header parsing (ugh this is ugly).
-
rswindell authored
Use zone information from packet header (rather than default/system zone) since packed message headers don't zone information - use this address for replying to AREAFIX requests.
-
- Sep 16, 2013
-
-
rswindell authored
Joe Delahaye. Increment version to 2.21.
-
- Sep 15, 2013
-
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
or 'longs'. Amazing that no one noticed.
-
rswindell authored
int is 64-bit (not 32-bit).
-
rswindell authored
-
rswindell authored
-
rswindell authored
(needs non-buffered stream). Change error messages to use a log level of warning.
-
rswindell authored
MS's CRTL throws an assertion. Buffer size must be >=2.
-
rswindell authored
-
rswindell authored
than never?).
-
rswindell authored
(e.g. "in private chat with digital man" rather than "in private chat with sysop").
-
rswindell authored
"local chat with sysop" rather than "private chat with node 0".
-
rswindell authored
don't try to run it. Previously it would display an error to the user: "Sorry, you have insufficient access to run that program" (which is confusing for the user).
-
rswindell authored
value in node status (e.g. for local chat user event).
-
- Sep 14, 2013
- Sep 13, 2013
-
-
deuce authored
-
deuce authored
-
mcmlxxix authored
-
rswindell authored
counter/limits as branch counter/limits.
-
rswindell authored
It currently only supports local (sysop) chat (call it with the '-l' argument), does not support split-screen chat (for the remote user), and needs a lot more testing and optimization. But for now, it serves as an example of what is needed to write a private/sysop-chat module in JS, compatible with the SBBS-Win32 chat.exe, for example.
-
rswindell authored
If an external progarm is configured (in SCFG->External Progarms) is configured to "execute on event" set to "Local/Sysop Chat", then that program will be executed when the remote user is "pulled" into sysop-chat (e.g. via F10 key in sbbsctrl) rather than running the normal built-in chat. Don't change the current node's action (to XTRN) if it's currently PCHT (private chat) as that's a signal to the local sysop chat app that the user has disconnected.
-
rswindell authored
If an external progarm is configured (in SCFG->External Progarms) is configured to "execute on event" set to "Local/Sysop Chat", then that program will be executed when the remote user is "pulled" into sysop-chat (e.g. via F10 key in sbbsctrl) rather than running the normal built-in chat.
-
- Sep 12, 2013
-
-
deuce authored
options.
-
rswindell authored
as spammers are now hijacking common/valid mail subjects (e.g. "Google Email Verification") for their spam messages and blocking all msgs with such subjects is too heavy-handed an approach. :-(
-
rswindell authored
if a received messages is for local or relay. This comparison predates the domains.cfg file which makes it obsolete. And it really bugged Deuce and apparently was a problem for his new IPv6-happy version of resolve_ip(). :-P
-
rswindell authored
-
rswindell authored
ctrl/modopts.ini file (defaults to false). If set to true, this option causes the remote terminal screen to be cleared before executing any programs from this script (no SCFG changes needed).
-
rswindell authored
ctrl/modopts.ini file (defaults to false). If set to true, this option causes the remote terminal screen to be cleared before executing any programs from this script (no SCFG changes needed). Fixed bug where multicolumn option default value would be false if the [xtrn_sec] section existed in modopts.ini, but this key was not specified.
-
deuce authored
-
deuce authored
-