- Oct 24, 2003
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
all files linked with load_cfg.c.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
to stderr, with configurable error log level threshold (-E option). Created -e<filename> option to tee error messages to file and stderr. Created -o<filename> option to send console output to file (like a pipe). All options (except for -h) now support -x<value> and -x <value> syntax. When no argument is passed with -h, it acts like -H (uses local hostname). Removed -H option (redundant now).
-
rswindell authored
after execution).
-
rswindell authored
-
deuce authored
-
- Oct 23, 2003
- Oct 22, 2003
-
-
deuce authored
-
- Oct 21, 2003
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
pause is forced when an online external program (door) exits. Default is off.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added support for JavaScript mail processors configured in mailproc.cfg with "?scriptname". See ctrl/mailproc.cfg and exec/mailproc_example.js for details. Some cosemtic changes to log entries. Bugfix: if a mail processor rejected a message, the server could segfault if the sending server reset the session or attempted another message. Also, temp files (recipient list and msg text) would be orphaned in the data_dir.
-
rswindell authored
-
rswindell authored
Work-around: limit time-left value to 15-bits (9+ hours) for DOOR.SYS doors, fixes old 16-bit doors that read this value into a signed 16-bit integer and won't run correctly or at all if the value is "negative".
-
- Oct 20, 2003
- Oct 19, 2003
- Oct 18, 2003
-
-
rswindell authored
Web server error_dir is now relative to root_dir (instead of ctrl_dir). Default web server paths are now defined in websrvr.h. Unified some string constants in websrvr.c.
-
rswindell authored
-
rswindell authored
calling is_dynamic_req().
-
rswindell authored
-
rswindell authored
use req.physical_path. Added support for websrvr_t.cgi_dir[], a configurable array of directories where all files are CGI-executable (default: "../cgi-bin"). Fixed compilation warning in safecat(). Logs physical filenames on send.
-
rswindell authored
where all files are CGI-executable (default: "../cgi-bin").
-
rswindell authored
included in directory and '.' included in extensions.
-
rswindell authored
default: LOG_INFO). JSexec log mask can be configured with -L command-line option (default: 0xff). services lprintf() now supports log level.
-
- Oct 17, 2003
- Oct 16, 2003