- Sep 02, 2011
-
-
rswindell authored
-
rswindell authored
since that is the currently logged-in user (whoops).
-
rswindell authored
Added 'c' command to show connected clients.
-
rswindell authored
unique application-defined searchable identifier without requring the node data (or pointer) comparisons. If anyone uses the listAdd* functions, they'll need to add the additional tag parameter (this ain't C++). Added support for primitive non-thread-safe list locking and an "isLocked" query function.
-
rswindell authored
-
- Sep 01, 2011
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added menu item for editing modopts.ini.
-
rswindell authored
The attempt list can be view with sbbscon->'a' command or sbbsctrl->view->Login Attempt List... Delay/throttle/hacklog/and auto-filter values/thresholds are now configurable in sbbs.ini.
-
rswindell authored
-
- Aug 31, 2011
-
-
rswindell authored
js.gc_counter, js.gc_last_bytes, js.bytes, and js.max_bytes Since these properties rely on internal JS context structure offsets, they're not always compatible with replaced (upgraded or downgraded) JS library (shared object or DLL) and can cause crashes in some cases. They can be useful in some debugging cases, so I'm leaving them in the debug build, but use with caution.
-
rswindell authored
was "()", but really, not function is needed anyway, just an expression, so further simplified.
-
rswindell authored
value of js.auto_terminate (e.g. the irc.js could not restore the original value, thus re-enabling auto-terminate upon exit of the IRC client).
-
rswindell authored
recent), and automatically filter IPs of obvious hackers (100 consecutive unique failed login attempts).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
from the same host (but not necessarily the same connection). No login retry is allowed for suspected hackers (one authentication attempt per connection). New-connections from suspected hack hosts are now delayed increasingly with the number of failed login attempts.
-
rswindell authored
from the same host (but not necessarily the same connection). No login retry is allowed for suspected hackers (one authentication attempt per connection). Other FTP hack.log entries contain a little more detail about the type of suspected hack attempt (e.g. "FTP BOUNCE").
-
rswindell authored
-
rswindell authored
file attachments in netmail. Added [N]etmail command to Renegade clone email menu.
-
- Aug 30, 2011
-
-
rswindell authored
JSexec confirm function now prompts user and return value is based on their response.
-
rswindell authored
-
rswindell authored
especially through SMTP (where these values are exposed via the Originator-info header field): SENDERUSERID, SENDERSERVER, and SERVERTIME.
-
rswindell authored
especially through SMTP (where these values are exposed via the Originator-info header field): SENDERUSERID, SENDERSERVER, and SERVERTIME.
-
rswindell authored
as well as disallow semicolons in user-names.
-
- Aug 27, 2011
-
-
rswindell authored
Added the "Originator-info" header field for transmitted messages which will help track the original submission, especially when submitted via protocols other than SMTP. The RECIPIENT/To header field for SMTP-submitted msgs now contains the parsed "To:" name, if possible (instead of the address). Added security delay to failed SMTP AUTH-MD5 logins.
-
rswindell authored
telnet_gate() now enables the telnet command pass-through after negotiating necessary options. This doesn't quite fix the problem reported with telgating to nethack.alt.org, but it's a step in the right direction.
-
deuce authored
-
- Aug 26, 2011
- Aug 25, 2011