summaryrefslogtreecommitdiff
path: root/src/dalstorage.h
AgeCommit message (Expand)AuthorFilesLines
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-184/+0
2006-08-04Strengthened checks for already existing character name or email address.Guillaume Melquiond1-6/+4
2006-08-03Simplified and sped up account flushing: only modified accounts are flushed.Guillaume Melquiond1-50/+11
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-8/+0
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-5/+1
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira1-1/+1
2006-01-18Chat channeling commit part 2.Yohann Ferreira1-2/+2
2006-01-15Chat channeling commit part 1. Useful to get feedback before committing what'...Yohann Ferreira1-0/+14
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira1-0/+6
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira1-4/+4
2005-12-29Fixing a bug in the Storage::getAccount() function that made the server crash...Yohann Ferreira1-1/+1
2005-12-28Integrated the building of tmwclient with the default make command, asBjørn Lindeijer1-1/+1
2005-12-12Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei...Yohann Ferreira1-0/+7
2005-12-07Improved the getEmailList() function again using an optimized SQL Query.Yohann Ferreira1-1/+8
2005-12-05Strengthened the way email addresses are checked. Added a good response when ...Yohann Ferreira1-0/+6
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran1-3/+14
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran1-1/+36
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran1-18/+22
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-1/+0
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran1-11/+20
2005-06-18Moved SQL queries for the creation of tables into a separate file and rewrote...Huynh Tran1-0/+14
2005-06-17Force a user class to use the Storage singleton instead of instantiating DALS...Huynh Tran1-12/+33
2005-06-16Synchronized APIs with DAL.Huynh Tran1-47/+85
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks1-0/+66