summaryrefslogtreecommitdiff
path: root/src/net/netcomputer.hpp
AgeCommit message (Collapse)AuthorFilesLines
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-96/+0
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-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-3/+3
2009-10-18Some random cleanupsThorbjørn Lindeijer1-1/+0
2009-01-25Compile without warnings and made getIP() constBjørn Lindeijer1-8/+5
2009-01-12Added getting IP, and restricting time between loginsDavid Athay1-0/+5
2008-11-20Made Bandwidth Monitor GlobalDavid Athay1-23/+0
2008-11-19Added bandwidth monitoringDavid Athay1-0/+24
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+97
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.