Sat, 02 Apr 2011 20:01:20 +0400 |
unc0rr |
Some fixes. Can't reproduce ghosts now.
|
file |
diff |
annotate
|
Mon, 28 Mar 2011 20:30:15 +0400 |
unc0rr |
More creation of sender thread to the reciever thread
|
file |
diff |
annotate
|
Mon, 21 Mar 2011 21:38:44 +0300 |
unc0rr |
Fix ghost players (used Prelude.catch instead of Control.Exception.catch)
|
file |
diff |
annotate
|
Sun, 20 Mar 2011 15:03:39 +0100 |
EJ |
Replaced bs2packs.
|
file |
diff |
annotate
|
Mon, 21 Mar 2011 21:04:20 +0300 |
EJ |
Changed the standard show function to Text.Show.ByteString, and misc.
|
file |
diff |
annotate
|
Mon, 14 Mar 2011 20:08:53 +0300 |
unc0rr |
No unblock needed
|
file |
diff |
annotate
|
Mon, 14 Mar 2011 20:04:51 +0300 |
unc0rr |
I must have been on drugs when wrote it
|
file |
diff |
annotate
|
Sat, 12 Mar 2011 22:55:25 +0300 |
unc0rr |
Better quit message
|
file |
diff |
annotate
|
Sat, 12 Mar 2011 22:42:01 +0300 |
unc0rr |
- Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
|
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
|
Wed, 09 Mar 2011 22:11:29 +0300 |
unc0rr |
Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
|
file |
diff |
annotate
|
Fri, 04 Mar 2011 22:45:28 +0300 |
unc0rr |
Add dbName parameter to .ini file, fix some warnings
|
file |
diff |
annotate
|
Sun, 06 Feb 2011 21:50:29 +0300 |
unc0rr |
- Take into account hlint suggestions
|
file |
diff |
annotate
|
Wed, 02 Feb 2011 11:28:38 +0300 |
unc0rr |
Merge server refactor into default
|
file |
diff |
annotate
|
Fri, 28 Jan 2011 22:34:07 +0300 |
unc0rr |
Make client quit on send exception (was commented due to another approach in handling connection lost)
server_refactor
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 10 Jan 2011 18:57:44 +0300 |
unc0rr |
Explicitly kill listening thread in try to prevent messages recieving bugs
server_refactor
|
file |
diff |
annotate
|
Sun, 19 Dec 2010 13:33:45 -0500 |
nemo |
Merge unc0rr's rearranging of MAP/MAPGEN messages, also his suggested increase of char limit to 20000 and addition of the "c" game message
|
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
|
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
|
Sun, 27 Jun 2010 21:06:41 +0400 |
unc0rr |
Properly handle client exit
|
file |
diff |
annotate
|
Sun, 06 Jun 2010 19:03:06 +0000 |
unc0rr |
Reimplement more core actions
|
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
|
Thu, 06 May 2010 17:39:08 +0000 |
unc0rr |
Some more steps in refactoring
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 13:45:25 +0000 |
unc0rr |
Fix sending routine
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 13:40:40 +0000 |
unc0rr |
- Convert strings from utf-8 on recieve, and back to utf-8 when send them
|
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 16:50:52 +0000 |
unc0rr |
Fixes suggested by hlint tool
|
file |
diff |
annotate
|
Fri, 04 Sep 2009 07:04:27 +0000 |
unc0rr |
Drop support for ghc 6.8, use 6.10 instead
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 05:44:13 +0000 |
unc0rr |
Patch for compiling with 6.10 (define NEW_EXCEPTIONS to do that)
|
file |
diff |
annotate
|
Wed, 27 May 2009 15:29:30 +0000 |
unc0rr |
- Prevent server from producing zombies
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 19:58:21 +0000 |
unc0rr |
- More verbose output
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 15:04:40 +0000 |
unc0rr |
New game server:
|
file |
diff |
annotate
|