- 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
-
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
-
- Oct 22, 2001
-
-
rswindell authored
Move SMB hfield creation for sender name and address to support RFC headers that are missing these fields (uses reverse-path instead).
-
- Oct 21, 2001
-
-
rswindell authored
-
- Oct 20, 2001
-
-
rswindell authored
Added use of select to receive_thread to solve possible dead-lock during uploads. Moved periodic transfer progress reports to occur even when no data is transferring. Changed all byte value printfs to unsigned and all sockets to signed.
-
- Oct 19, 2001
-
-
rswindell authored
If resuming transfer, offset is now shown in progress reports.
-
- Oct 18, 2001
-
-
rswindell authored
Beautified getkey() a little.
-
- Oct 17, 2001
- Oct 16, 2001