- 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.
-
deuce authored
-
deuce authored
Add retry_bind() function (exteded bind() function that will retry a number of times)
-
rswindell authored
-
rswindell authored
-
- Nov 02, 2004
-
-
rswindell authored
-
rswindell authored
Unix?).
-
rswindell authored
-
rswindell authored
Initialize "sig" variable in handle_sigs(). Log error if sigwait() fails in handle_sigs().
-
deuce authored
kbhit() will init ther terminal.
-
deuce authored
-
rswindell authored
-
rswindell authored
smb_open_* - prevents double close of FILE* causing segfault.
-
- Nov 01, 2004
-
-
deuce authored
-
- Oct 30, 2004
-
-
rswindell authored
-
- Oct 29, 2004
-
-
rswindell authored
RedHat/SysVinit or SUSE/LSB based init systems.
-
rswindell authored
to detect load_cfg() failure.
-
rswindell authored
-
rswindell authored
-
rswindell authored
and errors.
-
rswindell authored
Removed extraneous line-feeds from lprintf() calls.
-
rswindell authored
-
rswindell authored
wasn't routed to syslog in daemon mode). Bugfix: all log output was filtered by the bbs_startup.log_mask.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
@@name.sname@@ which is replaced by template.name.sname if it's still there after all the REPEAT sections.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
and supports templated replacements from the template object: %%name%% is replaced with the HTML encoded value of template.name ^^name^^ is replaced with the URI encoded value of template.name @@name@@ is replaced with the value if template.name @@JS:js_expression@@ is replaced with the return value of js_expression (^^ and %% are also supported) <<REPEAT name>> ... @@name:sname@@ ... <<END REPEAT name>> Iterates over the array/object template.name and replaces name:sname with the value of template.name.sname (^^ and %% are also supported)
-
- Oct 28, 2004
-
-
rswindell authored
(e.g. load("somedir/somefile.js" would load "exec/somedir/somefile.js") using new xpdev function isfullpath().
-
rswindell authored
filename is an absolute (no relative directories at all), or is a full (rooted) path.
-
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.
-
rswindell authored
-
deuce authored
if it's already "right"
-
deuce authored
(This updates the last on time so web users aren't expired)
-
- Oct 27, 2004
-
-
rswindell authored
-