gameServer/CoreTypes.hs
Wed, 08 Jul 2020 17:02:45 +0300 Jens Petersen update server network
Mon, 07 Oct 2019 23:07:41 +0200 Wuzzy Bump protocol version to 59 1.0.0-release
Fri, 26 Apr 2019 23:21:27 +0200 unc0rr Limit room name change rate
Thu, 13 Dec 2018 10:51:07 -0500 nemo merge in 0.9.25 fixes
Sat, 08 Dec 2018 19:30:25 +0100 Wuzzy Whoops. Forgot to bump default gameServer MOTD to 0.9.25. :( 0.9.25
Sat, 08 Dec 2018 14:19:11 +0100 Wuzzy /registered_only now tells in chat whether the state is on or off
Wed, 18 Jul 2018 01:35:59 +0200 Wuzzy Switch from http:// to https:// URLs where possible
Fri, 30 Mar 2018 17:01:30 +0200 unc0rr Bump protocol version, update sources in preparation for .24 release
Mon, 13 Nov 2017 20:45:11 +0100 unc0rr Bump protocol version and add new version info to game server
Thu, 25 Feb 2016 23:17:52 +0300 unc0rr More work on best time ghost feature
Sat, 20 Feb 2016 22:02:13 +0300 unc0rr Filter out hog speech messages with non-local team index (not tested)
Mon, 28 Dec 2015 23:37:44 +0300 unc0rr Allow server admins to join passworded/restricted rooms when it is really needed
Mon, 28 Dec 2015 21:51:12 +0300 unc0rr Defer kicking to the time when everything is in consistent state
Mon, 28 Dec 2015 21:21:02 +0300 unc0rr Allow toggling registration requirement on live server
Mon, 28 Dec 2015 09:06:29 +0300 unc0rr Allow only one query per session
Sat, 07 Nov 2015 23:44:49 +0300 unc0rr Store some more details on game config in the database
Sun, 01 Nov 2015 18:35:18 +0300 unc0rr Update versions information
Tue, 27 Oct 2015 23:04:15 +0300 unc0rr Also pass script information alongwith winner/achievements info, so that we could potentially have per mode ratings
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Wed, 03 Jun 2015 23:24:56 +0300 unc0rr Lazy fix for server build
Tue, 02 Jun 2015 19:51:04 +0100 koda Fix building hedgewars-server
Tue, 31 Mar 2015 23:14:09 +0300 unc0rr - Fix ping timeouts after incorrect "/vote" commands (protocol violation)
Sat, 07 Feb 2015 00:19:54 +0300 unc0rr This should help with second rejoin bug. (reverting previous workaround over frontend bug and making a new one)
Tue, 13 Jan 2015 23:37:07 +0300 unc0rr Implement /newseed and /hedgehogs commands. Only tested for building.
Wed, 03 Jun 2015 23:24:56 +0300 unc0rr Lazy fix for server build 0.9.21
Tue, 02 Jun 2015 19:51:04 +0100 koda Fix building hedgewars-server 0.9.21 0.9.21-release
Tue, 30 Dec 2014 22:59:15 +0300 unc0rr Get rid of teamownerId since rejoin feature makes it virtually useless, as you cannot rely on it anymore. Should fix recently experienced server crashes.
Mon, 10 Nov 2014 01:05:36 +0300 unc0rr - Not only that, nemo, not only that (.cpp)
Sun, 09 Nov 2014 16:38:26 -0500 nemo Copypasta to hopefully hook up net sync correctly.
Fri, 24 Jan 2014 12:05:39 +0100 Gianfranco Costamagna Added copyrights to gameServer directory
Fri, 22 Aug 2014 00:57:07 +0400 alfadur - Support for pausing multiplayer games
Thu, 27 Mar 2014 23:25:31 +0400 unc0rr - Fix applying vote result
Sun, 23 Mar 2014 23:35:33 +0400 unc0rr Some fixes to voting + small refactoring
Fri, 14 Mar 2014 00:42:04 +0400 unc0rr - Room save/load into/from file
Thu, 13 Mar 2014 23:25:31 +0400 unc0rr Allow to save and delete room config in room
Fri, 31 Jan 2014 23:36:02 +0400 unc0rr Define some boundaries to detect events
Fri, 31 Jan 2014 16:51:20 +0400 unc0rr More work on flood detector
Thu, 30 Jan 2014 00:18:32 +0400 unc0rr - Start work on flood detector
Sun, 26 Jan 2014 02:17:04 +0400 unc0rr Mutual authentication: server side
Fri, 24 Jan 2014 09:48:46 +0400 unc0rr - Add SCHEME which is needed in room config
Fri, 24 Jan 2014 00:05:19 +0400 unc0rr Some basic sanity tests for replay files
Thu, 23 Jan 2014 01:04:17 +0400 unc0rr - Implement /callvote
Tue, 21 Jan 2014 23:15:25 +0100 koda restore gameServer changes
Wed, 22 Jan 2014 01:11:13 +0400 unc0rr Halfplement voting
Tue, 21 Jan 2014 22:04:40 +0400 unc0rr Fix server producing unreplayable records
Thu, 16 Jan 2014 01:27:44 +0400 unc0rr oops, fix build
Thu, 16 Jan 2014 01:19:21 +0400 unc0rr Also define default value of THEME
Sun, 12 Jan 2014 15:15:59 +0400 unc0rr Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
Tue, 31 Dec 2013 00:53:29 +0400 unc0rr Some fixes
Fri, 27 Dec 2013 01:23:12 +0400 unc0rr Store protocol number in database for replays
Fri, 13 Dec 2013 00:16:02 +0400 unc0rr - /greeting command for room greeting message
Thu, 05 Dec 2013 00:51:27 +0400 unc0rr - Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all.
Sun, 13 Oct 2013 21:53:42 +0400 unc0rr Send +i status of all players to logged-in users
Tue, 03 Sep 2013 00:05:38 +0400 unc0rr Start support of achievement replay query:
Wed, 28 Aug 2013 23:44:27 +0400 unc0rr 'c' flag for contributors
Sun, 18 Aug 2013 17:29:17 +0400 unc0rr - Some fixes to official server build
Sat, 17 Aug 2013 23:38:53 +0400 unc0rr Pass achievements info to extdbinterface
Sat, 29 Jun 2013 23:58:37 +0400 unc0rr Fix spectator desync in rare conditions (there was team which left during its turn, and last command with timestamp from it was '+')
Thu, 06 Jun 2013 00:28:30 +0400 unc0rr - Fix issue 521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested.
Fri, 31 May 2013 00:10:59 +0400 unc0rr ++protocol_number; 0.9.19
less more (0) -100 -60 tip