2011-05-15 |
unc0rr |
On restart command close server socket and spawn new server, keep running until last client quits
|
file |
diff |
annotate
|
2011-04-03 |
unc0rr |
Some polishing
|
file |
diff |
annotate
|
2011-03-10 |
unc0rr |
Send QUIT on exception too. This leads to double QUIT for a usual disconnection, yet is safe. Should fix crashes.
|
file |
diff |
annotate
|
2011-03-06 |
unc0rr |
- Write server config into .ini file on change
|
file |
diff |
annotate
|
2011-03-03 |
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
|
2011-02-23 |
unc0rr |
Don't forkIO main loop
|
file |
diff |
annotate
|
2011-02-06 |
unc0rr |
- Take into account hlint suggestions
|
file |
diff |
annotate
|
2011-02-05 |
unc0rr |
Add Unique field to Client structure, and use it to check for matching recieved account status with client
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
Merge server refactor into default
|
file |
diff |
annotate
|
2011-01-29 |
unc0rr |
- Reactivate pings timer, reimplement PING handler
server_refactor
|
file |
diff |
annotate
|
2011-01-27 |
unc0rr |
Finally a solution for excess lazyness when working with unsafeThaw'ed arrays
server_refactor
|
file |
diff |
annotate
|
2010-12-19 |
nemo |
Ok. This should pull 0.9.14.1 server into default
|
file |
diff |
annotate
|
2010-11-12 |
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
|
2010-11-11 |
unc0rr |
Revert to old server in branch 0.9.14
0.9.14
|
file |
diff |
annotate
|
2010-10-10 |
unc0rr |
Some screwing around in try to fix space leak. No luck yet.
|
file |
diff |
annotate
|
2010-08-16 |
unc0rr |
Add some more strictness, use unsafeThaw and unsafeFreeze functions which work at O(1)
|
file |
diff |
annotate
|
2010-07-25 |
unc0rr |
Some comments on the reason of the bug, leave bug not fixed yet
|
file |
diff |
annotate
|
2010-07-25 |
unc0rr |
- burp's patch cleaning up module dependancies + cabal file
|
file |
diff |
annotate
|
2010-07-19 |
unc0rr |
Run core timer
|
file |
diff |
annotate
|
2010-06-27 |
unc0rr |
Properly handle client exit
|
file |
diff |
annotate
|
2010-06-06 |
unc0rr |
Use sockets instead of handles, use bytestrings instead of strings
|
file |
diff |
annotate
|
2010-05-10 |
unc0rr |
Make some more protocol commands work
|
file |
diff |
annotate
|
2010-05-09 |
unc0rr |
Uses StateT monad instead of manually maintaining the state
|
file |
diff |
annotate
|
2010-05-06 |
unc0rr |
Some more steps in refactoring
|
file |
diff |
annotate
|
2010-05-05 |
unc0rr |
Start the server refactoring
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
2010-02-25 |
unc0rr |
- Unbreak support for client versions prior to 0.9.13-dev
|
file |
diff |
annotate
|
2009-09-04 |
unc0rr |
Some fixes suggested by hlint
|
file |
diff |
annotate
|
2009-06-21 |
unc0rr |
Oops, fix database process interaction
|
file |
diff |
annotate
|
2009-06-19 |
unc0rr |
Send stats every minute
|
file |
diff |
annotate
|
2009-06-19 |
unc0rr |
Implement sending gameserver stats to webserver
|
file |
diff |
annotate
|
2009-05-25 |
unc0rr |
Bring back authentication to official server, now using separate process to perform database interaction
|
file |
diff |
annotate
|
2009-03-27 |
unc0rr |
Ping clients every 30 seconds. Disconnection due to ping timeout to be implemented.
|
file |
diff |
annotate
|
2009-03-27 |
unc0rr |
Add simple DoS protection mechanism (although better than previous server had)
|
file |
diff |
annotate
|
2009-02-25 |
unc0rr |
Retrieve client password from web database and ask for it
|
file |
diff |
annotate
|
2009-02-24 |
unc0rr |
Server now send ASKPASSWORD command to frontend when user has web account
|
file |
diff |
annotate
|
2009-02-23 |
unc0rr |
Add options for configuring database access
|
file |
diff |
annotate
|
2009-02-18 |
unc0rr |
New game server:
|
file |
diff |
annotate
|