summaryrefslogtreecommitdiffstats
path: root/src/account-server/main-account.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-3/+3
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-031-0/+4
* Cleaned up some world state variable testing codeThorbjørn Lindeijer2012-08-051-10/+2
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-0/+3
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-131-2/+4
* Small cleanups in utils::TimerThorbjørn Lindeijer2011-11-071-0/+3
* Have one place where the Configuration is initializedThorbjørn Lindeijer2011-11-011-44/+12
* Merge branch 'master' of github.com:mana/manaservYohann Ferreira2011-10-191-18/+1
|\
| * Have one place where the Logger is initializedThorbjørn Lindeijer2011-10-191-18/+1
* | Made the db version an official pre-requisite.Yohann Ferreira2011-08-301-2/+3
|/
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-2/+2
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-1/+1
* Remove obsolete reset of SIGSEGV handlingStefan Dombrowski2011-02-211-3/+0
* Removing dublicate deinitialize of enetStefan Dombrowski2011-02-191-3/+0
* Removing unused variable configPathChangedStefan Dombrowski2011-02-161-3/+0
* Add an heartbeat time flag in the statistics file.Yohann Ferreira2011-01-261-2/+13
* Made the servers report their protocol version.Yohann Ferreira2011-01-111-0/+4
* Deharcoded the host and port options for each servers.Yohann Ferreira2010-12-161-5/+20
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-13/+13
* Fixed the append behaviour of logger::setLogFile().Yohann Ferreira2010-10-201-1/+1
* Add log file rotation support based on ExceptionFault's work.Yohann Ferreira2010-09-291-0/+10
* Added options to disable the server log to standard output to the minimum.Yohann Ferreira2010-09-221-10/+13
* Centralized the servers' exit values.Yohann Ferreira2010-09-221-7/+8
* Added config options to set stats and log files and paths.Yohann Ferreira2010-09-071-18/+24
* Added a --config manaserv.xml file path options to both servers.Yohann Ferreira2010-08-311-24/+69
* Merge branch 'testing'Freeyorp2010-08-291-4/+6
|\
| * Changed the stat file name to attributes.xml.Yohann Ferreira2010-08-021-4/+6
* | Changed the location of configuration, logs and statsThorbjørn Lindeijer2010-08-221-45/+13
|/
* Made the logLevel be taken from configuration for both servers.Yohann Ferreira2010-05-291-27/+38
* Added some more log infos, and made small cleanups.Yohann Ferreira2010-05-281-0/+5
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-161-21/+12
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Rename enum elements to avoid clashing with macrosBernd Wachter2010-01-291-1/+1
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-3/+3
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-14/+14
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-4/+4
* Also close gracefully on receiving the TERM signalThorbjørn Lindeijer2009-10-171-0/+1
* Added a warning to accountserver when using the default inter-server password.Philipp Sehmisch2009-10-071-0/+7
* Stopped tmwserv from writing to its configuration fileBjørn Lindeijer2009-05-241-26/+41
* Made it possible to specify the host to listen onBjørn Lindeijer2009-05-241-3/+4
* Forgot two config key renames and a little style fixPhilipp Sehmisch2009-02-241-1/+1
* Fixed game server crash and code styleBjørn Lindeijer2008-12-121-2/+2
* Added bandwidth monitor to account server. Fixes compile errors.David Athay2008-11-211-0/+7
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Properly handle exceptions when opening databaseBjørn Lindeijer2008-11-151-4/+8
* Added post communication between chat and game servers.David Athay2008-09-191-0/+7
* * Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel2008-09-151-0/+13
* Added checking for expired bans.David Athay2008-08-281-0/+3
* Updated documentation a bit.Bjørn Lindeijer2008-04-231-1/+0
* Fixed guild creation.David Athay2008-03-051-1/+2