aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Neighbour (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-142-283/+0
| | | | Region/CoreModules/ServiceConnectorsOut. No functional changes.
* Bug fix in remote neighbour connector.diva2009-06-142-2/+3
|
* Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva2009-06-142-0/+282
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.