- Nov 02, 2004
- Oct 29, 2004
-
-
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
-
- Oct 28, 2004
-
-
rswindell authored
(e.g. load("somedir/somefile.js" would load "exec/somedir/somefile.js") using new xpdev function isfullpath().
-
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.
-
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
-
rswindell authored
Use MainForm->EditFile() to edit services.ini (using file associations when configured to do so).
-
rswindell authored
-
rswindell authored
white-space from message text buffer before displaying (avoiding unnecessary terminal line wraps).
-
rswindell authored
msg buffer.
-
rswindell authored
-
rswindell authored
Eliminated unnecessary lfputs().
-
rswindell authored
P_OPENCLOSE method.
-
rswindell authored
-
rswindell authored
be returned by smb_getmsgtxt().
-
rswindell authored
-
rswindell authored
Using new smb macro: smb_hfield_bin() for storing net and agent types.
-
rswindell authored
types for forwarding netmail. Using new smb macro: smb_hfield_bin() for storing recipient net type.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Internet e-mail address. Only bounces messages back for QWK and Internet from_net.types.
-
rswindell authored
to/from/replyto_net_addr in input_msg_header() and save_msg() methods.
-
rswindell authored
-
rswindell authored
configuration changes). If BBS_OPT_NO_EVENTS gets set during run-time, event_thread() goes into a sleep loop until it is unset (or the server is terminated). Eliminated BBS_OPT_KEEP_ALIVE (use ctrl/sockopts.cfg instead). semfile_list_check() handles initialization of timestamp, if 0.
-
rswindell authored
(soon to be removed) to various startup header files.
-
rswindell authored
(soon to be removed) to websrvr.h. Defined web_init_fields[] and WEB_INIT_OPTS to specify elements (and bits) that require server recycle when changed.
-
rswindell authored
(soon to be removed) to mailsrvr.h. Defined mail_init_fields[] and MAIL_INIT_OPTS to specify elements (and bits) that require server recycle when changed.
-