summaryrefslogtreecommitdiff
path: root/src/account.h
AgeCommit message (Expand)AuthorFilesLines
2006-08-27Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer1-4/+1
2006-08-19Renamed Genders to Gender and AccountLevels to AccountLevel.Bjørn Lindeijer1-3/+3
2006-08-03Simplified and sped up account flushing: only modified accounts are flushed.Guillaume Melquiond1-1/+16
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-37/+14
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-1/+0
2005-12-11Added logout and character deletion support. Changed the response code as try...Yohann Ferreira1-0/+8
2005-12-06Improved the getEmailList() function. Now the file used as db or the db name ...Yohann Ferreira1-1/+0
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran1-1/+7
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran1-1/+1
2005-06-28Fixed bugs and added new unit tests.Huynh Tran1-1/+13
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran1-5/+36
2005-06-22Removed some old unused stuff.Bjørn Lindeijer1-4/+0
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-30/+161
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-0/+2
2005-06-12Some cleanups mostly in account class formatting.Bjørn Lindeijer1-27/+24
2005-05-29Added getAccount & getCharacter to storage class. Cleaned up storage code.Aaron Marks1-1/+1
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-5/+7
2005-05-22Adding default tables if sqlite_master table is emptyMateusz Kaduk1-1/+1
2005-05-22Added main.h with database reference, opening and closing databaseMateusz Kaduk1-0/+1
2005-04-20Updated account specification.Aaron Marks1-9/+19
2005-04-19Added account protoype for review.Aaron Marks1-0/+49