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