summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira1-4/+5
2010-09-08Centralized stringToBool conversion.Yohann Ferreira1-19/+27
2010-09-06Added <points> tag handling in attributes.xml.Yohann Ferreira1-46/+89
2010-08-30Change primary and secondary tags in attributes.xml from stats and stat to at...Freeyorp1-2/+2
2010-08-03Allow default values for attributes at character creation time.Freeyorp1-1/+23
2010-08-02Changed the stat file name to attributes.xml.Yohann Ferreira1-6/+7
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-17/+64
2010-02-22Send update host also with registration responseThorbjørn Lindeijer1-3/+8
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-18Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch1-3/+2
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch1-2/+3
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-06Renamed DALStorage to StorageThorbjørn Lindeijer1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-12-04Added server-sided SHA256 encryption of passwords as discussed.Philipp Sehmisch1-8/+4
2009-12-04Moved password hashing during registration to the client.Philipp Sehmisch1-3/+3
2009-12-04register credential information service and basic code structure for captcha ...Philipp Sehmisch1-9/+46
2009-10-18Some random cleanupsThorbjørn Lindeijer1-1/+1
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+1
2009-10-03Limit login attempt frequency based on IP addressThorbjørn Lindeijer1-18/+24