summaryrefslogtreecommitdiffstats
path: root/src/account-server/accounthandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-4/+3
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-1/+1
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-111-4/+5
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-4/+4
* Fixed issues with server behind routerErik Schilling2012-04-121-2/+2
* Fixed remaining compiler warningsThorbjørn Lindeijer2012-03-161-1/+1
* Removed some superfluous new character initializationsThorbjørn Lindeijer2011-11-011-13/+0
* login with random hashStefan Beller2011-08-101-3/+44
* Fixing selection of a character if lower slots are emptyStefan Dombrowski2011-03-301-1/+1
* Rely more on the functionality in XML::DocumentThorbjørn Lindeijer2011-03-241-9/+2
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-1/+1
* General cleanups and code style fixesThorbjørn Lindeijer2011-03-201-94/+80
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-4/+5
* 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-151-13/+16
* 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-121-3/+0
* Fix the GP base and mod values for newly created characters.Yohann Ferreira2011-02-111-0/+11
* Made the servers report their protocol version.Yohann Ferreira2011-01-111-3/+2
* Removed the superfluous point struct.Yohann Ferreira2011-01-091-1/+1
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-031-0/+2
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-291-1/+1
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-291-37/+51
* Deharcoded the host and port options for each servers.Yohann Ferreira2010-12-161-4/+12
* 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
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-18/+18
* Fixed unregistering on the server-side.Yohann Ferreira2010-11-091-3/+4
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-83/+83
* Send a client data URL in addition to the update hostThorbjørn Lindeijer2010-10-261-0/+7
* Centralized the servers' exit values.Yohann Ferreira2010-09-221-11/+11
* Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira2010-09-151-4/+5
* Centralized stringToBool conversion.Yohann Ferreira2010-09-081-19/+27
* Added <points> tag handling in attributes.xml.Yohann Ferreira2010-09-061-46/+89
* Change primary and secondary tags in attributes.xml from stats and stat to at...Freeyorp2010-08-301-2/+2
* Allow default values for attributes at character creation time.Freeyorp2010-08-031-1/+23
* Changed the stat file name to attributes.xml.Yohann Ferreira2010-08-021-6/+7
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-17/+64
* Send update host also with registration responseThorbjørn Lindeijer2010-02-221-3/+8
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2010-01-181-3/+2
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-171-2/+3
* Instead of sending http://update.manasource.org/ don't send any update host i...Chuck Miller2009-12-181-1/+3
* Makes server send the update host from defaultUpdateHost config (defaults to ...Chuck Miller2009-12-181-0/+1
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Added server-sided SHA256 encryption of passwords as discussed.Philipp Sehmisch2009-12-041-8/+4
* Moved password hashing during registration to the client.Philipp Sehmisch2009-12-041-3/+3
* register credential information service and basic code structure for captcha ...Philipp Sehmisch2009-12-041-9/+46
* Some random cleanupsThorbjørn Lindeijer2009-10-181-1/+1