summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-03Some cleanupThorbjørn Lindeijer1-133/+143
2009-08-14Bugfix for storing transaction messages for new created characters.Andreas Habel1-2/+3
2009-05-24Made it possible to specify the host to listen onBjørn Lindeijer1-2/+3
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-2/+3
2009-03-06Added transactional history to game server.David Athay1-1/+1
2009-03-05Added transactional historyDavid Athay1-0/+24
2009-03-02Fixed default values of numHairStyles und numHairColorsPhilipp Sehmisch1-2/+2
2009-02-24Forgot two config key renames and a little style fixPhilipp Sehmisch1-1/+2
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-19/+32
2009-01-25Compile without warnings and made getIP() constBjørn Lindeijer1-1/+1
2009-01-12Added getting IP, and restricting time between loginsDavid Athay1-0/+16
2008-12-06Fixes map warp issues, and has a better starting locationChuck Miller1-2/+2
2008-11-21Added bandwidth monitor to account server. Fixes compile errors.David Athay1-1/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-09-10* Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel1-0/+13
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