aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Neighbour (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-1/+1
| | | | making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
* Update svn properties.Jeff Ames2009-06-142-271/+271
|
* Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva2009-06-142-0/+271
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.