summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-022-2/+2
* Use nullptr instead of NULL everywhereErik Schilling2013-04-272-3/+3
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-032-0/+2
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-096-9/+9
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-055-79/+245
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-123-10/+4
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-1412-18/+18
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-034-18/+19
* Merge branch 'testing'Freeyorp2010-08-294-0/+56
|\
| * Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira2010-08-042-0/+21
| |\
| * | New attribute system and major changes to many low-level areas.Freeyorp2010-07-104-0/+56
* | | Fix enet check macros.Freeyorp2010-08-132-3/+3
* | | Fix enet version checkJared Adams2010-08-092-3/+15
| |/ |/|
* | Fix enet version checkJared Adams2010-08-022-13/+7
* | Add support for enet 1.3Jared Adams2010-08-022-0/+27
|/
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-161-14/+4
* Update Copyright date for Manaserv.Bertram2010-02-0712-12/+12
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-0612-90/+79
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-066-14/+14
* Some random cleanupsThorbjørn Lindeijer2009-10-184-4/+2
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-092-3/+0
* Made it possible to specify the host to listen onBjørn Lindeijer2009-05-242-3/+11
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-263-7/+8
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-241-1/+2
* Compile without warnings and made getIP() constBjørn Lindeijer2009-01-252-18/+11
* Added getting IP, and restricting time between loginsDavid Athay2009-01-122-0/+10
* Made Bandwidth Monitor GlobalDavid Athay2008-11-207-92/+70
* Added bandwidth monitoringDavid Athay2008-11-197-5/+174
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-1610-20/+0
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-262-15/+29
* Fixed some compiler errors/warnings.Bjørn Lindeijer2008-04-201-2/+6
* Made it compile with GCC 4.3Guillaume Melquiond2007-10-273-7/+10
* Removed useless references to script header.Guillaume Melquiond2007-08-091-13/+0
* Changed some argument types. Added untested protocol for moving objects betwe...Guillaume Melquiond2007-08-082-14/+8
* Added support for trading.Guillaume Melquiond2007-07-292-0/+12
* 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-314-3/+29
* Moved writing of incoming messages into MessageIn and tweaked the printing ofBjørn Lindeijer2007-03-313-10/+43
* 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-113-27/+17
* Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2007-01-062-3/+6
* Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond2007-01-053-15/+18
* Server-side implementation of item pick-up.Guillaume Melquiond2007-01-042-28/+21
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-2910-0/+1078