summaryrefslogtreecommitdiff
path: root/src/account-server/main-account.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-28Allow -v for setting verbosityErik Schilling1-2/+2
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-3/+3
2013-02-03Modifications to allow crosscompiling with mingwErik Schilling1-0/+4
2012-08-05Cleaned up some world state variable testing codeThorbjørn Lindeijer1-10/+2
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-0/+3
2012-03-13Fixed problems with map-bound world state variablesThorbjørn Lindeijer1-2/+4
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer1-0/+3
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer1-44/+12
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira1-18/+1
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer1-18/+1
2011-08-30Made the db version an official pre-requisite.Yohann Ferreira1-2/+3
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-2/+2
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-1/+1
2011-02-21Remove obsolete reset of SIGSEGV handlingStefan Dombrowski1-3/+0
2011-02-19Removing dublicate deinitialize of enetStefan Dombrowski1-3/+0
2011-02-16Removing unused variable configPathChangedStefan Dombrowski1-3/+0
2011-01-26Add an heartbeat time flag in the statistics file.Yohann Ferreira1-2/+13
2011-01-11Made the servers report their protocol version.Yohann Ferreira1-0/+4
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira1-5/+20
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-13/+13
2010-10-20Fixed the append behaviour of logger::setLogFile().Yohann Ferreira1-1/+1
2010-09-29Add log file rotation support based on ExceptionFault's work.Yohann Ferreira1-0/+10
2010-09-22Added options to disable the server log to standard output to the minimum.Yohann Ferreira1-10/+13
2010-09-22Centralized the servers' exit values.Yohann Ferreira1-7/+8
2010-09-07Added config options to set stats and log files and paths.Yohann Ferreira1-18/+24
2010-08-31Added a --config manaserv.xml file path options to both servers.Yohann Ferreira1-24/+69
2010-08-29Merge branch 'testing'Freeyorp1-4/+6
2010-08-22Changed the location of configuration, logs and statsThorbjørn Lindeijer1-45/+13
2010-08-02Changed the stat file name to attributes.xml.Yohann Ferreira1-4/+6
2010-05-29Made the logLevel be taken from configuration for both servers.Yohann Ferreira1-27/+38
2010-05-28Added some more log infos, and made small cleanups.Yohann Ferreira1-0/+5
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer1-21/+12
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter1-1/+1
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer1-3/+3
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-14/+14
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer1-4/+4
2009-10-17Also close gracefully on receiving the TERM signalThorbjørn Lindeijer1-0/+1
2009-10-07Added a warning to accountserver when using the default inter-server password.Philipp Sehmisch1-0/+7
2009-05-24Stopped tmwserv from writing to its configuration fileBjørn Lindeijer1-26/+41
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer1-3/+4
2009-02-24Forgot two config key renames and a little style fixPhilipp Sehmisch1-1/+1
2008-12-12Fixed game server crash and code styleBjørn Lindeijer1-2/+2
2008-11-21Added bandwidth monitor to account server. Fixes compile errors.David Athay1-0/+7
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-15Properly handle exceptions when opening databaseBjørn Lindeijer1-4/+8
2008-09-19Added post communication between chat and game servers.David Athay1-0/+7
2008-09-15* Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel1-0/+13
2008-08-28Added checking for expired bans.David Athay1-0/+3
2008-04-23Updated documentation a bit.Bjørn Lindeijer1-1/+0