aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Neighbour/NeighbourServiceInConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-1/+1
| | | | Make all current modules support the configuration name option
* Update svn properties.Jeff Ames2009-06-141-68/+68
|
* Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva2009-06-141-0/+68
get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.