- Oct 28, 2011
-
-
rswindell authored
- Fixed mention of $HOSTNAME.ini being supported - Added reference to wiki page (where most comments should be moved) Fixed default value of SemFileCheckFrequency. Added LoginAttempt* key values to [global] section.
-
rswindell authored
*nix for it's temp directory as it routinely deletes all files in this directory - no longer default to '/tmp' on *nix.
-
deuce authored
It fails.
-
rswindell authored
-
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)
-
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)
-
deuce authored
are objects.
-
deuce authored
The dest6 test to check if the date passed though safely seems to be broken as it actually does pass through and work but the comparison doesn't.
-
rswindell authored
Sysops are not normally expected to run these. - while1.js (infinite loop detection testing) - recurse.js (infinite recursion detection testing)
-
deuce authored
-
- Oct 27, 2011
- Oct 26, 2011
-
-
deuce authored
-
rswindell authored
Currently, the return value and result of js_mailproc() isn't used anywhere anyway. <shrug> Not compiled/tested.
-
deuce authored
functions when an excpetion is pending. Some work still needs to be done on js_msgbase.c, js_user.c, and mailsrvr.c
-
deuce authored
manager in 2.9
-
deuce authored
-
deuce authored
Perviously, if the argument to a number of bbs.* functions was not a valid number, Synchronet would silently ignore the parameter and treat it as though it was not specified. The new behaviour was to use the value as a number. However, the old code caused the exception triggered by an inability to convert the number to be pending until after the return (the JS_Native didn't return JS_FALSE) so a try/catch block aorund it would not catch the exception. The new new behaviour is to throw the exception immediately so it can be caught and handled correctly.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
wxWidgets. It always specifies unicode version 2.8.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
dependencies.
-
deuce authored
-
deuce authored
This is reccomended by Mozilla and makes sense. I would prefer to set it to a new stack limit though...
-
deuce authored
-
deuce authored
-