gameServer/ServerCore.hs
2010-06-27 unc0rr Properly handle client exit
2010-06-06 unc0rr Use sockets instead of handles, use bytestrings instead of strings
2010-05-10 unc0rr Make some more protocol commands work
2010-05-09 unc0rr Uses StateT monad instead of manually maintaining the state
2010-05-06 unc0rr Some more steps in refactoring
2010-05-05 unc0rr Start the server refactoring
2010-03-06 unc0rr Replace tabs with spaces using 'expand -t 4' command
2010-02-25 unc0rr - Unbreak support for client versions prior to 0.9.13-dev
2009-09-04 unc0rr Some fixes suggested by hlint
2009-06-21 unc0rr Oops, fix database process interaction
2009-06-19 unc0rr Send stats every minute
2009-06-19 unc0rr Implement sending gameserver stats to webserver
2009-05-25 unc0rr Bring back authentication to official server, now using separate process to perform database interaction
2009-03-27 unc0rr Ping clients every 30 seconds. Disconnection due to ping timeout to be implemented.
2009-03-27 unc0rr Add simple DoS protection mechanism (although better than previous server had)
2009-02-25 unc0rr Retrieve client password from web database and ask for it
2009-02-24 unc0rr Server now send ASKPASSWORD command to frontend when user has web account
2009-02-23 unc0rr Add options for configuring database access
2009-02-18 unc0rr New game server:
less more (0) tip