gameServer/Actions.hs
Sat, 23 Jul 2011 09:30:51 +0400 unc0rr Implement command for banning by ip and a command for bans list
Sun, 22 May 2011 19:44:53 +0400 unc0rr 60 seconds cooldown ban on kick
Mon, 16 May 2011 22:04:59 +0400 unc0rr Don't perform RestartServer action when already did it once
Mon, 16 May 2011 22:03:14 +0400 unc0rr Don't send stats after spawning new server
Sun, 15 May 2011 18:16:13 +0400 unc0rr Pass correct arguments on restart
Sun, 15 May 2011 18:10:01 +0400 unc0rr On restart command close server socket and spawn new server, keep running until last client quits
Wed, 27 Apr 2011 11:11:45 -0400 nemo update iphone too
Tue, 12 Apr 2011 22:31:48 +0400 unc0rr Start implementation of archivements/ratings on server side: replay saving routine
Thu, 07 Apr 2011 21:43:43 +0400 unc0rr Fix crash in server (accessing deleted room)
Sun, 03 Apr 2011 16:31:40 +0400 unc0rr Fix crash when old room admin becomes new room admin
Sun, 03 Apr 2011 13:34:04 +0400 unc0rr Show only logged-in clients quit messages
Sun, 03 Apr 2011 13:31:33 +0400 unc0rr Use readInt_
Sat, 02 Apr 2011 20:01:20 +0400 unc0rr Some fixes. Can't reproduce ghosts now.
Mon, 28 Mar 2011 20:30:15 +0400 unc0rr More creation of sender thread to the reciever thread
Mon, 21 Mar 2011 21:04:20 +0300 EJ Changed the standard show function to Text.Show.ByteString, and misc.
Sun, 13 Mar 2011 20:25:44 +0300 unc0rr Don't add ip ban with new timestamp when user gets kicked due to ban
Sun, 13 Mar 2011 20:21:27 +0300 unc0rr Get rid of lastLogins, implement bans system
Sun, 13 Mar 2011 15:09:29 +0300 unc0rr Oops
Sun, 13 Mar 2011 15:09:04 +0300 unc0rr Implement Store truncating, so the memory even gets freed sometimes
Fri, 11 Mar 2011 22:22:28 +0300 unc0rr - Fix a problem with ghost teams (missing 'not')
Thu, 10 Mar 2011 22:28:40 +0300 unc0rr Send QUIT on exception too. This leads to double QUIT for a usual disconnection, yet is safe. Should fix crashes.
Tue, 08 Mar 2011 21:27:44 +0300 unc0rr Fix check for duplicated nickname
Sun, 06 Mar 2011 21:54:37 +0300 unc0rr - Write server config into .ini file on change
Thu, 03 Mar 2011 22:15:13 +0300 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)
Mon, 28 Feb 2011 22:04:10 +0300 unc0rr Add server version (which is separate from protocol version) and a check in frontend for a new enough server (currently only qWarning)
Sun, 27 Feb 2011 20:15:09 +0300 unc0rr Start new server on RestartException
Sun, 27 Feb 2011 19:32:14 +0300 unc0rr merge
Thu, 24 Feb 2011 22:01:36 +0300 unc0rr ShutdownException for server shutdown
Wed, 23 Feb 2011 18:34:07 +0300 unc0rr Don't forkIO main loop
Wed, 16 Feb 2011 12:07:30 +0300 unc0rr Okay, a compatibility layer for clients of 0.9.15 version (not sure about old versions, as I removed all compatibility hacks for older versions previously)
Sun, 06 Feb 2011 21:50:29 +0300 unc0rr - Take into account hlint suggestions
Sat, 05 Feb 2011 23:37:25 +0300 unc0rr Fix admin stuff :D
Sat, 05 Feb 2011 23:33:10 +0300 unc0rr Fix password checking
Sat, 05 Feb 2011 11:32:15 +0300 unc0rr Add Unique field to Client structure, and use it to check for matching recieved account status with client
Sat, 05 Feb 2011 11:05:16 +0300 unc0rr Convert READY and NOT_READY messages to CLIENT_FLAGS message
Thu, 03 Feb 2011 22:29:10 +0300 unc0rr Stub for server restart command
Wed, 02 Feb 2011 22:19:10 +0300 unc0rr - Implement BAN protocol command
Wed, 02 Feb 2011 21:53:19 +0300 unc0rr KICK and BAN actions (ban has no protocol command for it yet)
Wed, 02 Feb 2011 21:23:12 +0300 unc0rr Fix merge :D
Wed, 02 Feb 2011 11:28:38 +0300 unc0rr Merge server refactor into default
Thu, 27 Jan 2011 22:55:11 +0100 sheepluva how about we 60-sec-ban the _kicked user_ instead of the _admin that kicked that user_? :P 0.9.15
Thu, 20 Jan 2011 21:12:50 +0300 unc0rr Impement 60 seconds ban after kick from server. Not tested at all. 0.9.15
Mon, 31 Jan 2011 21:40:17 +0300 unc0rr Implement room delegation when admin lefts it server_refactor
Sat, 29 Jan 2011 13:43:07 +0300 unc0rr Introduce numbered server notice messages server_refactor
Fri, 28 Jan 2011 22:21:29 +0300 unc0rr Force RNF in AnswerClients too, in order to prevent lazyness in actions (most probably it's redundant to do that, still I do) server_refactor
Fri, 28 Jan 2011 22:19:06 +0300 unc0rr Reimplement some more Actions server_refactor
Thu, 27 Jan 2011 22:14:14 +0300 unc0rr io = liftIO server_refactor
Thu, 27 Jan 2011 22:10:24 +0300 unc0rr Reimplement one more Action server_refactor
Thu, 27 Jan 2011 22:06:42 +0300 unc0rr Finally a solution for excess lazyness when working with unsafeThaw'ed arrays server_refactor
Tue, 25 Jan 2011 22:23:08 +0300 unc0rr Send room config to client server_refactor
Tue, 25 Jan 2011 22:13:34 +0300 unc0rr Another approach for fixing listener thread issues, should finally get rid of all problems. Not tested. server_refactor
Mon, 10 Jan 2011 18:57:44 +0300 unc0rr Explicitly kill listening thread in try to prevent messages recieving bugs server_refactor
Mon, 10 Jan 2011 18:14:05 +0300 unc0rr Fix typo server_refactor
Mon, 10 Jan 2011 18:12:13 +0300 unc0rr Bring back room and teams removing server_refactor
Sun, 19 Dec 2010 13:31:55 -0500 nemo Ok. This should pull 0.9.14.1 server into default
Sun, 14 Nov 2010 15:06:02 -0500 nemo merge 0.9.14.1 to trunk
Sun, 14 Nov 2010 20:06:47 +0100 koda fix compilation server for me 0.9.14.1
Fri, 12 Nov 2010 18:57:36 -0500 nemo This revision should, in theory, correctly merge 0.9.14 and tip, so that future merges of 0.9.14 should work properly
Thu, 11 Nov 2010 22:17:54 +0300 unc0rr Revert to old server in branch 0.9.14 0.9.14
Sun, 10 Oct 2010 21:32:18 +0400 unc0rr Some screwing around in try to fix space leak. No luck yet.
less more (0) -100 -60 tip