gameServer/Actions.hs
Tue, 27 Sep 2022 14:59:03 +0300 S.D. Allow to see rooms of incompatible versions in the lobby
Fri, 28 May 2021 15:06:39 +0200 Wuzzy Use the singular 'they' in code comments, where it makes sense
Wed, 08 Jul 2020 17:02:45 +0300 Jens Petersen update server network
Sun, 15 Sep 2019 21:48:13 +0200 Wuzzy GameServer: Hide saveroom and loadroom command in non-official server
Fri, 10 May 2019 23:24:56 +0200 Wuzzy Server /watch: Add back KICKED for old clients, remove REPLAY_START parameter
Fri, 10 May 2019 22:54:23 +0200 Wuzzy Remove REPLAY_END server message
Tue, 07 May 2019 22:36:15 +0200 Wuzzy Add new server messages REPLAY_START and REPLAY_END for /WATCH command
Tue, 05 Feb 2019 23:18:47 +0300 alfadur revert bc267f6b29d7
Tue, 05 Feb 2019 22:40:35 +0300 alfadur use literal bans by default
Sat, 08 Dec 2018 14:19:11 +0100 Wuzzy /registered_only now tells in chat whether the state is on or off
Sun, 02 Dec 2018 00:19:17 +0100 unc0rr Fix stray tab character 0.9.25-release
Sat, 24 Nov 2018 20:55:42 +0300 unC0Rr Cut dependency on yaml for non-official server builds
Sat, 01 Sep 2018 00:17:56 +0200 Wuzzy Translate "heads" and "tails" of gameServer
Fri, 31 Aug 2018 23:49:32 +0200 Wuzzy Make guest rejection error translatable
Sun, 26 Aug 2018 14:37:02 +0200 Wuzzy Add a couple of more useful server messages
Sat, 25 Aug 2018 19:23:19 +0200 Wuzzy GameServer: Refactor fake nick names into Consts
Tue, 21 Aug 2018 02:14:15 +0200 Wuzzy Fix some string/translation inconsistencies in strings related to leaving
Mon, 13 Aug 2018 16:01:58 +0200 Wuzzy Tweak some connection failure messages
Wed, 18 Jul 2018 01:35:59 +0200 Wuzzy Switch from http:// to https:// URLs where possible
Thu, 21 Jun 2018 23:09:20 +0200 unc0rr Store saved room in yaml
Thu, 28 Dec 2017 11:58:10 -0500 astro dependency fixes 0.9.23
Wed, 25 Oct 2017 20:38:51 +0200 unc0rr Use maybeNick from Utils, fixes empty nickname inserted in ROOMS protocol command parameters. Not tested, but builds, and it's Haskell...
Fri, 23 Dec 2016 23:29:00 +0300 unc0rr Only registered players regain their teams on rejoin
Sat, 01 Oct 2016 20:56:42 +0300 unc0rr Use regex match for bans
Sun, 28 Feb 2016 00:00:46 +0300 unc0rr - Fix room config being sent unmodified
Sat, 27 Feb 2016 20:56:49 +0300 unc0rr Fix build
Sat, 27 Feb 2016 09:44:13 +0300 unc0rr Finish implementation of ghost points served from server, not tested
Thu, 25 Feb 2016 23:17:52 +0300 unc0rr More work on best time ghost feature
Mon, 28 Dec 2015 21:21:02 +0300 unc0rr Allow toggling registration requirement on live server
Mon, 28 Dec 2015 08:43:38 +0300 unc0rr Don't send LIST command on join
Mon, 09 Nov 2015 21:09:51 +0300 unc0rr - Fix check which was supposed to prevent sending same record to different checkers
Sat, 07 Nov 2015 23:44:49 +0300 unc0rr Store some more details on game config in the database
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
Tue, 12 May 2015 22:38:33 +0300 unc0rr - Fix order of messages, also don't duplicate last timestamped message
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.
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.
Fri, 24 Jan 2014 12:05:39 +0100 Gianfranco Costamagna Added copyrights to gameServer directory
Sat, 07 Jun 2014 16:25:40 +0200 sheepluva committing patch from issue 798, as requested by unC0Rr
Fri, 28 Mar 2014 11:02:06 +0400 unc0rr Fix build
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, 20 Feb 2014 01:32:37 +0400 unc0rr Don't rewrite server ini file too often
Sun, 02 Feb 2014 00:37:00 +0400 unc0rr Actually do some actions when flood detected
Fri, 31 Jan 2014 12:45:51 +0400 unc0rr Fix build
Thu, 30 Jan 2014 00:18:32 +0400 unc0rr - Start work on flood detector
Tue, 28 Jan 2014 22:29:21 +0400 unc0rr This should help server bypass malformed replays
Sun, 26 Jan 2014 02:17:04 +0400 unc0rr Mutual authentication: server side
Thu, 23 Jan 2014 01:04:17 +0400 unc0rr - Implement /callvote
Thu, 23 Jan 2014 00:07:27 +0400 unc0rr - Allow delegation to specific person in fixed room
Wed, 22 Jan 2014 23:42:41 +0400 unc0rr Don't delegate special room to another player when owner quits
Tue, 21 Jan 2014 22:43:06 +0100 koda fixwhitespace and dos2unix
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Sun, 19 Jan 2014 00:18:28 +0400 Wohlstand Fix checker logon process
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
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Fri, 27 Dec 2013 01:23:12 +0400 unc0rr Store protocol number in database for replays
Fri, 13 Dec 2013 00:00:49 +0400 unc0rr - Remove obsolete protocol message
less more (0) -100 -60 tip