summaryrefslogtreecommitdiff
path: root/src/account.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-12-11Added logout and character deletion support. Changed the response code as try...Yohann Ferreira1-0/+23
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-13/+6
2005-06-29Fixed memory leak and set conditional stats updates.Huynh Tran1-12/+9
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran1-9/+35
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-43/+148
2005-06-12Moved SQLiteStorage to subclass of Storage, made Storage a singleton andBjørn Lindeijer1-6/+24
2005-06-12Some cleanups mostly in account class formatting.Bjørn Lindeijer1-17/+22
2005-05-24Added object.cppAaron Marks1-1/+1
2005-05-23Updated Storage class (added extra table to database).Aaron Marks1-1/+5
2005-04-20Updated account specification.Aaron Marks1-0/+63