about summary refs log tree commit diff
path: root/src/mastersrv/mastersrv.cpp
AgeCommit message (Collapse)Author
2012-01-09cleaned up content folder creation. Closes #845oy
2012-01-06made bindaddr config work for client and master too. Closes #909oy
2011-12-29reworked ban systemoy
2011-04-15fixed problem with the master serveroy
2011-04-13added "Whitespace and line Endings cleanup" by GreYFoXoy
2011-04-08mapped IPv4 addresses within master servers server list to IPv6 to decrease ↵oy
the size of an entry and increased the servers per packet
2011-04-02changed how server types are distinguished and fixed a few bugsm!nus
2011-04-02added downward compatibility to mastersrv for 0.5 (and earlier)m!nus
2011-03-30finished IPv6 support (master servers aren't compatible with 0.5 and older). ↵oy
Closes #233
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-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
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-11-25added license infoMagnus 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