aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Inventory/HGInventoryBroker.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva1-401/+0
Region/CoreModules/ServiceConnectorsOut. No functional changes.
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-1/+1
2009-06-11InterServiceInventoryService references *almost* completely removed from the ↵diva1-1/+1
simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :)
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-18/+22
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.
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ↵diva1-0/+31
are really necessary.
2009-06-07First draft of inventory service connectors, and service implementation. No ↵diva1-0/+366
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.