- Nov 28, 2007
-
-
rswindell authored
-
- Jul 25, 2007
-
-
rswindell authored
DLL-exported from sbbs.dll.
-
- Jul 10, 2007
-
-
rswindell authored
Removed unused recycle_sem code.
-
- Jul 08, 2007
-
-
deuce authored
-
- Jul 07, 2007
-
-
deuce authored
Also, when sending mail, the bind() call doesn't specify a port, so there is no need to ask for root.
-
- Apr 11, 2007
- Feb 11, 2007
-
-
rswindell authored
generated index files (e.g. 00index.html).
-
- Dec 29, 2006
- Sep 07, 2006
-
-
deuce authored
error and is fairly common on Linux.
-
- Aug 29, 2006
-
-
deuce authored
-
- Aug 28, 2006
-
-
deuce authored
Since the only way to correcty detect NPTL is at *runtime*, add that detection in to main() and honour it throughout. sbbscon.h makes the thread_suid_broken variable/macro available to other files which need it.
-
- May 10, 2006
-
-
rswindell authored
(enabled by adding LOOKUP_PASV_IP to the "Options" value in the [ftp] section of your ctrl/sbbs.ini. This option tells the FTP server to perform a hostname lookup (on the BBS's hostname) to determine the correct/current public IP address to use in PASV responses. This is one more kludge to work around stupid NAT devices (consumer firewalls/routers).
-
- Apr 25, 2006
-
-
rswindell authored
ARS keywords. These require that user->cursub and user->curdir are initialized with the proper internal code associated with the current sub/dir of the user. These ARS keywords were previously only supported in the chk_ar internal to the Telnet/RLogin server (chk_ar.cpp).
-
- Jan 31, 2006
-
-
rswindell authored
credits, and minutes - basically wrappers for adjustuserrec().
-
- Jan 11, 2006
-
-
rswindell authored
We really need a single, unified cmdstr() function. :-(
-
- Jan 10, 2006
- Oct 13, 2005
-
-
rswindell authored
(replacing sockopts.cfg).
-
- Oct 07, 2005
-
-
rswindell authored
-
- Sep 05, 2005
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- Jul 03, 2005
-
-
deuce authored
to avoid collision with one declared in sbbs.h (and defined in d<mumble>.c)
-
- Jun 30, 2005
-
-
runderwo authored
Fix spelling error which keeps spreading to new files.
-
- May 07, 2005
- Apr 21, 2005
-
-
rswindell authored
Created sbbs_read_js_settings() and sbbs_set_js_settings() to read and write all settings to/from .ini files in a modular fashion. This is a precursor to implementing support for JavaScriptThreadStack (limit) support for all JS-enabled servers and services (working around the ircd bug).
-
- Apr 18, 2005
-
-
rswindell authored
in directory listings.
-
- Mar 26, 2005
-
-
rswindell authored
String lists are simplier, faster, and require less memory.
-
- Feb 18, 2005
-
-
rswindell authored
No more temp files in data or data/temp. ctrl_dir/../temp (e.g. sbbs/temp) is the new default temp dir. Each server has its own separately configurable temp dir. BBS events (e.g. QWK packet processing) now have their own exclusive-use temp dir (e.g. sbbs/temp/event). All server threads will attempt to create and verify the validity of their temp dir. System temp dir is only the default global temp dir for Unix (i.e. /tmp), since the Windows default temp dir (e.g. C:\DOCUME~1\Rob\LOCALS~1\Temp) is not particularly friendly or attractive.
-
rswindell authored
data_dir). Use more unique temporary transfer filenames (includes the local hostname).
-
- Feb 09, 2005
-
-
rswindell authored
problem of the JS global function random() not being seeded by non-sbbs.dll's (e.g. websrvr.dll) - causing predictable random numbers to be returned.
-
- Feb 08, 2005
-
-
rswindell authored
-
- Jan 07, 2005
-
-
rswindell authored
-
- Dec 17, 2004
-
-
rswindell authored
clients (using new ftp.extended_descriptions property). Don't re-load user data for every command/request for guest/anonymous clients (overwriting the current extended description setting).
-
- Nov 18, 2004
-
-
rswindell authored
Macros in sbbsdefs.mk should only be defined when building libsbbs.so. This is the cause of the "static declaration of 'x' follows non-static declaration" GCC warnings. While harmless warnings now, in GCC 3.5, this condition has been elevated to a compile error. :-( The real fix needs to be made in GNUmakefile someday (Deuce). :-)
-
- Nov 16, 2004
-
-
rswindell authored
Waiting up to "max inactivity" for active clients to disconnect upon shutdown or recycle.
-