aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵Tom Grimshaw2010-05-291-0/+2
| | | | be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad.
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-5/+8
| | | | minimally. A few bugs to catch now.
* Update svn properties.Jeff Ames2009-06-221-125/+125
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+125
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.