summaryrefslogtreecommitdiff
path: root/src/account-server/main-account.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-05Fixed guild creation.David Athay1-1/+2
2008-03-04Changed Makefile.am so server now builds, added initialising guild managerDavid Athay1-1/+3
2008-02-28Work in Progress commit of guilds.David Athay1-10/+4
2007-09-23Simplified interface of the handler used for connections from game servers to...Guillaume Melquiond1-10/+5
2007-09-23Simplified interface of the connection handler used for clients of the accoun...Guillaume Melquiond1-8/+4
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-13/+10
2007-09-16Added global accounting of beings.Guillaume Melquiond1-6/+37
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-19/+19
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-14/+0
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+7
2007-03-11Added a utils::processor namespace and a function to determine if, the proces...Rogier Polak1-1/+5