aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman1-1/+1
2009-08-28Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)1-0/+2
2009-08-22Moved a debug message.Diva Canto1-1/+1
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-2/+14
2009-08-20Made HandleFetchInventoryDescendents async, so that the client thread doesn't...Diva Canto1-3/+1
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto1-3/+3
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-0/+18
2009-08-19A better purge of trash folder.Diva Canto1-4/+8
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-0/+23
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-2/+2
2009-08-11Improved test for system folders. Removed log messages.Diva Canto1-1/+2
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto1-0/+20
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto1-0/+40
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-3/+3
2009-08-06Disable all IAR tests for now due to possible failure-causing race conditionJustin Clark-Casey (justincc)1-1/+0
2009-06-15Moving these nice HG connectors to their homes.diva1-242/+0
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-5/+5
2009-06-11Changed the inventory service so that is uses exactly one DB plugin, not many...diva2-115/+28
2009-06-10Heart surgery no.2: the inventory service hooks. diva3-49/+132
2009-06-08IInentoryDataPlugins were missing.diva1-2/+7
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva1-6/+67
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva3-0/+820