aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/ISessionAuthInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* System folders inventory cache added to OUT inventory modules. This tracks ↵Diva Canto2009-08-111-1/+1
| | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-101-0/+17
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-071-0/+107
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.