aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/InventoryServiceBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed the inventory service so that is uses exactly one DB plugin, not ↵diva2009-06-111-40/+1
| | | | | | | 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-101-11/+29
| | | | | | | 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
|
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-071-0/+98
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.