2013-02-20 |
unc0rr |
Workaround desync issue if I correctly understand its roots (barely tested)
|
file |
diff |
annotate
|
2013-02-17 |
unc0rr |
Sort checked files into dirs
|
file |
diff |
annotate
|
2013-02-16 |
unc0rr |
Some more work on checker
|
file |
diff |
annotate
|
2013-02-03 |
unc0rr |
Some work on loading replay and interaction with checker
|
file |
diff |
annotate
|
2013-01-25 |
unc0rr |
Some fixes
|
file |
diff |
annotate
|
2013-01-25 |
unc0rr |
Fix finding player's another clan
|
file |
diff |
annotate
|
2013-01-23 |
unc0rr |
Fix crashers
|
file |
diff |
annotate
|
2013-01-12 |
unc0rr |
Logon procedure for checkers, introduce invisible clients
|
file |
diff |
annotate
|
2013-01-11 |
unc0rr |
- Start work on checker
|
file |
diff |
annotate
|
2013-01-10 |
unc0rr |
Throw away stupid Data.Seq
|
file |
diff |
annotate
|
2012-12-05 |
unc0rr |
Change room name if room admin is kicked
flibqtfrontend
|
file |
diff |
annotate
|
2012-12-05 |
unc0rr |
"Registered users only" room flag
flibqtfrontend
|
file |
diff |
annotate
|
2012-11-07 |
unc0rr |
More strictness on room bans
|
file |
diff |
annotate
|
2012-10-28 |
unc0rr |
Choose first unused color for added team (addresses issue 431) + other small changes
|
file |
diff |
annotate
|
2012-10-17 |
unc0rr |
Fix most of server warnings
|
file |
diff |
annotate
|
2012-10-15 |
unc0rr |
Don't accept ROUNDFINISHED message twice. Fixes game hangs when half of teams quit game.
|
file |
diff |
annotate
|
2012-08-13 |
unc0rr |
Room bans. They're more simple, than the global ones: if you ban someone, he is banned by ip in this room for the rest of the room lifetime. Not tested.
|
file |
diff |
annotate
|
2012-06-28 |
unc0rr |
- Try sending remove message in 'finally' as a last resort
|
file |
diff |
annotate
|
2012-05-26 |
unc0rr |
Bring leftTeams back (with a fix) as it is apparently needed for spectators.
|
file |
diff |
annotate
|
2012-05-24 |
unc0rr |
- Restore pre-r9257cf8e7af2 behavior
|
file |
diff |
annotate
|
2012-04-22 |
unc0rr |
Allow LIST command while in room to not annoy old frontends (0.9.17 or less) with warnings
|
file |
diff |
annotate
|
2012-03-01 |
unc0rr |
Also consider game finished when the last player reports ROUNDFINISHED despite the correctness parameter.
|
file |
diff |
annotate
|
2012-02-24 |
unc0rr |
- Increase server version number due to rooms list protocol changes
|
file |
diff |
annotate
|
2011-11-20 |
unc0rr |
Fix empty teams list when trying to spectate
0.9.17
|
file |
diff |
annotate
|
2011-09-29 |
unc0rr |
GameInfo needs room params copy
|
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-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-12 |
unc0rr |
Start implementation of archivements/ratings on server side: replay saving routine
|
file |
diff |
annotate
|
2011-03-13 |
unc0rr |
Get rid of lastLogins, implement bans system
|
file |
diff |
annotate
|
2011-03-13 |
unc0rr |
- Remove not needed Show instances
|
file |
diff |
annotate
|
2011-03-12 |
unc0rr |
Better quit message
|
file |
diff |
annotate
|
2011-03-12 |
unc0rr |
- Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
|
file |
diff |
annotate
|
2011-03-09 |
unc0rr |
Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
|
file |
diff |
annotate
|
2011-03-06 |
unc0rr |
- Write server config into .ini file on change
|
file |
diff |
annotate
|
2011-03-05 |
unc0rr |
Store more parameters in ini file
|
file |
diff |
annotate
|
2011-03-05 |
unc0rr |
Use 'undefined' less (replace with default values and 'error')
|
file |
diff |
annotate
|
2011-03-05 |
unc0rr |
Use Maybe for storing client's clan, allows less error-prone spectator checks
|
file |
diff |
annotate
|
2011-03-04 |
unc0rr |
Add dbName parameter to .ini file, fix some warnings
|
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-27 |
unc0rr |
merge
|
file |
diff |
annotate
|
2011-02-24 |
unc0rr |
ShutdownException for server shutdown
|
file |
diff |
annotate
|
2011-02-23 |
unc0rr |
Remove deprecated statistics MVar
|
file |
diff |
annotate
|
2011-02-23 |
unc0rr |
Don't forkIO main loop
|
file |
diff |
annotate
|
2011-02-15 |
unc0rr |
Fix for my last commit (which was all nonsense)
|
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 |
KICK and BAN actions (ban has no protocol command for it yet)
|
file |
diff |
annotate
|
2011-02-02 |
unc0rr |
Merge server refactor into default
|
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
|
2010-12-26 |
unC0Rr |
Apply 2fa92e9a0a here
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-10 |
unc0rr |
Explicitly kill listening thread in try to prevent messages recieving bugs
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
|
2010-11-14 |
unc0rr |
Latest proto num is 35
0.9.14.1 0.9.14.1-release
|
file |
diff |
annotate
|
2010-11-13 |
nemo |
merge 0.9.14 back into trunk
|
file |
diff |
annotate
|
2010-11-13 |
unc0rr |
Update message
0.9.14
|
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
|