Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-02-18 | I need these for OfflineIM and Groups. | Diva Canto | 1 | -0/+60 | |
2012-11-06 | Update folder version numbers when moving items and making the ↵ | Justin Clark-Casey (justincc) | 1 | -0/+6 | |
Delete(string[], string[]) call (not just string, string). This is to stop viewer inventory cache version numbers becoming out of sync with grid stored numbers when viewer performs these actions. If there are no problems with these changes, they will be propogated to SQLite (and MSSQL if that's simple enough). May also need to do the same on folder store/create/delete and maybe propogate version increments up the folder hierarchy, but that requires investigation. | |||||
2012-04-24 | Fixed problem with MySQL: it was possible for one thread to use an ↵ | Oren Hurvitz | 1 | -2/+4 | |
incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe. | |||||
2012-01-28 | Completely disable NPC being sensed as agents, the abuse potential is too great | Melanie | 1 | -1/+6 | |
2011-05-19 | Allow item links to be deleted even when other deletes and purges are disabled. | Justin Clark-Casey (justincc) | 1 | -6/+21 | |
If these links are not deleted, then they will build up in the player's inventory until they can no longer log in. Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being accidentally moved. When a link is deleted, the target of the link is never touched. This is a general solution that accounts for the use of links anywhere in the user's inventory. | |||||
2011-05-18 | Accidentally committed too early | Justin Clark-Casey (justincc) | 1 | -21/+6 | |
Revert "Allow item links to be deleted even when other deletes and purges are disabled." This reverts commit 491279f99afc65860d44765ee7829c7dd5e4e38e. | |||||
2011-05-17 | Allow item links to be deleted even when other deletes and purges are disabled. | Justin Clark-Casey (justincc) | 1 | -6/+21 | |
If these links are not deleted, then they will build up in the player's inventory until they can no longer log in. Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being accidentally moved. When a link is deleted, the target of the link is never touched. This is a general solution that accounts for the use of links anywhere in the user's inventory. | |||||
2011-05-06 | remove further mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2011-04-11 | Include code to return more information about the NullReferenceException seen in | Justin Clark-Casey (justincc) | 1 | -2/+13 | |
http://opensimulator.org/mantis/view.php?id=5403 prior to doing something about it. | |||||
2011-03-08 | Pull up Assembly of the MySQL classes as a protected property, so that it ↵ | Diva Canto | 1 | -1/+6 | |
can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is just a refactor -- no functional changes whatsoever. | |||||
2010-08-19 | Skip conversion if fields that are null in the database. This may | Melanie Thielker | 1 | -0/+4 | |
uncover errors elsewhere. | |||||
2010-08-19 | Skip conversion if fields that are null in the database. This may | Melanie Thielker | 1 | -0/+4 | |
uncover errors elsewhere. | |||||
2010-05-19 | All (?) MySQL stores fixed to use DBGuid.FromDB() | AlexRa | 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) | |||||
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -1/+1 | |
2010-03-05 | add initial UserGrid service classes as per diva's direction | Justin Clark-Casey (justincc) | 1 | -2/+1 | |
this will initially store home location data instead of the presence service compiles but not enough to actually test yet | |||||
2010-03-01 | Fix a few compiler warnings. | Jeff Ames | 1 | -4/+0 | |
2010-02-05 | Updated MySQL connection management to use the MySQL connection pooling. ↵ | Master ScienceSim | 1 | -99/+116 | |
This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. | |||||
2010-01-04 | First stage port of the XInventoryService | Melanie | 1 | -0/+5 | |
2010-01-04 | First stage port of the XInventoryService | Melanie | 1 | -0/+5 | |
2010-01-04 | AvatarStore. Untested, but complete | Melanie | 1 | -5/+5 | |
2009-12-28 | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 1 | -0/+2 | |
(deleting all but one presence record) on logout so that they don't pile up. | |||||
2009-12-27 | Correct some issues with the last commit | root | 1 | -1/+2 | |
2009-12-26 | Correct some issues with the last commit | root | 1 | -1/+2 | |
2009-12-26 | Close a SQL injection loophole in the new database driver | Melanie | 1 | -2/+3 | |
2009-12-26 | Make the GenericTableHandler work as intended | root | 1 | -2/+8 | |
2009-12-26 | Make the GenericTableHandler work as intended | root | 1 | -2/+8 | |
2009-12-26 | Add a generic REPLACE INTO handler for put into the generic table handler | Melanie | 1 | -0/+25 | |
2009-11-23 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2009-11-18 | Implement generic delete method | Melanie | 1 | -1/+14 | |
2009-11-18 | Tweak presence handling and whip up a database connector and handler | Melanie | 1 | -1/+3 | |
for testign the new generic table handling | |||||
2009-11-15 | Committing the incomplete table handler to get it into the tree. No user | Melanie | 1 | -0/+200 | |
functionality yet |