gameServer/HWProtoLobbyState.hs
2013-02-09 unc0rr Send JOINING message in response to FOLLOW. Actual join may still fail due to room restrictions. Not tested.
2013-01-19 unc0rr - Allow server admins to use DELEGATE even when not room owner
2013-01-18 unc0rr Server messages localization using Qt's l10n subsystem:
2013-01-10 unc0rr Throw away stupid Data.Seq
2012-12-05 unc0rr Show others if spectator is in game flibqtfrontend
2012-12-05 unc0rr Show who's in game to spectators flibqtfrontend
2012-12-05 unc0rr "Registered users only" room flag flibqtfrontend
2012-11-30 unc0rr - Fix UNBAN bug
2012-11-30 unc0rr Implement ban by nickname
2012-10-28 unc0rr Choose first unused color for added team (addresses issue 431) + other small changes
2012-10-21 unc0rr Keep room admin ready status always set
2012-10-17 unc0rr Fix most of server warnings
2012-10-12 unc0rr UNBAN implementation
2012-09-09 unc0rr 'h' status for room admins
2012-09-08 unc0rr More consistency in terminology
2012-09-04 unc0rr Show who is the room admin on join (no tested, also I don't like how it is done via server warnings, but it seems there's no other solution compatible with .17)
2012-08-13 unc0rr Room bans. They're more simple, than the global ones: if you ban someone, he is banned by ip in this room for the rest of the room lifetime. Not tested.
2012-06-28 unc0rr - Try sending remove message in 'finally' as a last resort
2012-04-22 unc0rr Allow LIST command while in room to not annoy old frontends (0.9.17 or less) with warnings
2011-12-29 unc0rr Send full room info on room add and update events. Less(?) traffic, but current frontend doesn't behave good with this change to server.
2011-10-23 unc0rr Case-insensitive comparison of nicks
2011-09-27 unc0rr Introduce EngineInteraction module
2011-09-23 unc0rr Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
2011-09-16 unc0rr - Allow 8 teams in game on 0.9.16-dev
2011-08-15 unc0rr Don't allow to join other protocol room using FOLLOW command (not tested)
2011-07-23 unc0rr Implement command for banning by ip and a command for bans list
2011-05-15 unc0rr On restart command close server socket and spawn new server, keep running until last client quits
2011-04-03 unc0rr Some polishing
2011-03-21 EJ Changed the standard show function to Text.Show.ByteString, and misc.
2011-03-06 unc0rr - Write server config into .ini file on change
less more (0) -50 -30 tip