- Nov 03, 2004
-
-
deuce authored
by BindRetrycount and BindRetryDelay keys in the ini file. Will control the number of times/delay between attempted calls to bind() before the thread packs up and goes home.
-
- Oct 29, 2004
-
-
deuce authored
-
- Oct 28, 2004
-
-
rswindell authored
STARTUP_INI_BITDESC_TABLES is #defined. These tables (even though declared "static") were being compiled for every .obj and linked (multiply) into each binary (possibly causing new segfaults in BSD builds?). Init field tables are similarly only defined if STARTUP_INIT_FIELD_TABLES is #defined.
-
- Oct 27, 2004
- Oct 23, 2004
-
-
rswindell authored
-
- Oct 21, 2004
- Oct 14, 2004
-
-
rswindell authored
-
- Oct 13, 2004
-
-
rswindell authored
HTTP_LOGGING Options bit. The default base filename is now "data/logs/http-" (using the correctly configured data_dir) and can be over- ridden with the "HttpLogFile" key (the "LogFile" key is preserved for use with sbbsctrl-Win32). The http_logging_thread() is only started if http logging is enabled.
-
- Sep 28, 2004
-
-
rswindell authored
-
- Sep 24, 2004
-
-
deuce authored
Log rolls over every day automatically name is controled by LogFile value in the [Web] section of the ini file.
-
- Sep 16, 2004
-
-
rswindell authored
-
- Sep 08, 2004
-
-
rswindell authored
collision.
-
- Sep 02, 2004
-
-
rswindell authored
-
- Aug 23, 2004
-
-
rswindell authored
(using FILE*) and I want to use iniGet for future str_list_t iniGet functions.
-
- Aug 03, 2004
-
-
rswindell authored
-
- Jul 02, 2004
- Jul 01, 2004
-
-
rswindell authored
Passing a NULL hostname to sbbs_get_ini_fname() now automatically uses gethostname() (and the proper WinSock init/cleanup) to get the hostname. read_ini_globals() no longer clears the global.ctrl_dir, temp_dir, and host_name elements if they're not specified in the .ini file. Option bits are now separated by " | " instead of just "|".
-
- Jun 03, 2004
-
-
rswindell authored
was calling free() instead of strFreeList().
-
- May 28, 2004
- Dec 13, 2003
-
-
rswindell authored
from a blacklisted server. Probably want to make rate adjustable later.
-
- Dec 07, 2003
-
-
rswindell authored
on outgoing mail (send anyway).
-
- Oct 21, 2003
-
-
rswindell authored
-
- Oct 18, 2003
- Oct 16, 2003
-
-
rswindell authored
-
- Oct 15, 2003
-
-
rswindell authored
Using string constants.
-
- Sep 27, 2003
-
-
rswindell authored
filename for a specific instance, in one common place.
-
- Sep 16, 2003
-
-
rswindell authored
parameters (in startup structure): context stack size, branch limit, yield interval, and garbage collection interval. FTP and Web servers now have configurable context stack size. Moved ini field string constants to sbbs_ini.h.
-
rswindell authored
Moved definition of MAX_LINE_LEN to ini_file.c, renamed to INI_*.
-
- Sep 05, 2003
- Sep 04, 2003
-
-
deuce authored
from header IPs against the DNS blacklists. Most people won't want to use this.
-
- Aug 29, 2003
-
-
rswindell authored
iniFile key in the [services] section.
-
- Aug 18, 2003
-
-
rswindell authored
servers and services.
-
- Jul 03, 2003
-
-
rswindell authored
Created IS_PATH_DELIM() macro (stole websrvr.c->is_slash macro). Defines BSD _PATH_TMP and _PATH_DEVNULL macros for all platforms.
-