- Apr 18, 2005
-
-
deuce authored
-
deuce authored
using a %f specifier to od_printf()
-
deuce authored
-
deuce authored
(* or ?) chars are present. Doing so prevents re-writing of the path parameter, so behaviour is different between the two. This would break something like: int munlink(char *glob) { char this[MAX_PATH+1]; strcpy(this,glob); while(fexistcase(this)) { unlink(this); strcpy(this,glob); } } Does Synchronet rely on the old behaviour anywhere?
-
deuce authored
-
deuce authored
-
- Apr 17, 2005
- Apr 16, 2005
-
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
the file if it doesn't exist (previously, it would always create it). External JavaScript (XJS) and CGI handler lists are now stored in memory (using "named string lists") rather than reading/parsing the .ini files for each request. Using command read_ini_list() function for reading both handler and mime_types .ini files.
-
rswindell authored
the file if it doesn't exist (previously, it would always create it).
-
- Apr 15, 2005
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Tracker1's request. This should allow for competing dynamic HTML solutions based on server-side JavaScript. Tip: use http_request.real_path for the path to file-to-be-parsed. Bugfix: SSJS error files used hard-coded extension (instead of configured SSJS file extension).
-
- Apr 14, 2005
-
-
rswindell authored
regarding Synchronet v3.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
echo error messages to status output (default: stderr) as well.
-
rswindell authored
JS_SetThreadStackLimit API function), default is 32K bytes. This should keep jsexec from crashing due to the ircd recursion bug. It'll log a JS exception/error and exit (or loop) instead. Use "-S0" to set an unlimited thread stack size.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
cound go negative remaining... which would be returned as a huge positive.
-
deuce authored
-
rswindell authored
-
rswindell authored
performance fix was made in write_template().
-
rswindell authored
performance fix was made in write_template().
-
rswindell authored
REPEAT/END REPEAT sections.
-
- Apr 13, 2005
-
-
runemaster authored
Sacrificed some easy customization for a HUGE increase in performance. On a PIII-450 page rendering went from an average of 10+ seconds to 1 - 1.5 seconds. (oops synchronet.css was sent on previous comit by mistake)
-
runemaster authored
Sacrificed some easy customization for a HUGE increase in performance. On a PIII-450 page rendering went from an average of 10+ seconds to 1 - 1.5 seconds.
-
deuce authored
compile.
-
rswindell authored
-
rswindell authored
-