- Dec 20, 2008
-
-
rswindell authored
date is not the current date (thus resetting all daily stats like logons today, posts today, etc.) - but resetdailyuserdat() failed to save the reset stats to the user.dat file because user->number was 0 at this point in getuserdat(). This bug (reported by Finnigann) only effected non-BBS servers (like FTP, HTTP, etc.) since the BBS has its own checking of a new day and resetting of the daily stats for the user during logon (in logon.cpp).
-
- Jun 04, 2008
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- Mar 15, 2008
-
-
rswindell authored
-
- Feb 23, 2008
-
-
deuce authored
at the start of the function rather than at the end. Also, for sbbs_t.getsmsg() clear the node.misc bits for all nodes with the to user rather than just the current node.
-
- Oct 24, 2007
-
-
cyan authored
* Create a new JS method under the system object, system.check_name(), which utilizes this new function to check username/realname validity.
-
- Sep 30, 2007
-
-
rswindell authored
ULM (uploaded megabytes), and DLK and DLM (for downloaded K/Mbytes).
-
- Sep 23, 2007
-
-
rswindell authored
* ULS - uploaded files * ULB - uploaded bytes * DLS - downloaded files * DLB - downloaded bytes ... so now Phil can have a "true" 1:4 upload/download file ratio requirement by using an ARS of "DLS NOT 4 OR UDFR 25"
-
- Aug 14, 2007
- Jul 26, 2007
-
-
rswindell authored
-
- Jul 25, 2007
-
-
rswindell authored
DLL-exported from sbbs.dll.
-
- May 01, 2007
- Dec 29, 2006
-
-
rswindell authored
-
- 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
- Oct 02, 2005
-
-
rswindell authored
dir->ex_ar is NULL, which shouldn't normally occur, but could in the BBS temp dir menu.
-
- Sep 27, 2005
-
-
rswindell authored
-
- Sep 20, 2005
- Sep 05, 2005
- Feb 09, 2005
-
-
rswindell authored
link with sbbs.dll).
-
- Jan 25, 2005
-
-
rswindell authored
-
- Dec 29, 2004
-
-
rswindell authored
-
- Dec 01, 2004
-
-
rswindell authored
(not rounded up to 100%).
-
- Oct 27, 2004
-
-
rswindell authored
-
- Oct 17, 2004
-
-
rswindell authored
correctly for the BBS (e.g. "Telnet" and "RLogin") until the chk_ar function is changed to accept a client_t argument.
-
- May 30, 2004
-
-
deuce authored
-
- Mar 24, 2004
- Sep 23, 2003
-
-
rswindell authored
(ar_exp handles a NULL user pointer correctly) This bug caused addfiles chk_ar() calls to all fail, causing no DIZ's to be imported.
-
- Sep 03, 2003
-
-
rswindell authored
of FIND/SKIP char/charset macros (for parsing ASCIIZ char* lines).
-
- Aug 30, 2003
-
-
rswindell authored
-
- Aug 19, 2003
-
-
rswindell authored
clear-out new/3rd party user data/config files).
-
- Jul 25, 2003
-
-
rswindell authored
(besides text/ip.can) can be used.
-
- Jul 13, 2003
-
-
rswindell authored
-
- Jul 09, 2003
-
-
rswindell authored
on date_str.c.
-
- Jun 26, 2003
-
-
rswindell authored
-