summaryrefslogtreecommitdiffstats
path: root/src/net/connectionhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-1/+1
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-1/+1
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-3/+3
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-6/+6
* Fix enet check macros.Freeyorp2010-08-131-1/+1
* Fix enet version checkJared Adams2010-08-091-1/+7
* Fix enet version checkJared Adams2010-08-021-4/+2
* Add support for enet 1.3Jared Adams2010-08-021-0/+11
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Some random cleanupsThorbjørn Lindeijer2009-10-181-1/+1
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-1/+0
* Made it possible to specify the host to listen onBjørn Lindeijer2009-05-241-2/+6
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-241-1/+2
* Made Bandwidth Monitor GlobalDavid Athay2008-11-201-1/+2
* Added bandwidth monitoringDavid Athay2008-11-191-0/+2
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Fixed some compiler errors/warnings.Bjørn Lindeijer2008-04-201-2/+6
* Made it compile with GCC 4.3Guillaume Melquiond2007-10-271-1/+4
* Removed useless references to script header.Guillaume Melquiond2007-08-091-13/+0
* Moved writing of incoming messages into MessageIn and tweaked the printing ofBjørn Lindeijer2007-03-311-6/+6
* Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak2007-03-111-17/+4
* Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2007-01-061-2/+2
* Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond2007-01-051-8/+9
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+166