aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/InventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-20/+21
| | | | | | | 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.
* 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-071-0/+544
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.