summaryrefslogtreecommitdiffstats
path: root/src/account.h
Commit message (Expand)AuthorAgeFilesLines
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-232/+0
* Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer2006-08-271-4/+1
* Renamed Genders to Gender and AccountLevels to AccountLevel.Bjørn Lindeijer2006-08-191-3/+3
* Simplified and sped up account flushing: only modified accounts are flushed.Guillaume Melquiond2006-08-031-1/+16
* First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond2006-07-271-37/+14
* Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink2006-03-061-1/+0
* Added logout and character deletion support. Changed the response code as try...Yohann Ferreira2005-12-111-0/+8
* Improved the getEmailList() function. Now the file used as db or the db name ...Yohann Ferreira2005-12-061-1/+0
* Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran2005-06-301-1/+7
* Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran2005-06-291-1/+1
* Fixed bugs and added new unit tests.Huynh Tran2005-06-281-1/+13
* Implemented addAccount() (+ unit tests).Huynh Tran2005-06-271-5/+36
* Removed some old unused stuff.Bjørn Lindeijer2005-06-221-4/+0
* Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran2005-06-191-30/+161
* Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer2005-06-121-0/+2
* Some cleanups mostly in account class formatting.Bjørn Lindeijer2005-06-121-27/+24
* Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks2005-05-291-1/+1
* Updated Storage class (added extra table to database).Aaron Marks2005-05-231-5/+7
* Adding default tables if sqlite_master table is emptyMateusz Kaduk2005-05-221-1/+1
* Added main.h with database reference, opening and closing databaseMateusz Kaduk2005-05-221-0/+1
* Updated account specification.Aaron Marks2005-04-201-9/+19
* Added account protoype for review.Aaron Marks2005-04-191-0/+49