aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IInventoryService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+5
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-19/+17
* minor: add a bit more method doc to IInventoryService.GetItem()Justin Clark-Casey (justincc)2011-04-111-1/+1
* Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-231-2/+5
* Mark GetUserInventory as obsolete. It is still used in the defaultMelanie2010-01-041-0/+2
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-0/+8
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+2
* A better purge of trash folder.Diva Canto2009-08-191-1/+2
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-0/+20
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-2/+2
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-7/+23
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-1/+2
* Added more functions to IInventoryService. Unsure about whether all of these ...diva2009-06-081-0/+35
* First draft of inventory service connectors, and service implementation. No h...diva2009-06-071-0/+118