| Commit message (Expand) | Author | Files | Lines |
2011-06-04 | Fix give inventory tests to use different users rather than (accidentally) th... | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2010-08-24 | Add automated test at the opensim 'api' level to check that a given item goes... | Justin Clark-Casey (justincc) | 1 | -1/+8 |
2010-06-11 | Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol... | Justin Clark-Casey (justincc) | 1 | -11/+6 |
2010-06-11 | Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve... | Justin Clark-Casey (justincc) | 1 | -6/+11 |
2010-04-28 | Removed unused var from InventoryService.cs (-1 warning) | AlexRa | 1 | -1/+1 |
2010-02-14 | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca... | Diva Canto | 1 | -0/+1 |
2010-01-12 | Fixed more appearance woes that showed up using remote connectors. Appearance... | Diva Canto | 1 | -0/+1 |
2010-01-01 | Prevent the creation of duplicate inventory folders in the case of a login | Melanie | 1 | -1/+12 |
2009-11-22 | * Request from Adam to add InfoFormat logging to the InventoryService for whe... | Teravus Ovares (Dan Olivares) | 1 | -0/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-03 | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 1 | -1/+1 |
2009-08-28 | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2009-08-22 | Moved a debug message. | Diva Canto | 1 | -1/+1 |
2009-08-22 | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 1 | -2/+14 |
2009-08-20 | Made HandleFetchInventoryDescendents async, so that the client thread doesn't... | Diva Canto | 1 | -3/+1 |
2009-08-19 | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ... | Diva Canto | 1 | -3/+3 |
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 1 | -0/+18 |
2009-08-19 | A better purge of trash folder. | Diva Canto | 1 | -4/+8 |
2009-08-13 | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 1 | -0/+23 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 1 | -2/+2 |
2009-08-11 | Improved test for system folders. Removed log messages. | Diva Canto | 1 | -1/+2 |
2009-08-11 | System folders inventory cache added to OUT inventory modules. This tracks ag... | Diva Canto | 1 | -0/+20 |
2009-08-10 | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 1 | -0/+40 |
2009-08-10 | Changed RequestRootFolder to GetRootFolder | Diva Canto | 1 | -3/+3 |
2009-08-06 | Disable all IAR tests for now due to possible failure-causing race condition | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2009-06-11 | Fixes mantis #3803. Thanks jhurliman. | diva | 1 | -5/+5 |
2009-06-11 | Changed the inventory service so that is uses exactly one DB plugin, not many... | diva | 1 | -75/+27 |
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 1 | -20/+21 |
2009-06-08 | Added more functions to IInventoryService. Unsure about whether all of these ... | diva | 1 | -6/+67 |
2009-06-07 | First draft of inventory service connectors, and service implementation. No h... | diva | 1 | -31/+56 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-04 | * Initial infrastructure for ospa only uuid hashing of retrieved inventory items | Justin Clarke Casey | 1 | -1/+1 |
2009-05-04 | * Enhance some internal inventory data plugin behaviour to match what was pro... | Justin Clarke Casey | 1 | -12/+19 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+14 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+14 |
2009-03-19 | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p... | diva | 1 | -0/+10 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -5/+1 |
2009-02-09 | The DataPluginFactory is now a set of generic methods instead of | Mike Mazur | 1 | -1/+1 |
2009-02-03 | - moved data plugin loading code from various places to | Mike Mazur | 1 | -11/+9 |
2009-02-03 | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 1 | -2/+4 |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 1 | -1/+0 |
2008-11-27 | * test: Add the ability to add a plugin directory to the user and inventory s... | Justin Clarke Casey | 1 | -5/+14 |
2008-11-03 | Thanks diva for patch that makes a bunch of methods in InventoryServiceBase v... | Dahlia Trimble | 1 | -8/+8 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -0/+9 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -29/+29 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -47/+34 |
2008-07-24 | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 1 | -1/+1 |