- 19 Jun, 2012 1 commit
-
-
deuce authored
ssh session.
-
- 13 Jun, 2012 1 commit
-
-
rswindell authored
Improved Telnet option processing and event execution log output.
-
- 06 Jun, 2012 1 commit
-
-
deuce authored
files are not created as root.
-
- 06 Dec, 2011 1 commit
-
-
rswindell authored
seconds, just continue waiting (and logging warnings).
-
- 12 Nov, 2011 1 commit
-
-
deuce authored
-
- 09 Nov, 2011 1 commit
-
-
rswindell authored
was false (which is the initialized value). This is an expected case for the terminal server. Added note to self (or others) not to do that. :-)
-
- 06 Nov, 2011 1 commit
-
-
rswindell authored
output_thread is terminated (for some uknown reason, perhaps due to the new checking of the "online" value): outbuf will never drain if the output_thread isn't running, and possibly, even if it is (but there is no connection). Added error logging during node status change in dailly_main().
-
- 04 Nov, 2011 1 commit
-
-
rswindell authored
-
- 28 Oct, 2011 3 commits
-
-
rswindell authored
-
deuce authored
and leave it rooted until the script is done or the context is destroyed. This should clean up crashes before a script starts (ie: While creating common objects)
-
rswindell authored
has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
-
- 26 Oct, 2011 2 commits
- 21 Oct, 2011 1 commit
-
-
rswindell authored
-
- 19 Oct, 2011 2 commits
- 17 Oct, 2011 1 commit
-
-
rswindell authored
(node_threads_running) wasn't being re-initialized upon recycle, so the node would lock/crash attempting to lock an uninitialized mutex upon answering an incoming connection.
-
- 16 Oct, 2011 1 commit
-
-
rswindell authored
-
- 15 Oct, 2011 3 commits
- 11 Oct, 2011 2 commits
- 10 Oct, 2011 1 commit
-
-
deuce authored
Only js_ValueToStringBytes() still leaks.
-
- 09 Oct, 2011 2 commits
- 08 Oct, 2011 1 commit
-
-
deuce authored
-
- 21 Sep, 2011 1 commit
-
-
rswindell authored
longer (use lprintf(LOG_ERR,...) instead, which does). Added sbbs_t::hacklog() for convenience.
-
- 18 Sep, 2011 1 commit
-
-
rswindell authored
Change active node count to a protected (thread-safe) integer.
-
- 14 Sep, 2011 1 commit
-
-
rswindell authored
-
- 10 Sep, 2011 1 commit
-
-
rswindell authored
-
- 30 Aug, 2011 1 commit
-
-
rswindell authored
JSexec confirm function now prompts user and return value is based on their response.
-
- 27 Aug, 2011 1 commit
-
-
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.
-
- 16 Jul, 2011 1 commit
-
-
rswindell authored
detection and lock file detection.
-
- 27 Apr, 2011 1 commit
-
-
rswindell authored
commonly modified by multiple threads, potentially simultaneously, resulting in bad values (e.g. active_clients = -1). Updated copyright date to 2011. Fixed Win32 compile bug in main.cpp introduced in last commit. Eliminated some unused variables and updated some times (e.g. ulong in place fo uint32_t).
-
- 21 Apr, 2011 1 commit
-
-
deuce authored
are where the code was actually "wrong" in some way and the cast was not intentional. If the compiler thinks you need to be warned about casting a pointer to an int of a different size and that's exactly what we mean to do, then we *should* be getting a warning.
-
- 22 May, 2010 1 commit
-
-
deuce authored
active not behaving corretly... assume new behaviour.
-
- 19 May, 2010 1 commit
-
-
rswindell authored
-
- 30 Apr, 2010 1 commit
-
-
rswindell authored
-
- 06 Mar, 2010 1 commit
-
-
rswindell authored
inserting (long) typedefs to prevent warnings, but in the case of the JS File() class, actually supporting file lengths > 32-bit.
-