2011-10-23 |
unc0rr |
Case-insensitive comparison of nicks
|
file |
diff |
annotate
|
2011-09-27 |
unc0rr |
Introduce EngineInteraction module
|
file |
diff |
annotate
|
2011-09-24 |
unc0rr |
Store replays for further analysis
|
file |
diff |
annotate
|
2011-09-23 |
unc0rr |
Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
|
file |
diff |
annotate
|
2011-07-23 |
unc0rr |
Implement command for banning by ip and a command for bans list
|
file |
diff |
annotate
|
2011-05-22 |
unc0rr |
60 seconds cooldown ban on kick
|
file |
diff |
annotate
|
2011-05-16 |
unc0rr |
Don't perform RestartServer action when already did it once
|
file |
diff |
annotate
|
2011-05-16 |
unc0rr |
Don't send stats after spawning new server
|
file |
diff |
annotate
|
2011-05-15 |
unc0rr |
Pass correct arguments on restart
|
file |
diff |
annotate
|
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-27 |
nemo |
update iphone too
|
file |
diff |
annotate
|
2011-04-12 |
unc0rr |
Start implementation of archivements/ratings on server side: replay saving routine
|
file |
diff |
annotate
|
2011-04-07 |
unc0rr |
Fix crash in server (accessing deleted room)
|
file |
diff |
annotate
|
2011-04-03 |
unc0rr |
Fix crash when old room admin becomes new room admin
|
file |
diff |
annotate
|
2011-04-03 |
unc0rr |
Show only logged-in clients quit messages
|
file |
diff |
annotate
|
2011-04-03 |
unc0rr |
Use readInt_
|
file |
diff |
annotate
|
2011-04-02 |
unc0rr |
Some fixes. Can't reproduce ghosts now.
|
file |
diff |
annotate
|
2011-03-28 |
unc0rr |
More creation of sender thread to the reciever thread
|
file |
diff |
annotate
|
2011-03-21 |
EJ |
Changed the standard show function to Text.Show.ByteString, and misc.
|
file |
diff |
annotate
|
2011-03-13 |
unc0rr |
Don't add ip ban with new timestamp when user gets kicked due to ban
|
file |
diff |
annotate
|
2011-03-13 |
unc0rr |
Get rid of lastLogins, implement bans system
|
file |
diff |
annotate
|
2011-03-13 |
unc0rr |
Oops
|
file |
diff |
annotate
|
2011-03-13 |
unc0rr |
Implement Store truncating, so the memory even gets freed sometimes
|
file |
diff |
annotate
|
2011-03-11 |
unc0rr |
- Fix a problem with ghost teams (missing 'not')
|
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-08 |
unc0rr |
Fix check for duplicated nickname
|
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-28 |
unc0rr |
Add server version (which is separate from protocol version) and a check in frontend for a new enough server (currently only qWarning)
|
file |
diff |
annotate
|
2011-02-27 |
unc0rr |
Start new server on RestartException
|
file |
diff |
annotate
|
2011-02-27 |
unc0rr |
merge
|
file |
diff |
annotate
|
2011-02-24 |
unc0rr |
ShutdownException for server shutdown
|
file |
diff |
annotate
|
2011-02-23 |
unc0rr |
Don't forkIO main loop
|
file |
diff |
annotate
|
2011-02-16 |
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)
|
file |
diff |
annotate
|
2011-02-06 |
unc0rr |
- Take into account hlint suggestions
|
file |
diff |
annotate
|
2011-02-05 |
unc0rr |
Fix admin stuff :D
|
file |
diff |
annotate
|
2011-02-05 |
unc0rr |
Fix password checking
|
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-05 |
unc0rr |
Convert READY and NOT_READY messages to CLIENT_FLAGS message
|
file |
diff |
annotate
|
2011-02-03 |
unc0rr |
Stub for server restart command
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
- Implement BAN protocol command
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
KICK and BAN actions (ban has no protocol command for it yet)
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
Fix merge :D
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
Merge server refactor into default
|
file |
diff |
annotate
|
2011-01-27 |
sheepluva |
how about we 60-sec-ban the _kicked user_ instead of the _admin that kicked that user_? :P
0.9.15
|
file |
diff |
annotate
|
2011-01-20 |
unc0rr |
Impement 60 seconds ban after kick from server. Not tested at all.
0.9.15
|
file |
diff |
annotate
|
2011-01-31 |
unc0rr |
Implement room delegation when admin lefts it
server_refactor
|
file |
diff |
annotate
|
2011-01-29 |
unc0rr |
Introduce numbered server notice messages
server_refactor
|
file |
diff |
annotate
|
2011-01-28 |
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
|
file |
diff |
annotate
|
2011-01-28 |
unc0rr |
Reimplement some more Actions
server_refactor
|
file |
diff |
annotate
|
2011-01-27 |
unc0rr |
io = liftIO
server_refactor
|
file |
diff |
annotate
|
2011-01-27 |
unc0rr |
Reimplement one more Action
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
|
2011-01-25 |
unc0rr |
Send room config to client
server_refactor
|
file |
diff |
annotate
|
2011-01-25 |
unc0rr |
Another approach for fixing listener thread issues, should finally get rid of all problems. Not tested.
server_refactor
|
file |
diff |
annotate
|
2011-01-10 |
unc0rr |
Explicitly kill listening thread in try to prevent messages recieving bugs
server_refactor
|
file |
diff |
annotate
|
2011-01-10 |
unc0rr |
Fix typo
server_refactor
|
file |
diff |
annotate
|
2011-01-10 |
unc0rr |
Bring back room and teams removing
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-14 |
nemo |
merge 0.9.14.1 to trunk
|
file |
diff |
annotate
|