- Nov 02, 2001
- Nov 01, 2001
- Oct 31, 2001
- Oct 30, 2001
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed potential NULL pointer de-reference bug (new). Added support for external address aliases (you@somedomain.com = sysop) in the alias.cfg file. Now store original destination address in "name" field of SMB header.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Eliminated redundant BOOL/TRUE/FALSE definition.
-
rswindell authored
-
rswindell authored
Doesn't wait for keystrokes if stdin is not a console, just sleeps forever. Various signal handlers installed to allow sbbs to clean up itself properly.
-
rswindell authored
-
- Oct 26, 2001
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed prep_dir() for use on FreeBSD - _fullpath (macro for realpath) initializes the entire MAX_PATH bytes of the destination string.
-
rswindell authored
-
rswindell authored
Removed multiple variable declarations using commas (each var has its own type specified).
-
- Oct 25, 2001
-
-
rswindell authored
This increases the likelyhood of detecting RIPscrip support properly in RIPtel. Also changed the extra response info delay method (to 1 yield per char rx'd).
-
rswindell authored
-
rswindell authored
recvline method will now truncate \n terminated lines (no \r) correctly.
-
rswindell authored
-
- Oct 24, 2001
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added real IP and hostname if different from sender's stated address.
-
rswindell authored
-
rswindell authored
1. was incrementing buffer char pointer even when there was no new data 2. was not releasing time-slices when there was no new data
-