summaryrefslogtreecommitdiff
path: root/src/accounthandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-08-03Simplified and sped up account flushing: only modified accounts are flushed.Guillaume Melquiond1-5/+3
2006-08-02Put handling of logout, unregister and password change messages into separateBjørn Lindeijer1-94/+117
2006-08-01Put handling of registrations in a separate method and cleaned it up a bit.Bjørn Lindeijer1-76/+84
2006-08-01Some messing about towards making cleaner code.Bjørn Lindeijer1-156/+78
2006-07-27Client version is being sent also during registration.Eugenio Favalli1-2/+2
2006-07-27Modified client version to be an int.Eugenio Favalli1-2/+2
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-67/+32
2006-07-26Send some character's infos after a successful login, removed a useless byte,...Eugenio Favalli1-10/+9
2006-06-11Sanitized message packets and errors to take server split into account.Guillaume Melquiond1-154/+111
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-57/+158
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-70/+71
2006-05-14Prevent account from being created when an error is detected.Guillaume Melquiond1-1/+1
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-2/+6
2006-02-18Updated server packets documentation. Some minor updates.Yohann Ferreira1-1/+1
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira1-55/+24
2006-01-21Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee...Yohann Ferreira1-1/+57
2006-01-21Very little corrections.Yohann Ferreira1-3/+6
2006-01-14Sever returns infos about position of the selected character (map name, coord...Eugenio Favalli1-4/+11
2006-01-13Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli1-11/+3
2006-01-12Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli1-0/+1
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira1-13/+112
2006-01-05Added a standard version check.Yohann Ferreira1-0/+24
2006-01-04Added default behaviour to protocol. Added a client login limitation check. S...Yohann Ferreira1-1/+10
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira1-47/+28
2005-12-31Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira1-30/+135
2005-12-29Fixing a bug in the Storage::getAccount() function that made the server crash...Yohann Ferreira1-6/+6
2005-12-27Implemented common chat handling, except for chatting in channels. Also the C...Yohann Ferreira1-2/+10
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira1-51/+55
2005-12-18Made use of AccountPtr instead of Account*.Yohann Ferreira1-9/+9
2005-12-18Made the handlers use the countedPtr for Beings as they should. Fixed a segfa...Yohann Ferreira1-2/+2
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira1-19/+59
2005-12-11Added logout and character deletion support. Changed the response code as try...Yohann Ferreira1-2/+79
2005-12-11Added unregistering, checking on character's name and email length support. A...Yohann Ferreira1-2/+62
2005-12-09Should correct the character's loading at login. Also made the server be more...Yohann Ferreira1-1/+8
2005-12-07Improved the getEmailList() function again using an optimized SQL Query.Yohann Ferreira1-23/+8
2005-12-06Improved the getEmailList() function. Now the file used as db or the db name ...Yohann Ferreira1-12/+30
2005-12-05Made the getEmailList() work. Now the accounthandler tests if the mail alread...Yohann Ferreira1-4/+24
2005-12-05Strengthened the way email addresses are checked. Added a good response when ...Yohann Ferreira1-3/+21
2005-12-03Handling good conditions to register. Still lacks checking if the Email alrea...Yohann Ferreira1-11/+50
2005-12-02Enabled registering under SQLite by reopening th db in the accounthandler. Sh...Yohann Ferreira1-0/+12
2005-11-21Did some initial work for map loading & adding beings to game world.Aaron Marks1-2/+2
2005-11-15Updated bindings, game state class and more (see ChangeLog).Aaron Marks1-0/+6
2005-07-31Added beginnings of game core logic and state.Aaron Marks1-1/+5
2005-07-24Added character selection.Aaron Marks1-0/+20
2005-07-19Added character creation.Aaron Marks1-4/+33
2005-07-19Changing the way the message ID is read.Bjørn Lindeijer1-18/+19
2005-07-18Updated server->client communications.Aaron Marks1-2/+8
2005-07-17Added server->client communications.Aaron Marks1-22/+34
2005-07-16Removed a lot of tabs used for indenting (please don't do that...), redidBjørn Lindeijer1-44/+45
2005-07-16Added chat message handler placeholder (still not fully functional).Aaron Marks1-7/+9