aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/InventoryService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-04Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)1-2/+6
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)1-1/+8
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)1-11/+6
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-6/+11
2010-04-28Removed unused var from InventoryService.cs (-1 warning)AlexRa1-1/+1
2010-02-14Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca...Diva Canto1-0/+1
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto1-0/+1
2010-01-01Prevent the creation of duplicate inventory folders in the case of a loginMelanie1-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-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-11Fixes mantis #3803. Thanks jhurliman.diva1-5/+5
2009-06-11Changed the inventory service so that is uses exactly one DB plugin, not many...diva1-75/+27
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-20/+21
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...diva1-31/+56
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04* Initial infrastructure for ospa only uuid hashing of retrieved inventory itemsJustin Clarke Casey1-1/+1
2009-05-04* Enhance some internal inventory data plugin behaviour to match what was pro...Justin Clarke Casey1-12/+19
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+14
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+14
2009-03-19Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva1-0/+10
2009-02-12* optimized usings.lbsa711-5/+1
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur1-1/+1
2009-02-03- moved data plugin loading code from various places toMike Mazur1-11/+9
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-2/+4
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-1/+0
2008-11-27* test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey1-5/+14
2008-11-03Thanks diva for patch that makes a bunch of methods in InventoryServiceBase v...Dahlia Trimble1-8/+8
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+9
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-29/+29
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-47/+34
2008-07-24* minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey1-1/+1