Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-14 | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 1 | -4/+4 | |
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix. | |||||
2010-02-07 | Update Copyright date for Manaserv. | Bertram | 1 | -1/+1 | |
2009-12-06 | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 1 | -7/+6 | |
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions. | |||||
2009-10-09 | Synced the protocol file with client in protocol.h, letting other defines in ↵ | Bertram | 1 | -2/+0 | |
defines.h, and removing some overheading along the way. | |||||
2009-01-25 | Compile without warnings and made getIP() const | Bjørn Lindeijer | 1 | -10/+6 | |
2009-01-12 | Added getting IP, and restricting time between logins | David Athay | 1 | -0/+5 | |
2008-11-20 | Made Bandwidth Monitor Global | David Athay | 1 | -26/+1 | |
2008-11-19 | Added bandwidth monitoring | David Athay | 1 | -5/+35 | |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
2007-06-26 | Merged guilds-and-parties branch to trunk | David Athay | 1 | -4/+5 | |
2007-03-31 | Moved writing of outgoing messages into MessageOut and added printing of the | Bjørn Lindeijer | 1 | -1/+1 | |
message ID. | |||||
2007-03-18 | Added a TokenCollector class for matching magic_tokens. | Rogier Polak | 1 | -5/+4 | |
2007-03-11 | Added a utils::processor namespace and a function to determine if, the ↵ | Rogier Polak | 1 | -4/+13 | |
processor the program is running on, is little-endian or big-endian. | |||||
2007-01-05 | Simplified handling of verbosity levels. Optimized code by generating only ↵ | Guillaume Melquiond | 1 | -3/+2 | |
needed messages. | |||||
2006-12-29 | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 1 | -0/+94 | |
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories. |