summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira13-64/+64
2010-11-10Fix code indentation in the sql related files.Yohann Ferreira1-29/+37
2010-11-09Fixed unregistering on the server-side.Yohann Ferreira2-9/+20
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2-141/+141
2010-10-30Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2-70/+17
2010-10-30Introduced a helper class for performing transactionsThorbjørn Lindeijer2-14/+12
2010-10-30Use a transaction when handling a GAMSG_PLAYER_SYNC messageThorbjørn Lindeijer2-11/+21
2010-10-26Send a client data URL in addition to the update hostThorbjørn Lindeijer1-0/+7
2010-10-20Fixed the append behaviour of logger::setLogFile().Yohann Ferreira1-1/+1
2010-10-17Synchronise defaults between configuration file and source.Freeyorp1-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 Ferreira2-18/+19
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira2-5/+6
2010-09-08Centralized stringToBool conversion.Yohann Ferreira1-19/+27
2010-09-07Added config options to set stats and log files and paths.Yohann Ferreira1-18/+24
2010-09-06Added <points> tag handling in attributes.xml.Yohann Ferreira1-46/+89
2010-08-31Added a --config manaserv.xml file path options to both servers.Yohann Ferreira1-24/+69
2010-08-30Change primary and secondary tags in attributes.xml from stats and stat to at...Freeyorp1-2/+2
2010-08-29Merge branch 'testing'Freeyorp8-189/+361
2010-08-22Another small simplificationThorbjørn Lindeijer1-7/+1
2010-08-22Avoid collision with type 'int' in SQL queryThorbjørn Lindeijer1-12/+7
2010-08-22Changed the location of configuration, logs and statsThorbjørn Lindeijer1-45/+13
2010-08-18Change references from database version 10 to version 11 to reflect changes m...Freeyorp1-1/+1
2010-08-14Set the database ID of a new character immediately after creating it.Freeyorp1-3/+3
2010-08-07Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer1-1/+1
2010-08-07Revert "Added a method of updating the passwords of an existing database"Thorbjørn Lindeijer2-50/+0
2010-08-03Allow default values for attributes at character creation time.Freeyorp2-1/+24
2010-08-02Changed the stat file name to attributes.xml.Yohann Ferreira3-11/+15
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp6-194/+328
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2-5/+76
2010-05-30Use XML::Document to automate memory cleanupThorbjørn Lindeijer1-1/+1
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-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer3-9/+8
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer2-35/+18
2010-02-23Removed some unnecessary log messagesPhilipp Sehmisch1-1/+0
2010-02-22Send update host also with registration responseThorbjørn Lindeijer1-3/+8
2010-02-07Update Copyright date for Manaserv.Bertram13-13/+13
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter1-1/+1
2010-01-18Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2-6/+2
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2-2/+6
2010-01-08Added tracing of kill count for each monster per characterPhilipp Sehmisch3-3/+101
2009-12-18Instead of sending http://update.manasource.org/ don't send any update host i...Chuck Miller1-1/+3
2009-12-18Makes server send the update host from defaultUpdateHost config (defaults to ...Chuck Miller1-0/+1
2009-12-06Added a method of updating the passwords of an existing databaseThorbjørn Lindeijer2-4/+51
2009-12-06Moved storagesql.hpp into storage.hppThorbjørn Lindeijer2-152/+44
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer6-71/+72
2009-12-06Moved DALStorage documentation into source fileThorbjørn Lindeijer3-302/+208
2009-12-06Removed obsolete commented out code from DALStorageThorbjørn Lindeijer1-79/+6