summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-12Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks4-3/+125
2005-07-01Fixed compilation warning and code cleanup.Huynh Tran5-134/+110
2005-07-01Fixed incorrect deletion in a map.Huynh Tran1-3/+3
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using refere...Huynh Tran16-350/+696
2005-06-29Fixed memory leak and set conditional stats updates.Huynh Tran5-17/+34
2005-06-29Fixed wrong memory deallocation.Huynh Tran1-2/+2
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ...Huynh Tran13-186/+936
2005-06-28Fixed bugs and added new unit tests.Huynh Tran6-71/+375
2005-06-28Recommitted changes for new PostgreSQL defines.Aaron Marks1-2/+2
2005-06-28Updated PostgreSQL defines in source to work with updated configure.Aaron Marks7-4/+358
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran11-114/+634
2005-06-27Removed debug code and actually use the generated config.h.Huynh Tran1-27/+7
2005-06-24Fixed compilation warnings, the unit tests are now compiled if --enable-unit-...Huynh Tran5-17/+71
2005-06-23Wrote the M4 function and re-added header files to Makefile.am for make dist.Huynh Tran4-70/+408
2005-06-22Updated configure so that only one database backend can be selected and simpl...Huynh Tran3-157/+205
2005-06-22Removed some old unused stuff.Bjørn Lindeijer5-53/+34
2005-06-21Reorganized unit tests and initial release of the unit tests for the Storage ...Huynh Tran12-40/+666
2005-06-21Fixed memory leak.Huynh Tran1-1/+7
2005-06-21Fixed missing includes.Huynh Tran1-0/+5
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran5-132/+452
2005-06-21Account names and character names must be unique.Huynh Tran1-5/+5
2005-06-21Made sure that pointers are initalized and reset to null after deallocation a...Huynh Tran6-104/+129
2005-06-19Correcting indent and removing obsoleted files.Bjørn Lindeijer8-623/+54
2005-06-19Forgot to initalize member variables :PHuynh Tran2-2/+4
2005-06-19Ok now encryption worksEugenio Favalli1-1/+1
2005-06-19Fixed AMDEP configure problem. Basing on http://lists.gnu.org/archive/html/au...Mateusz Kaduk1-10/+11
2005-06-19Removed USE_SQLITE define from configure.ac (not used anywhere anymore)Aaron Marks2-6/+4
2005-06-19Small fixesEugenio Favalli2-4/+4
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran9-117/+717
2005-06-19Added PostgreSQL DAL class.Aaron Marks7-24/+342
2005-06-19Now it should work on windows as wellEugenio Favalli1-73/+503
2005-06-19Actually using the new Logger now.Huynh Tran5-132/+137
2005-06-19Fixed SQL query bug.Huynh Tran1-1/+1
2005-06-19Added tee mode to Logger.Huynh Tran2-6/+83
2005-06-19Moved unit tests main from dal to src, rewrote Logger and added Cipher (requi...Huynh Tran8-0/+1096
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran5-109/+230
2005-06-19Fixed compilation warnings.Huynh Tran1-1/+5
2005-06-18Moved SQL queries for the creation of tables into a separate file and rewrote...Huynh Tran4-112/+359
2005-06-17Force a user class to use the Storage singleton instead of instantiating DALS...Huynh Tran1-12/+33
2005-06-17Fixed instantiation of Beings.Huynh Tran1-15/+37
2005-06-17Updated Makefile.am.Aaron Marks3-3/+11
2005-06-16Synchronized APIs with DAL.Huynh Tran2-148/+312
2005-06-16Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL data...Huynh Tran16-434/+1180
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks8-9/+305
2005-06-16Updated tables.Aaron Marks2-10/+47
2005-06-14Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran9-180/+421
2005-06-13Removing duplicate textYohann Ferreira1-14/+0
2005-06-13First corrections of messageIn class.Yohann Ferreira1-9/+8
2005-06-13first attempt of messageIn Implementation. I'll do testings from that.Yohann Ferreira2-3/+151
2005-06-13Initial release of the Database Abstraction LayerHuynh Tran11-0/+1542