Wed, 17 Oct 2012 23:50:28 +0400 |
unc0rr |
Fix most of server warnings
|
file |
diff |
annotate
|
Thu, 09 Aug 2012 19:35:52 +0400 |
unc0rr |
Check if 'for' cycle body is executed at least once
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 03 Apr 2011 16:31:48 +0400 |
unc0rr |
Some polishing
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 06 Mar 2011 21:54:37 +0300 |
unc0rr |
- Write server config into .ini file on change
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Wed, 23 Feb 2011 18:34:07 +0300 |
unc0rr |
Don't forkIO main loop
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 21:50:29 +0300 |
unc0rr |
- Take into account hlint suggestions
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 02 Feb 2011 11:28:38 +0300 |
unc0rr |
Merge server refactor into default
|
file |
diff |
annotate
|
Sat, 29 Jan 2011 21:33:24 +0300 |
unc0rr |
- Reactivate pings timer, reimplement PING handler
server_refactor
|
file |
diff |
annotate
|
Thu, 27 Jan 2011 22:06:42 +0300 |
unc0rr |
Finally a solution for excess lazyness when working with unsafeThaw'ed arrays
server_refactor
|
file |
diff |
annotate
|
Sun, 19 Dec 2010 13:31:55 -0500 |
nemo |
Ok. This should pull 0.9.14.1 server into default
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 11 Nov 2010 22:17:54 +0300 |
unc0rr |
Revert to old server in branch 0.9.14
0.9.14
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 21:32:18 +0400 |
unc0rr |
Some screwing around in try to fix space leak. No luck yet.
|
file |
diff |
annotate
|
Mon, 16 Aug 2010 18:43:32 +0400 |
unc0rr |
Add some more strictness, use unsafeThaw and unsafeFreeze functions which work at O(1)
|
file |
diff |
annotate
|
Sun, 25 Jul 2010 22:39:59 +0400 |
unc0rr |
Some comments on the reason of the bug, leave bug not fixed yet
|
file |
diff |
annotate
|
Sun, 25 Jul 2010 18:55:54 +0400 |
unc0rr |
- burp's patch cleaning up module dependancies + cabal file
|
file |
diff |
annotate
|
Mon, 19 Jul 2010 23:31:08 +0400 |
unc0rr |
Run core timer
|
file |
diff |
annotate
|
Sun, 27 Jun 2010 21:06:41 +0400 |
unc0rr |
Properly handle client exit
|
file |
diff |
annotate
|
Sun, 06 Jun 2010 15:29:33 +0000 |
unc0rr |
Use sockets instead of handles, use bytestrings instead of strings
|
file |
diff |
annotate
|
Mon, 10 May 2010 17:48:06 +0000 |
unc0rr |
Make some more protocol commands work
|
file |
diff |
annotate
|
Sun, 09 May 2010 17:53:08 +0000 |
unc0rr |
Uses StateT monad instead of manually maintaining the state
|
file |
diff |
annotate
|
Thu, 06 May 2010 17:39:08 +0000 |
unc0rr |
Some more steps in refactoring
|
file |
diff |
annotate
|
Wed, 05 May 2010 08:01:37 +0000 |
unc0rr |
Start the server refactoring
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 10:59:20 +0000 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 18:28:33 +0000 |
unc0rr |
- Unbreak support for client versions prior to 0.9.13-dev
|
file |
diff |
annotate
|
Fri, 04 Sep 2009 12:48:44 +0000 |
unc0rr |
Some fixes suggested by hlint
|
file |
diff |
annotate
|
Sun, 21 Jun 2009 18:00:43 +0000 |
unc0rr |
Oops, fix database process interaction
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 17:56:52 +0000 |
unc0rr |
Send stats every minute
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 17:55:42 +0000 |
unc0rr |
Implement sending gameserver stats to webserver
|
file |
diff |
annotate
|
Mon, 25 May 2009 15:24:27 +0000 |
unc0rr |
Bring back authentication to official server, now using separate process to perform database interaction
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 20:29:38 +0000 |
unc0rr |
Ping clients every 30 seconds. Disconnection due to ping timeout to be implemented.
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 18:50:18 +0000 |
unc0rr |
Add simple DoS protection mechanism (although better than previous server had)
|
file |
diff |
annotate
|
Wed, 25 Feb 2009 17:12:32 +0000 |
unc0rr |
Retrieve client password from web database and ask for it
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 19:39:49 +0000 |
unc0rr |
Server now send ASKPASSWORD command to frontend when user has web account
|
file |
diff |
annotate
|
Mon, 23 Feb 2009 20:25:07 +0000 |
unc0rr |
Add options for configuring database access
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 15:04:40 +0000 |
unc0rr |
New game server:
|
file |
diff |
annotate
|