- Jan 08, 2009
-
-
rswindell authored
(over-riding the default log level of "info").
-
- Jan 07, 2009
-
-
rswindell authored
-
- Jan 06, 2009
-
-
rswindell authored
to be treated as INCLUDE: - just happened to notice this one.
-
- Jan 05, 2009
-
-
deuce authored
lines, fix cterm_init call.
-
- Jan 01, 2009
-
-
deuce authored
couple outstanding issues however: bstrlen() - behaviour is different for control keys (xsdk doesn't count them) DCD - Conflicts with riodefs.h (different values) SYSOP - Conflicts with sbbsdefs.h (different variable names) SAVELINE - Conflicts with sbbsdefs.h (utterly different - xsdkdefs.h wrong?) RESTORELINE - Conflicts with sbbsdefs.h (utterly different - xsdkdefs.h wrong?)
-
deuce authored
defined in userdat.c
-
- Dec 30, 2008
- Dec 29, 2008
- Dec 23, 2008
- Dec 22, 2008
-
-
deuce authored
game is an object, assignment to a new variable is not a new copy of the object, so fileName and singlePlayer values were lost. fixes bug where a new game was not available until after you quite and re-entered the game.
-
- Dec 20, 2008
-
-
deuce authored
len==UINT_MAX/8
-
deuce authored
-
deuce authored
-
rswindell authored
some requests for clarification from Deuce.
-
rswindell authored
-
rswindell authored
-
rswindell authored
and context. This allows the event thread to perform its own JS cleanup without deleting its sbbs_t instance (causing the exception on sbbs/sbbsctrl shutdown). This replaces the change committed in rev 501.
-
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).
-
rswindell authored
-
rswindell authored
-
- Dec 15, 2008
- Dec 11, 2008
-
-
deuce authored
-
- Dec 10, 2008
- Dec 09, 2008
-
-
mcmlxxix authored
-
mcmlxxix authored
-
deuce authored
-
deuce authored
-
deuce authored
running).
-
deuce authored
bugs.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
with debug JS libraries, Synchronet may now exist with an assertion. If this happens, please let me know exactly what was being accessed at the time so I can hopefully reproduce it. A backtrace isn't as helpfull as one would hope in the case of a JS assertion.
-