summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-26Fixed login in case an account gets two pending tokens assignedHEADmasterThorbjørn Lindeijer1-66/+7
2023-05-16Allow account email to be null in the databaseThorbjørn Lindeijer1-28/+35
2023-05-16Added some info messages related to Stellar loginThorbjørn Lindeijer1-0/+4
2023-05-15Manage CharacterData using std::unique_ptrThorbjørn Lindeijer1-21/+22
2023-05-15General code cleanupsThorbjørn Lindeijer1-16/+17
2023-05-05Added net_stellarLoginUrl configurationThorbjørn Lindeijer1-1/+4
2023-05-05Use std::make_uniqueThorbjørn Lindeijer1-9/+4
2023-05-05Added support for logging in with StellarThorbjørn Lindeijer1-28/+158
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-6/+6
2022-08-19Fixed possible leak in AccountHandler::handleUnregisterMessageThorbjørn Lindeijer1-32/+35
2013-11-28Include the list of characters in the login responseThorbjørn Lindeijer1-11/+11
2013-10-13Changed argument to const &Thorbjørn Lindeijer1-1/+2
2013-10-06Marked getRandomString as staticThorbjørn Lindeijer1-1/+1
2013-10-01Send the character data in a single messageErik Schilling1-29/+23
2013-09-09Fixed the equipment info for charactersErik Schilling1-1/+1
2013-09-09Send equipment data for character selectionErik Schilling1-7/+16
2013-08-26Readded level handlingErik Schilling1-1/+1
2013-08-26Removed skillsErik Schilling1-1/+0
2013-08-25Use std::unique_ptr for Account instance of AccountClientThorbjørn Lindeijer1-2/+2
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling1-4/+3
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-1/+1
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-4/+5
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-4/+4
2012-04-12Fixed issues with server behind routerErik Schilling1-2/+2
2012-03-16Fixed remaining compiler warningsThorbjørn Lindeijer1-1/+1
2011-11-01Removed some superfluous new character initializationsThorbjørn Lindeijer1-13/+0
2011-08-10login with random hashStefan Beller1-3/+44
2011-03-30Fixing selection of a character if lower slots are emptyStefan Dombrowski1-1/+1
2011-03-24Rely more on the functionality in XML::DocumentThorbjørn Lindeijer1-9/+2
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2011-03-20General cleanups and code style fixesThorbjørn Lindeijer1-94/+80
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-4/+5
2011-03-15Moved some file-global variables into the AccountHandlerThorbjørn Lindeijer1-42/+40
2011-03-15Introduced an AttributeValue class for convenience and readabilityThorbjørn Lindeijer1-13/+16
2011-03-14Made the "No game server for map" error message report the map IDPhilipp Sehmisch1-1/+1
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer1-3/+0
2011-02-11Fix the GP base and mod values for newly created characters.Yohann Ferreira1-0/+11
2011-01-11Made the servers report their protocol version.Yohann Ferreira1-3/+2
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-1/+1
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira1-0/+2
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira1-1/+1
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira1-37/+51
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira1-4/+12
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-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-18/+18
2010-11-09Fixed unregistering on the server-side.Yohann Ferreira1-3/+4
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-83/+83
2010-10-26Send a client data URL in addition to the update hostThorbjørn Lindeijer1-0/+7
2010-09-22Centralized the servers' exit values.Yohann Ferreira1-11/+11