- Oct 15, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
specified e-mail address.
-
deuce authored
-
deuce authored
Prompts the SysOp for system password. If a valid username is sent and IP is not in rlogin.can and the local username wasn't the correct password, prompt for password.
-
deuce authored
Decrufting. Fix send_headers() to return if using HTTP/0.9 Added a few comments.
-
deuce authored
from NetBSDs compat library. Also, it's not new if the If-Modified-Since and Last-Modified times are equal.
-
rswindell authored
Speed options. The NAWS option is particularlly nice as we don't need ANSI cursor posistion reports to auto-detect screen size. If the user's account is configured for auto-screen length detection and using a telnet client that supports NAWS, the screen length will be dynamically updated (!).
-
- Oct 14, 2004
-
-
rswindell authored
tracks state of local *and* remote option modes to prevent redundant requests and responses, etc. Should be very robust now.
-
deuce authored
Use sizeof() instead of explicit sizes where appropriate Expand buffers to MAX_REQUEST_LINE+1 to allow for the terminator Made char buf[] a magic bumber size since it has nothing to do with headers and is in facta binary buffer, not a string buffer.
-
rswindell authored
Bugfix: flagging a node for "re-run" (e.g. when saving changes in SCFG) recycles the server , rather than just reloading the .cnf files. This fixes the problem with JS events not running (even crashing) after a rerun/reload without recycle.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
* using scfg.data_dir before calling load_cfg() * using stftime(%G), which isn't supported by MSVC * using too small a buffer for the time portion of the log string * thread leak: http_logging_thread() would wait forever on log_sem (never terminate) Fixed bug in read_mime_types(): * wasn't resetting mime_count (e.g. after recycle) Added missing socket descriptor to many lprintf() calls. Fixed bug regarding checking recycle semaphore file (websrvr.rec) date/time (wasn't initializing the "initialized" timestamp variable).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
requests to allow differentiation between received responses (ACK/NAK) and remote option requests. This solves the problem with Kermit-95 waiting forever for a response (ACK or NAK) to its initial option requests (i.e. "Negotiate About Window Size" and "New Environment Option").
-
rswindell authored
-
rswindell authored
-
- Oct 13, 2004
-
-
rswindell authored
-
rswindell authored
allocated and calling listFree() in cleanup().
-
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.
-
rswindell authored
Removed copyright from version display. Moved occurance of "-pause" for debugging.
-
- Oct 12, 2004
- Oct 09, 2004
- Oct 07, 2004
-
-
deuce authored
No need to set logfile to NULL just before an fopen() is attempted.
-
- Sep 30, 2004
-
-
deuce authored
-
- Sep 28, 2004
-
-
rswindell authored
-
deuce authored
to be in exec directory. Changed Edit CFG files to Edit CFG/INI files and added sbbs.ini and services.ini since newer versions use it. May take out services.cfg later. (Any reason that it was changed to ini? Somewhat confusing having some cfg and some ini.) - RuneMaster .ini files are in .ini format, .cfg files are in whatever format seemed like a good idea at the time. Eventually, all the cfg files will be replace with an ini file.
-
deuce authored
-
- Sep 26, 2004