about summary refs log tree commit diff
path: root/src/mastersrv
AgeCommit message (Collapse)Author
2011-01-23Fixed ban adding in mastersrv (check for existing ban)m!nus
2011-01-23Add banning to mastersrv: any packet from a banned IP (and optionally a ↵m!nus
fixed port) will be dropped (also affects clients. Put your bans into master.cfg: "ban 127.0.0.1" or "ban 127.0.0.1:8303". It's reloaded every 5 minutes. This change also adds IStorage, IConsole and IKernel to mastersrv.
2010-11-20Updated copyrightsSworddragon
2010-05-29copied refactor to trunkMagnus Auvinen
2008-11-15upgraded the master server code so it can handle more serversMagnus Auvinen
2008-10-01fixed loggingMagnus Auvinen
2008-09-04fixed so old request methods work aswellMagnus Auvinen
2008-09-03added favorites. no saving of them yet howeverMagnus Auvinen
2008-08-31fixed connection less packets. they behave like the old version so version ↵Magnus Auvinen
server and master servers still work
2008-08-14moved out e_system, e_detect, vmath and math to a little base libraryMagnus Auvinen
2008-07-06major update. server clean up and much added documentationMagnus Auvinen
2008-04-05new network code. not perfect. connectionless packets is missing so no ↵Magnus Auvinen
server discovery is possible. reduced network traffic by A LOT
2008-02-10merged 0.3.4 changes to trunkMagnus Auvinen
2008-01-20fixed bug when switching fast from internet and lan tabsMagnus Auvinen
2007-12-15cleaned up code structure a bitMagnus Auvinen
2007-12-13fixed bug in the masterserver when using alt_addressMagnus Auvinen
2007-12-13fixed the master server to it support alternative addressMagnus Auvinen
2007-12-13fixed the master server to it support alternative addressMagnus Auvinen
2007-12-03changed masterserver port from 8383 to 8300Magnus Auvinen
2007-11-25added license infoMagnus Auvinen
2007-10-06fixed some C errorsMagnus Auvinen
2007-08-22major engine cleanup. dependency on baselib removed. engine is now C code ↵Magnus Auvinen
(not ansi tho). some other cruft removed aswell
2007-08-05made so that you can bind the server to a specific addressMagnus Auvinen
2007-07-21fixed alot of masterserver fixesMagnus Auvinen
2007-07-21lots of cool new features :D new master serverMagnus Auvinen