summaryrefslogtreecommitdiff
path: root/src/net/netcomputer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-4/+4
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-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-09Synced the protocol file with client in protocol.h, letting other defines in ↵Bertram1-2/+0
defines.h, and removing some overheading along the way.
2009-01-25Compile without warnings and made getIP() constBjørn Lindeijer1-10/+6
2009-01-12Added getting IP, and restricting time between loginsDavid Athay1-0/+5
2008-11-20Made Bandwidth Monitor GlobalDavid Athay1-26/+1
2008-11-19Added bandwidth monitoringDavid Athay1-5/+35
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-4/+5
2007-03-31Moved writing of outgoing messages into MessageOut and added printing of theBjørn Lindeijer1-1/+1
message ID.
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-5/+4
2007-03-11Added a utils::processor namespace and a function to determine if, the ↵Rogier Polak1-4/+13
processor the program is running on, is little-endian or big-endian.
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ↵Guillaume Melquiond1-3/+2
needed messages.
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-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.