summaryrefslogtreecommitdiff
path: root/src/account.h
AgeCommit message (Expand)AuthorFilesLines
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