Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-16 | Removed a lot of tabs used for indenting (please don't do that...), redid | Bjørn Lindeijer | 13 | -227/+268 | |
MessageOut a bit so that it uses SDL_net, writes strings correctly and doesn't rely on Packet to be expandable. Also specified message IDs explicitly. | |||||
2005-07-16 | Workaround to let tmwserv work in windows | Eugenio Favalli | 1 | -2/+5 | |
2005-07-16 | Added chat message handler placeholder (still not fully functional). | Aaron Marks | 12 | -61/+245 | |
Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration. | |||||
2005-07-16 | Fixed problem with memory expanding in Packet. | Aaron Marks | 9 | -27/+98 | |
Server now handles register requests. | |||||
2005-07-13 | Now compiles in windows, doesn't run though, it exits with code 3 | Eugenio Favalli | 1 | -3/+1 | |
2005-07-13 | Implemented MessageOut. | Aaron Marks | 8 | -60/+122 | |
Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message. | |||||
2005-07-12 | Fixed problem with PostgreSQL support (variable was undefined). | Aaron Marks | 4 | -3/+125 | |
Added client/server message type enumerations. Enabled message handling in ConnectionHandler. | |||||
2005-07-01 | Fixed compilation warning and code cleanup. | Huynh Tran | 5 | -134/+110 | |
2005-07-01 | Fixed incorrect deletion in a map. | Huynh Tran | 1 | -3/+3 | |
2005-06-30 | Fixed memory leak, implemented delAccount() + unit tests and now using ↵ | Huynh Tran | 16 | -350/+696 | |
reference-counted smart pointers to facilitate the memory management. | |||||
2005-06-29 | Fixed memory leak and set conditional stats updates. | Huynh Tran | 5 | -17/+34 | |
2005-06-29 | Fixed wrong memory deallocation. | Huynh Tran | 1 | -2/+2 | |
2005-06-29 | Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵ | Huynh Tran | 13 | -186/+936 | |
rest of the code to take into account the changes. | |||||
2005-06-28 | Fixed bugs and added new unit tests. | Huynh Tran | 6 | -71/+375 | |
2005-06-28 | Recommitted changes for new PostgreSQL defines. | Aaron Marks | 1 | -2/+2 | |
2005-06-28 | Updated PostgreSQL defines in source to work with updated configure. | Aaron Marks | 6 | -4/+352 | |
Added XML configuration loader from tmw. | |||||
2005-06-27 | Implemented addAccount() (+ unit tests). | Huynh Tran | 11 | -114/+634 | |
2005-06-27 | Removed debug code and actually use the generated config.h. | Huynh Tran | 1 | -27/+7 | |
2005-06-24 | Fixed compilation warnings, the unit tests are now compiled if ↵ | Huynh Tran | 4 | -8/+57 | |
--enable-unit-tests is set. | |||||
2005-06-23 | Wrote the M4 function and re-added header files to Makefile.am for make dist. | Huynh Tran | 1 | -4/+32 | |
2005-06-22 | Updated configure so that only one database backend can be selected and ↵ | Huynh Tran | 1 | -69/+36 | |
simplified Makefile.am. | |||||
2005-06-22 | Removed some old unused stuff. | Bjørn Lindeijer | 5 | -53/+34 | |
2005-06-21 | Reorganized unit tests and initial release of the unit tests for the Storage ↵ | Huynh Tran | 12 | -40/+666 | |
class (to be completed). | |||||
2005-06-21 | Fixed memory leak. | Huynh Tran | 1 | -1/+7 | |
2005-06-21 | Fixed missing includes. | Huynh Tran | 1 | -0/+5 | |
2005-06-21 | Improved Storage APIs and moved debug code to unit tests. | Huynh Tran | 5 | -132/+452 | |
2005-06-21 | Account names and character names must be unique. | Huynh Tran | 1 | -5/+5 | |
2005-06-21 | Made sure that pointers are initalized and reset to null after deallocation ↵ | Huynh Tran | 6 | -104/+129 | |
and some reformatting. | |||||
2005-06-19 | Correcting indent and removing obsoleted files. | Bjørn Lindeijer | 8 | -623/+54 | |
2005-06-19 | Forgot to initalize member variables :P | Huynh Tran | 2 | -2/+4 | |
2005-06-19 | Removed USE_SQLITE define from configure.ac (not used anywhere anymore) | Aaron Marks | 1 | -3/+3 | |
Fixed problem with PGconn not being cleaned up. | |||||
2005-06-19 | Passwords are now encrypted when creating a new Account, added unit tests ↵ | Huynh Tran | 9 | -117/+717 | |
for the Account class and moved functors into a separate header file for reuse. | |||||
2005-06-19 | Added PostgreSQL DAL class. | Aaron Marks | 6 | -22/+292 | |
Updated configure.ac to include PostgreSQL & MySQL. (MySQL needs to be adjusted, and it seems that using --with-sqlite will drop out of configure after check for atexit. I dont know why, as i didn't touch the SQLite stuff) :) | |||||
2005-06-19 | Actually using the new Logger now. | Huynh Tran | 4 | -132/+135 | |
2005-06-19 | Fixed SQL query bug. | Huynh Tran | 1 | -1/+1 | |
2005-06-19 | Added tee mode to Logger. | Huynh Tran | 2 | -6/+83 | |
2005-06-19 | Moved unit tests main from dal to src, rewrote Logger and added Cipher ↵ | Huynh Tran | 8 | -0/+1096 | |
(requires libcrypto from OpenSSL) + unit tests. | |||||
2005-06-19 | Reworked Storage APIs and reordered operations in DALStorage to match those ↵ | Huynh Tran | 5 | -109/+230 | |
of Storage. | |||||
2005-06-19 | Fixed compilation warnings. | Huynh Tran | 1 | -1/+5 | |
2005-06-18 | Moved SQL queries for the creation of tables into a separate file and ↵ | Huynh Tran | 4 | -112/+359 | |
rewrote the initialization of the database. | |||||
2005-06-17 | Force a user class to use the Storage singleton instead of instantiating ↵ | Huynh Tran | 1 | -12/+33 | |
DALStorage directly. | |||||
2005-06-17 | Fixed instantiation of Beings. | Huynh Tran | 1 | -15/+37 | |
2005-06-17 | Updated Makefile.am. | Aaron Marks | 3 | -3/+11 | |
dataproviderfactory.cpp now conditionally includes related dataprovider header. (A problem exists with instantiating Being in dalstorage.cpp though) | |||||
2005-06-16 | Synchronized APIs with DAL. | Huynh Tran | 2 | -148/+312 | |
2005-06-16 | Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL ↵ | Huynh Tran | 16 | -434/+1180 | |
data provider, added unit tests (require CPPUnit) and bug fixes. | |||||
2005-06-16 | Created Storage child which uses DAL (used by default now). | Aaron Marks | 7 | -8/+304 | |
Updated RecoredSet to allow access to rows() and cols(). | |||||
2005-06-16 | Updated tables. | Aaron Marks | 2 | -10/+47 | |
2005-06-14 | Reworked RecordSet and implemented the SQLite Data Provider | Huynh Tran | 9 | -180/+421 | |
2005-06-13 | Removing duplicate text | Yohann Ferreira | 1 | -14/+0 | |
2005-06-13 | First corrections of messageIn class. | Yohann Ferreira | 1 | -9/+8 | |