summaryrefslogtreecommitdiffstats
path: root/src/net/netcomputer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-1/+1
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-4/+4
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-2/+0
* Compile without warnings and made getIP() constBjørn Lindeijer2009-01-251-10/+6
* Added getting IP, and restricting time between loginsDavid Athay2009-01-121-0/+5
* Made Bandwidth Monitor GlobalDavid Athay2008-11-201-26/+1
* Added bandwidth monitoringDavid Athay2008-11-191-5/+35
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Merged guilds-and-parties branch to trunkDavid Athay2007-06-261-4/+5
* Moved writing of outgoing messages into MessageOut and added printing of theBjørn Lindeijer2007-03-311-1/+1
* Added a TokenCollector class for matching magic_tokens.Rogier Polak2007-03-181-5/+4
* Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak2007-03-111-4/+13
* Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond2007-01-051-3/+2
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+94