summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-05-30Register chat clients with their account level, don't assume normal user (patchBjørn Lindeijer1-1/+1
2008-04-25Realigned Email already exists error return value and removed GetEmail AddressYohann Ferreira1-24/+1
2008-04-23Switched to alternative SHA-256 implementation from InspIRCd.Bjørn Lindeijer1-16/+13
2008-04-22Fixed some small issues.Bjørn Lindeijer1-1/+1
2008-04-21Added password and email encryption server-side using SHA256.Yohann Ferreira1-9/+17
2008-04-18Fixed 'Password changes' and 'Unregistering'.Yohann Ferreira1-1/+5
2008-02-28Work in Progress commit of guilds.David Athay1-2/+0
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-1/+5
2007-09-23Simplified interface of the handler used for connections from game servers to...Guillaume Melquiond1-2/+2
2007-09-23Simplified interface of the connection handler used for clients of the accoun...Guillaume Melquiond1-111/+146
2007-09-23Robustified code with respect to insertion failures.Guillaume Melquiond1-2/+3
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-11/+12
2007-09-16Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond1-1/+1
2007-08-31Plugged several account leaks on error. Prevented banned players from logging...Guillaume Melquiond1-3/+12
2007-08-31Cleaned a bit more.Guillaume Melquiond1-6/+3
2007-08-31Tidied up account server.Guillaume Melquiond1-56/+40
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-63/+49
2007-08-29Fixed handling of account levels.Guillaume Melquiond1-1/+1
2007-08-19Added support for protective equipment.Guillaume Melquiond1-1/+1
2007-08-18First part of a patch for completing the RPG system (character attributes) of...Guillaume Melquiond1-7/+7
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-39/+22
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond1-11/+0
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay1-0/+2
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-3/+1
2007-03-22Implemented communication of attribute changes from server to client.Philipp Sehmisch1-1/+1
2007-03-20Removed check for difference between lowest and highest attribute at char cre...Philipp Sehmisch1-11/+0
2007-03-20Corrected a bug, that occurred when connecting to the game-server.Rogier Polak1-1/+1
2007-03-19fixed more spelling mistakes.Philipp Sehmisch1-4/+4
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-268/+314
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-2/+2
2007-03-14Corrected formatting of single-line commentsRogier Polak1-1/+1
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-12/+12
2007-03-10Added a utility function for creating magic_tokensRogier Polak1-9/+4
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-59/+68
2007-02-04Added support for switching character by reconnecting to the account server andBjørn Lindeijer1-8/+133
2007-01-07 r149@saline: gmelquio | 2007-01-07 15:27:50 +0100Guillaume Melquiond1-2/+2
2007-01-05Simplified handling of verbosity levels. Optimized code by generating only ne...Guillaume Melquiond1-81/+7
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-15/+11
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+707