summaryrefslogtreecommitdiff
path: root/src/account-server
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Realigned Email already exists error return value and removed GetEmail AddressYohann Ferreira1-24/+1
2008-04-23Updated documentation a bit.Bjørn Lindeijer1-1/+0
2008-04-23Fixed docs not to mention encryption, since all we do is hashing. Also, sinceBjørn Lindeijer1-27/+22
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 Ferreira2-11/+19
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer1-1/+2
2008-04-18Fixed 'Password changes' and 'Unregistering'.Yohann Ferreira2-6/+10
2008-04-01Consolidated public and private channels into one,David Athay2-5/+8
2008-03-06Fixed telling clients what guilds they are in after they reconnectDavid Athay1-2/+3
2008-03-05Fixed guild creation.David Athay2-3/+8
2008-03-04Changed Makefile.am so server now builds, added initialising guild managerDavid Athay1-1/+3
2008-02-28Added placeholder function so that account server now compiles.David Athay1-0/+9
2008-02-28Work in Progress commit of guilds.David Athay8-464/+6
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch5-18/+127
2007-12-18fixed an sql statement that I broke with the last commit.Philipp Sehmisch1-1/+1
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch2-20/+15
2007-09-23Simplified interface of the handler used for connections from game servers to...Guillaume Melquiond4-109/+107
2007-09-23Simplified interface of the connection handler used for clients of the accoun...Guillaume Melquiond4-232/+173
2007-09-23Robustified code with respect to insertion failures.Guillaume Melquiond1-2/+3
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond3-26/+24
2007-09-16Added global accounting of beings.Guillaume Melquiond3-6/+96
2007-09-16Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond3-60/+79
2007-08-31Implemented "ban" remote command.Guillaume Melquiond3-2/+54
2007-08-31Plugged several account leaks on error. Prevented banned players from logging...Guillaume Melquiond3-5/+40
2007-08-31Cleaned a bit more.Guillaume Melquiond1-6/+3
2007-08-31Tidied up account server.Guillaume Melquiond5-116/+47
2007-08-30Fixed or removed obsolete comments.Guillaume Melquiond2-11/+2
2007-08-30Missed a few occurrences of "open" when removing them.Guillaume Melquiond1-17/+0
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond20-1003/+334
2007-08-29Fixed handling of account levels.Guillaume Melquiond4-36/+8
2007-08-28Implemented quest variables.Guillaume Melquiond5-7/+116
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond4-122/+54
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 Melquiond4-66/+47
2007-08-14Handled money as part of the inventory.Guillaume Melquiond5-54/+30
2007-08-13Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.Guillaume Melquiond4-138/+22
2007-07-28Replaced user names by client pointers when handling channels, in order to re...Guillaume Melquiond5-21/+18
2007-07-25Removed a host of unnecessary methods from ChatChannelManager.Bjørn Lindeijer2-26/+34
2007-07-23Commented out code unavailable from client side. Added support for NPCs.Guillaume Melquiond1-0/+2
2007-07-20Separated ChatClient class from chathandler.cpp, cleaned up handling ofBjørn Lindeijer5-220/+212
2007-07-17Some more cleanup of chat handler related code.Bjørn Lindeijer2-37/+37
2007-07-05Robustified account server with respect to failed SQL requests.Guillaume Melquiond1-16/+37
2007-07-02Added support for persistent inventory.Guillaume Melquiond1-22/+49
2007-07-02Cleaned prototypes and factored out duplicate code.Guillaume Melquiond4-276/+99
2007-07-01Added support for storing inventory in database.Guillaume Melquiond2-33/+45
2007-07-01Made character data persistent across logout/login.Guillaume Melquiond3-26/+16
2007-07-01Reverted inventory handling code to the last known working state. Simplified ...Guillaume Melquiond4-41/+23
2007-06-26Merged guilds-and-parties branch to trunkDavid Athay14-0/+1101
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer2-5/+3