aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Inventory/LocalInventoryServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-286/+0
| | | | Region/CoreModules/ServiceConnectorsOut. No functional changes.
* * minor: removing some logging stuff accidentally left in on the last commitJustin Clarke Casey2009-06-121-3/+2
|
* * Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() ↵Justin Clarke Casey2009-06-121-4/+7
| | | | | | | | | from AddRegion() * This is necessary to avoid a dependency problem where LLStandaloneLoginModule references IInventoryService before the LocalInventoryServiceConnector is registered * Correct some copypasta log messages in LocalInventoryServiceConnector
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-2/+2
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-11/+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.
* Update svn properties.Jeff Ames2009-06-091-273/+273
|
* Added more functions to IInventoryService. Unsure about whether all of these ↵diva2009-06-081-0/+27
| | | | are really necessary.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-071-0/+246
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.