Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All (?) MySQL stores fixed to use DBGuid.FromDB() | AlexRa | 2010-05-19 | 1 | -7/+4 |
| | | | | | | | | | | | | | This was needed if we want to update to the latest MySQL connector dll. It automatically converts CHAR(36) to Guids, so getting them as strings no longer works. By using DBGuid.FromDB(), we unlink from any particular storage format of GUIDs, could even make them BINARY(16) if we like. Actually not all MySql units are touched, but the remaining ones don't seem to be affected (they don't read GUIDs from DB) | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | add initial UserGrid service classes as per diva's direction | Justin Clark-Casey (justincc) | 2010-03-05 | 1 | -2/+1 |
| | | | | | this will initially store home location data instead of the presence service compiles but not enough to actually test yet | ||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-03-02 | 1 | -4/+0 |
|\ | | | | | | | | | This is the big one. master is now presence-refactor (pre 0.7). A new branch 0.6.9-post-fixes and leading tag 0.6.9 has been created. The Presence-refactor branch remains for experimental work. | ||||
| * | Fix a few compiler warnings. | Jeff Ames | 2010-03-01 | 1 | -4/+0 |
| | | |||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -101/+116 |
|\ \ | |/ | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check! | ||||
| * | Updated MySQL connection management to use the MySQL connection pooling. ↵ | Master ScienceSim | 2010-02-05 | 1 | -99/+116 |
| | | | | | | | | This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. | ||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | First stage port of the XInventoryService | Melanie | 2010-01-04 | 1 | -0/+5 |
| | | |||||
* | | AvatarStore. Untested, but complete | Melanie | 2010-01-04 | 1 | -5/+5 |
| | | |||||
* | | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 2009-12-28 | 1 | -0/+2 |
|/ | | | | (deleting all but one presence record) on logout so that they don't pile up. | ||||
* | Correct some issues with the last commit | root | 2009-12-26 | 1 | -1/+2 |
| | |||||
* | Close a SQL injection loophole in the new database driver | Melanie | 2009-12-26 | 1 | -2/+3 |
| | |||||
* | Make the GenericTableHandler work as intended | root | 2009-12-26 | 1 | -2/+8 |
| | |||||
* | Add a generic REPLACE INTO handler for put into the generic table handler | Melanie | 2009-12-26 | 1 | -0/+25 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | Implement generic delete method | Melanie | 2009-11-18 | 1 | -1/+14 |
| | |||||
* | Tweak presence handling and whip up a database connector and handler | Melanie | 2009-11-18 | 1 | -1/+3 |
| | | | | for testign the new generic table handling | ||||
* | Committing the incomplete table handler to get it into the tree. No user | Melanie | 2009-11-15 | 1 | -0/+200 |
functionality yet |