gameServer/HWProtoLobbyState.hs
2022-09-27 S.D. Allow to see rooms of incompatible versions in the lobby
2018-12-08 Wuzzy Add reminder to call /restart_server with "yes"
2018-10-04 alfadur Add missing base case for lobby handler
2018-10-04 Wuzzy gameServer: Always report command name if getting an incorrect command
2018-08-25 Wuzzy Don't translate greeting message
2018-07-18 Wuzzy Refactor server chat command help, also add admin commands to help
2018-07-18 Wuzzy Add /help command for lobby and rooms too
2018-03-05 Wuzzy More user-friendly server messages
2016-12-23 unc0rr Only registered players regain their teams on rejoin
2015-12-28 unc0rr Allow server admins to join passworded/restricted rooms when it is really needed
2015-12-28 unc0rr Allow only one query per session
2015-12-28 unc0rr Don't send LIST command on join
2015-08-30 unc0rr Restore player clan on rejoin (issue 934, not tested)
2015-08-30 unc0rr Fix inverse paused state for spectators joining paused game (not tested)
2015-08-10 sheepluva more copyright fixes
2015-07-31 unc0rr Use helper function instead of ton of copypasta
2015-02-06 unc0rr This should help with second rejoin bug. (reverting previous workaround over frontend bug and making a new one)
2014-12-30 unc0rr Uhm... this seems to count as a workaround, not tested though
2014-01-24 Gianfranco Costamagna Added copyrights to gameServer directory
2014-07-05 unc0rr Restore teams in teams list on rejoin, should fix issues with second rejoin.
2014-07-02 unc0rr Fix some issues with rejoining (rejoining client still desyncs though)
2014-06-26 unc0rr Fix build, and also make protocol a bit more consistent and flexible (only in docs though, to be implemented)
2014-06-23 unc0rr Inform engine if player is back after being disconnected
2014-06-23 unc0rr Allow server admins to join room of another protocol version
2014-03-23 unc0rr Some fixes to voting + small refactoring
2014-01-31 unc0rr Fix build
2013-12-12 unc0rr - /greeting command for room greeting message
2013-12-04 unc0rr - Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all.
2013-11-30 unc0rr Show "incompatible version" message instead of "no such room" on try to join room with another protocol version
2013-11-17 unc0rr - Column for script in rooms list
2013-09-03 unc0rr /watch works in testing environment
2013-08-01 unc0rr Fix silliness from r3f4c3fc146c2 (was I sleepy?)
2013-06-29 unc0rr Fix spectator desync in rare conditions (there was team which left during its turn, and last command with timestamp from it was '+')
2013-06-28 unc0rr Fix "registered only" option
2013-06-05 unc0rr - Fix issue 521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested.
2013-05-21 unc0rr '/rnd' command. Pass it a (possibly empty) list of items.
2013-04-10 unc0rr - Revert server workaround over desync from r98e2dbdda8c0
2013-02-20 unc0rr Workaround desync issue if I correctly understand its roots (barely tested)
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
less more (0) -100 -60 tip