2011-12-29 |
unc0rr |
Send full room info on room add and update events. Less(?) traffic, but current frontend doesn't behave good with this change to server.
|
file |
diff |
annotate
|
2011-10-23 |
unc0rr |
Case-insensitive comparison of nicks
|
file |
diff |
annotate
|
2011-09-27 |
unc0rr |
Introduce EngineInteraction module
|
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-09-16 |
unc0rr |
- Allow 8 teams in game on 0.9.16-dev
|
file |
diff |
annotate
|
2011-08-15 |
unc0rr |
Don't allow to join other protocol room using FOLLOW command (not tested)
|
file |
diff |
annotate
|
2011-07-23 |
unc0rr |
Implement command for banning by ip and a command for bans list
|
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-03 |
unc0rr |
Some polishing
|
file |
diff |
annotate
|
2011-03-21 |
EJ |
Changed the standard show function to Text.Show.ByteString, and misc.
|
file |
diff |
annotate
|
2011-03-06 |
unc0rr |
- Write server config into .ini file on change
|
file |
diff |
annotate
|
2011-03-05 |
unc0rr |
Fix build
|
file |
diff |
annotate
|
2011-03-05 |
unc0rr |
Better support for 0.9.15
|
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-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-15 |
unc0rr |
Fix for my last commit (which was all nonsense)
|
file |
diff |
annotate
|
2011-02-08 |
unc0rr |
Merge MAP, MAPGEN and SEED params into one on room join, so engine isn't spawned three times for a preview. Not tested as I'm unable to see my rooms (why?)
|
file |
diff |
annotate
|
2011-02-06 |
unc0rr |
- Take into account hlint suggestions
|
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 |
Merge server refactor into default
|
file |
diff |
annotate
|
2010-12-24 |
unc0rr |
Pass SCHEME before AMMO
|
file |
diff |
annotate
|
2011-01-30 |
unc0rr |
Reimplement a bunch of administrator commands
server_refactor
|
file |
diff |
annotate
|
2011-01-30 |
unc0rr |
Reimplement KICK
server_refactor
|
file |
diff |
annotate
|
2011-01-30 |
unc0rr |
Reimplement FOLLOW
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-26 |
unc0rr |
Send spectators info
server_refactor
|
file |
diff |
annotate
|
2011-01-26 |
unc0rr |
Send teams info on join
server_refactor
|
file |
diff |
annotate
|
2011-01-25 |
unc0rr |
Send room config to client
server_refactor
|
file |
diff |
annotate
|
2011-01-10 |
unc0rr |
Bring back room and teams removing
server_refactor
|
file |
diff |
annotate
|
2010-12-19 |
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
|
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 |
koda |
fix compilation server for me
0.9.14.1
|
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-07-17 |
unc0rr |
Reimplement REMOVE_TEAM
|
file |
diff |
annotate
|
2010-06-27 |
unc0rr |
Properly handle client exit
|
file |
diff |
annotate
|
2010-06-25 |
unc0rr |
Reimplement ADD_TEAM
|
file |
diff |
annotate
|
2010-06-23 |
unc0rr |
Reimplement CFG protocol command
|
file |
diff |
annotate
|
2010-06-22 |
unc0rr |
Partially reimplement joining rooms
|
file |
diff |
annotate
|
2010-06-08 |
unc0rr |
Some more progress
|
file |
diff |
annotate
|
2010-06-06 |
unc0rr |
Reimplement more core actions
|
file |
diff |
annotate
|
2010-06-06 |
unc0rr |
Use sockets instead of handles, use bytestrings instead of strings
|
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-04-03 |
unc0rr |
Some stuff for game server administration task
|
file |
diff |
annotate
|
2010-04-03 |
unc0rr |
Oops, fix server
|
file |
diff |
annotate
|
2010-04-02 |
unc0rr |
Allow to set motd for old client versions (not used yet, as server needs some refactoring)
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
Fix "FOLLOW" command handler and place it into proper file
|
file |
diff |
annotate
|
2010-02-25 |
unc0rr |
- Unbreak support for client versions prior to 0.9.13-dev
|
file |
diff |
annotate
|
2009-10-07 |
unc0rr |
Server provides more info in rooms list
|
file |
diff |
annotate
|
2009-09-04 |
unc0rr |
Fixes suggested by hlint tool
|
file |
diff |
annotate
|
2009-06-12 |
unc0rr |
Implement ability for server admin to clear accounts cache
|
file |
diff |
annotate
|
2009-06-07 |
unc0rr |
Forbid room names and nicknames consisting only of space characters
|
file |
diff |
annotate
|
2009-05-27 |
unc0rr |
- Prevent server from producing zombies
|
file |
diff |
annotate
|
2009-03-27 |
unc0rr |
Allow admin to set server's motd
|
file |
diff |
annotate
|
2009-03-21 |
unc0rr |
- Use QCryptographicHash for md5
|
file |
diff |
annotate
|
2009-03-08 |
unc0rr |
Send MAP config param last
|
file |
diff |
annotate
|