gameServer/CoreTypes.hs
2014-01-21 unc0rr Fix server producing unreplayable records
2014-01-15 unc0rr oops, fix build
2014-01-15 unc0rr Also define default value of THEME
2014-01-12 unc0rr Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
2013-12-30 unc0rr Some fixes
2013-12-26 unc0rr Store protocol number in database for replays
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-10-13 unc0rr Send +i status of all players to logged-in users
2013-09-02 unc0rr Start support of achievement replay query:
2013-08-28 unc0rr 'c' flag for contributors
2013-08-18 unc0rr - Some fixes to official server build
2013-08-17 unc0rr Pass achievements info to extdbinterface
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-05 unc0rr - Fix issue 521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested.
2013-05-30 unc0rr ++protocol_number; 0.9.19
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-17 unc0rr Sort checked files into dirs
2013-02-16 unc0rr Some more work on checker
2013-02-03 unc0rr Some work on loading replay and interaction with checker
2013-01-25 unc0rr Some fixes
2013-01-25 unc0rr Fix finding player's another clan
2013-01-23 unc0rr Fix crashers
2013-01-12 unc0rr Logon procedure for checkers, introduce invisible clients
2013-01-11 unc0rr - Start work on checker
2013-01-10 unc0rr Throw away stupid Data.Seq
2012-12-05 unc0rr Change room name if room admin is kicked flibqtfrontend
2012-12-05 unc0rr "Registered users only" room flag flibqtfrontend
2012-11-07 unc0rr More strictness on room bans
2012-10-28 unc0rr Choose first unused color for added team (addresses issue 431) + other small changes
2012-10-17 unc0rr Fix most of server warnings
2012-10-15 unc0rr Don't accept ROUNDFINISHED message twice. Fixes game hangs when half of teams quit game.
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-05-26 unc0rr Bring leftTeams back (with a fix) as it is apparently needed for spectators.
2012-05-24 unc0rr - Restore pre-r9257cf8e7af2 behavior
2012-04-22 unc0rr Allow LIST command while in room to not annoy old frontends (0.9.17 or less) with warnings
2012-03-01 unc0rr Also consider game finished when the last player reports ROUNDFINISHED despite the correctness parameter.
2012-02-24 unc0rr - Increase server version number due to rooms list protocol changes
2011-11-20 unc0rr Fix empty teams list when trying to spectate 0.9.17
2011-09-29 unc0rr GameInfo needs room params copy
2011-09-23 unc0rr Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
2011-05-15 unc0rr Pass correct arguments on restart
2011-05-15 unc0rr On restart command close server socket and spawn new server, keep running until last client quits
2011-04-12 unc0rr Start implementation of archivements/ratings on server side: replay saving routine
2011-03-13 unc0rr Get rid of lastLogins, implement bans system
2011-03-13 unc0rr - Remove not needed Show instances
2011-03-12 unc0rr Better quit message
2011-03-12 unc0rr - Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
2011-03-09 unc0rr Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
2011-03-06 unc0rr - Write server config into .ini file on change
2011-03-05 unc0rr Store more parameters in ini file
2011-03-05 unc0rr Use 'undefined' less (replace with default values and 'error')
2011-03-05 unc0rr Use Maybe for storing client's clan, allows less error-prone spectator checks
2011-03-04 unc0rr Add dbName parameter to .ini file, fix some warnings
2011-03-03 unc0rr Use Data.TConfig to read and store server config in hedgewars.ini (a little bit of hate to the author for not exporting Conf type)
2011-02-27 unc0rr merge
2011-02-24 unc0rr ShutdownException for server shutdown
less more (0) -100 -60 tip