- May 06, 2009
- May 05, 2009
-
-
rswindell authored
-
rswindell authored
Display meaningful error if path_info is in unsupported format.
-
rswindell authored
-
rswindell authored
(sub-code and filename).
-
mcmlxxix authored
-
mcmlxxix authored
game now assigns fewer points for 3 and 4 player games, uses logging.js module for game logs (instead of built in functions)
-
mcmlxxix authored
cleaned up logfile storage methods. now has a default max log age of 10 days, max number of 10 logs. should go back and clean up old messes created by previously unlimited log amounts, though it may slow down the affected modules on first run (significantly)
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
-
- May 04, 2009
- Apr 30, 2009
-
-
mcmlxxix authored
-
mcmlxxix authored
made all file access shared, cleaned up attack functions
-
mcmlxxix authored
-
mcmlxxix authored
Queue engine stores system QWK id along with user alias. User detection scanning now knows difference between user quitting and user changing rooms
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
-
- Apr 22, 2009
-
-
rswindell authored
-
rswindell authored
caption was blank if the log level was 0 or "emergency").
-
rswindell authored
(which should never happen), use the default log font.
-
rswindell authored
value is greater than the number of legal enum values, use the last enum value (e.g. "LogLevel=100" is the same as "LogLevel=7" or "LogLevel=Debugging").
-
rswindell authored
-
rswindell authored
This resolves JasHud's issue with question text.dat items over > 128 chars being truncated.
-
- Apr 21, 2009
-
-
mcmlxxix authored
logging.js is now part of the /exec/ folder and no longer needs to be supplied with individual programs
-
mcmlxxix authored
All gameplay functions are now working (check, checkmate, en passant, castling, pawn promotion). Added game timer display, rating calculation, endgame handling. Cleaned up move list, kibitzing
-
mcmlxxix authored
Game now stores player data using bbs QWK ID's and aliases. Added support for passworded games, timed games, rated games, minimum ratings, realtime game status updates in the lobby
-
mcmlxxix authored
Now uses alias instead of user number for naming queues and storing user data (because I'm paranoid about mistaken identity in the case of a deleted user)
-
mcmlxxix authored
-
mcmlxxix authored
-
- Apr 15, 2009
-
-
mcmlxxix authored
-
- Apr 14, 2009
-
-
mcmlxxix authored
Fixed miscellaneous bugs. Added resign, reverse perspective, game info toggle, turn display, etc.... (lots of updates)
-