aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved test for system folders. Removed log messages.Diva Canto2009-08-111-1/+2
|
* System folders inventory cache added to OUT inventory modules. This tracks ↵Diva Canto2009-08-111-0/+20
| | | | 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/+40
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-3/+3
|
* Disable all IAR tests for now due to possible failure-causing race conditionJustin Clark-Casey (justincc)2009-08-061-1/+0
|
* Moving these nice HG connectors to their homes.diva2009-06-151-242/+0
|
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-5/+5
|
* Changed the inventory service so that is uses exactly one DB plugin, not ↵diva2009-06-112-115/+28
| | | | | | | many. The composition of plugins can be done at the service and connector levels. This fixes the unit tests that were failing yesterday, but I'm not committing those yet, because I'm seeing 2 of those tests having pass and fail outcomes randomly which suggests that the tests are buggy.
* Heart surgery no.2: the inventory service hooks. diva2009-06-103-49/+132
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* IInentoryDataPlugins were missing.diva2009-06-081-2/+7
|
* Added more functions to IInventoryService. Unsure about whether all of these ↵diva2009-06-081-6/+67
| | | | are really necessary.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-073-0/+820
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.