gameServer/NetRoutines.hs
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Wed, 29 Apr 2015 17:17:40 +0300 unc0rr Catch exceptions in accept() call
Fri, 24 Jan 2014 12:05:39 +0100 Gianfranco Costamagna Added copyrights to gameServer directory
Fri, 31 Jan 2014 16:51:20 +0400 unc0rr More work on flood detector
Mon, 27 Jan 2014 00:33:42 +0400 unc0rr Some love to pas2c
Sun, 26 Jan 2014 02:17:04 +0400 unc0rr Mutual authentication: server side
Sun, 13 Oct 2013 21:53:42 +0400 unc0rr Send +i status of all players to logged-in users
Wed, 28 Aug 2013 23:44:27 +0400 unc0rr 'c' flag for contributors
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.
Wed, 10 Apr 2013 22:48:14 +0400 unc0rr - Revert server workaround over desync from r98e2dbdda8c0
Wed, 20 Feb 2013 22:54:16 +0400 unc0rr Workaround desync issue if I correctly understand its roots (barely tested)
Sat, 16 Feb 2013 23:28:16 +0400 unc0rr Some more work on checker
Sun, 13 Jan 2013 01:02:08 +0400 unc0rr Logon procedure for checkers, introduce invisible clients
Sat, 12 Jan 2013 01:18:50 +0400 unc0rr - Start work on checker
Thu, 06 Dec 2012 00:24:20 +0400 unc0rr Change room name if room admin is kicked flibqtfrontend
Wed, 17 Oct 2012 23:50:28 +0400 unc0rr Fix most of server warnings
Tue, 16 Oct 2012 00:05:58 +0400 unc0rr Don't accept ROUNDFINISHED message twice. Fixes game hangs when half of teams quit game.
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
Sat, 05 Mar 2011 22:23:14 +0300 unc0rr Use 'undefined' less (replace with default values and 'error')
Sat, 05 Mar 2011 22:16:29 +0300 unc0rr Use Maybe for storing client's clan, allows less error-prone spectator checks
Sun, 06 Feb 2011 21:50:29 +0300 unc0rr - Take into account hlint suggestions
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
Wed, 02 Feb 2011 21:23:12 +0300 unc0rr Fix merge :D
Sun, 19 Dec 2010 13:31:55 -0500 nemo Ok. This should pull 0.9.14.1 server into default
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
Tue, 08 Jun 2010 18:20:49 +0000 unc0rr Some more progress
Sun, 06 Jun 2010 15:29:33 +0000 unc0rr Use sockets instead of handles, use bytestrings instead of strings
Thu, 06 May 2010 17:39:08 +0000 unc0rr Some more steps in refactoring
Wed, 05 May 2010 08:01:37 +0000 unc0rr Start the server refactoring
Thu, 25 Feb 2010 18:28:33 +0000 unc0rr - Unbreak support for client versions prior to 0.9.13-dev
Sat, 03 Oct 2009 09:35:14 +0000 unc0rr - Proper /team command implementation
Fri, 04 Sep 2009 07:04:27 +0000 unc0rr Drop support for ghc 6.8, use 6.10 instead
Wed, 05 Aug 2009 05:44:13 +0000 unc0rr Patch for compiling with 6.10 (define NEW_EXCEPTIONS to do that)
Thu, 09 Jul 2009 14:36:41 +0000 nemo unc0rr's patch from issue #144 - prevent spectators from ruining the game
Sun, 19 Apr 2009 11:40:41 +0000 unc0rr Some work to try prevent stack memory leak
Fri, 27 Mar 2009 20:29:38 +0000 unc0rr Ping clients every 30 seconds. Disconnection due to ping timeout to be implemented.
Fri, 27 Mar 2009 18:50:18 +0000 unc0rr Add simple DoS protection mechanism (although better than previous server had)
Fri, 27 Mar 2009 14:02:27 +0000 unc0rr Prepare to add ability for admin to set MOTD
Thu, 26 Mar 2009 13:54:02 +0000 unc0rr - Better ip2string implementation
Fri, 27 Feb 2009 19:51:22 +0000 unc0rr Set admin flag and send admin notification to users with rid equal to 3
Wed, 25 Feb 2009 17:12:32 +0000 unc0rr Retrieve client password from web database and ask for it
Tue, 24 Feb 2009 19:39:49 +0000 unc0rr Server now send ASKPASSWORD command to frontend when user has web account
Wed, 18 Feb 2009 15:04:40 +0000 unc0rr New game server:
less more (0) tip