summaryrefslogtreecommitdiff
path: root/src/net/connectionhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Added support for logging in with StellarThorbjørn Lindeijer1-5/+16
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-5/+2
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-6/+4
2022-08-19Added net_accountListenToGameHost config optionThorbjørn Lindeijer1-1/+1
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-1/+1
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-1/+1
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-3/+3
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-6/+6
2010-08-13Fix enet check macros.Freeyorp1-1/+1
2010-08-09Fix enet version checkJared Adams1-1/+7
2010-08-02Fix enet version checkJared Adams1-4/+2
2010-08-02Add support for enet 1.3Jared Adams1-0/+11
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-10-18Some random cleanupsThorbjørn Lindeijer1-1/+1
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer1-2/+6
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-1/+2
2008-11-20Made Bandwidth Monitor GlobalDavid Athay1-1/+2
2008-11-19Added bandwidth monitoringDavid Athay1-0/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer1-2/+6
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-1/+4
2007-08-09Removed useless references to script header.Guillaume Melquiond1-13/+0
2007-03-31Moved writing of incoming messages into MessageIn and tweaked the printing ofBjørn Lindeijer1-6/+6
2007-03-11Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak1-17/+4
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer1-2/+2
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-8/+9
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+166