summaryrefslogtreecommitdiffstats
path: root/src/account-server
Commit message (Expand)AuthorAgeFilesLines
...
* General cleanups and code style fixesThorbjørn Lindeijer2011-03-205-106/+88
* Improved @ban commandPhilipp Sehmisch2011-03-182-2/+5
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-173-11/+13
* Moved some file-global variables into the AccountHandlerThorbjørn Lindeijer2011-03-151-42/+40
* Introduced an AttributeValue class for convenience and readabilityThorbjørn Lindeijer2011-03-153-29/+43
* Made the "No game server for map" error message report the map IDPhilipp Sehmisch2011-03-141-1/+1
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-123-17/+2
* Prevented a potential crash in storage::getAllWorldStateVars()Yohann Ferreira2011-03-091-2/+10
* Implemented persistent world and map variablesPhilipp Sehmisch2011-03-043-3/+98
* 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
* Fix the GP base and mod values for newly created characters.Yohann Ferreira2011-02-111-0/+11
* 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-112-3/+6
* Removed the superfluous point struct.Yohann Ferreira2011-01-093-4/+5
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-032-0/+4
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-292-2/+2
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-297-68/+212
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-271-1/+1
* Fixed a compiler warning.Philipp Sehmisch2010-12-171-1/+1
* Added last missing try catch implementation in storage.cppYohann Ferreira2010-12-161-103/+175
* Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira2010-12-161-7/+19
* Fix existing binding use in storage.cpp.Yohann Ferreira2010-12-161-55/+98
* Deharcoded the host and port options for each servers.Yohann Ferreira2010-12-162-9/+32
* Standardized the current errors thrown.Yohann Ferreira2010-12-161-110/+85
* Dummy commit since it seems my private repo didn't want to updateYohann Ferreira2010-12-141-0/+1
* Remove an outdated comment talking about subversion tagging.Yohann Ferreira2010-12-141-3/+1
* Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira2010-12-141-4/+1
* Second round of small random cleanups on storage.Yohann Ferreira2010-12-142-63/+59
* Small random hacking cleanups.Yohann Ferreira2010-12-141-163/+189
* Moved storage doc from .cpp to .h and updated it.Yohann Ferreira2010-12-132-248/+311
* Fix many compiler warnings.Freeyorp2010-12-081-1/+1
* Made the server return the number of slots in the login/register responses.Yohann Ferreira2010-11-181-3/+14
* Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira2010-11-151-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-1413-64/+64
* Fix code indentation in the sql related files.Yohann Ferreira2010-11-101-29/+37
* Fixed unregistering on the server-side.Yohann Ferreira2010-11-092-9/+20
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-032-141/+141
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-302-70/+17
* Introduced a helper class for performing transactionsThorbjørn Lindeijer2010-10-302-14/+12
* Use a transaction when handling a GAMSG_PLAYER_SYNC messageThorbjørn Lindeijer2010-10-302-11/+21
* Send a client data URL in addition to the update hostThorbjørn Lindeijer2010-10-261-0/+7
* Fixed the append behaviour of logger::setLogFile().Yohann Ferreira2010-10-201-1/+1
* Synchronise defaults between configuration file and source.Freeyorp2010-10-171-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-222-18/+19
* Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira2010-09-152-5/+6
* Centralized stringToBool conversion.Yohann Ferreira2010-09-081-19/+27