- Aug 24, 2002
-
-
rswindell authored
-
rswindell authored
strings into port numbers (rather than trying to look-up by service name).
-
rswindell authored
Created new listen() method, puts socket in 'listening' state, accepts optional 'backlog' argument (defaults to 1). Created new accept() method, accepts an inbound TCP connection, returns a newly created socket object. This version will adversely effect the open socket counter (need accept_socket in main.cpp).
-
rswindell authored
when the socket is created (read-only). Fixed bug in bind() if port number specified (needed byte-order fix). Port arguments in bind() and connect() can now be specified as a server name (e.g. "telnet", "http", "finger", etc).
-
rswindell authored
(defaults to false). If a file is opened as 'shareable', then simultaneous opens will be allowed (no file locking), otherwise, the file is locked according the the open 'mode'.
-
rswindell authored
(instead of strings).
-
- Aug 23, 2002
-
-
rswindell authored
arguments. Offset defaults 0, and length defaults to the file length - offset.
-
rswindell authored
-
rswindell authored
seteuid failed.
-
rswindell authored
connect() call is no longer needed for UDP sockets.
-
rswindell authored
(hopefully fixing problem with re-binding UDP sockets).
-
rswindell authored
-
rswindell authored
-
rswindell authored
in recv() calls.
-
- Aug 22, 2002
-
-
rswindell authored
(same as bbs methods by the same name but can be called from other servers).
-
rswindell authored
-
rswindell authored
outside the sbbs_t class).
-
rswindell authored
data, ip_address, and port (for Deuce's UDP experiment).
-
rswindell authored
-
rswindell authored
-
rswindell authored
occurance of any char in given set.
-
rswindell authored
-
- Aug 21, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
termination of bbs_thread - was freeing too many user subs/dirs if they were added in SCFG and the confg files were re-loaded.
-
rswindell authored
(64) to 48.
-
rswindell authored
directory: support for a library "root" directory and support for importing "raw" directory listings (containing just dir names).
-
rswindell authored
(for proper relative path support). Description and size offsets can now be specified on the command-line when using the Auto-ADD feature.
-
rswindell authored
- used to specify a physical parent directory for all logical directories in a file library (convenient for CD-ROMs and other large directory configurations).
-
rswindell authored
-
rswindell authored
-
rswindell authored
already listed.
-
rswindell authored
-
rswindell authored
- hopefully eliminates FAQs about this file. Changed attachment() function to use enum values for "mode" instead of cryptic "cleanup" constants (0, 1, and 2).
-
- Aug 18, 2002
-
-
rswindell authored
-
- Aug 16, 2002