summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
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-02-11Fix the GP base and mod values for newly created characters.Yohann Ferreira1-0/+11
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 Ferreira2-3/+6
2011-01-09Removed the superfluous point struct.Yohann Ferreira3-4/+5
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2-0/+4
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2-2/+2
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira7-68/+212
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-1/+1
2010-12-17Fixed a compiler warning.Philipp Sehmisch1-1/+1
2010-12-16Added last missing try catch implementation in storage.cppYohann Ferreira1-103/+175
2010-12-16Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira1-7/+19
2010-12-16Fix existing binding use in storage.cpp.Yohann Ferreira1-55/+98
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira2-9/+32
2010-12-16Standardized the current errors thrown.Yohann Ferreira1-110/+85
2010-12-14Dummy commit since it seems my private repo didn't want to updateYohann Ferreira1-0/+1
2010-12-14Remove an outdated comment talking about subversion tagging.Yohann Ferreira1-3/+1
2010-12-14Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira1-4/+1
2010-12-14Second round of small random cleanups on storage.Yohann Ferreira2-63/+59
2010-12-14Small random hacking cleanups.Yohann Ferreira1-163/+189
2010-12-13Moved storage doc from .cpp to .h and updated it.Yohann Ferreira2-248/+311
2010-12-08Fix many compiler warnings.Freeyorp1-1/+1
2010-11-18Made the server return the number of slots in the login/register responses.Yohann Ferreira1-3/+14
2010-11-15Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira1-1/+1
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