aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto2009-08-191-0/+2
| | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
* 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' ↵Diva Canto2009-08-131-2/+2
| | | | starting to get on my nerves.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-101-7/+23
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* 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
| | | | are really necessary.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-071-0/+118
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.