aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Neighbour (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-11-19minor: Make HelloNeighbour messages more informativeJustin Clark-Casey (justincc)1-5/+10
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto1-4/+4
neighbours.
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2-5/+6
neighbours in the grid service modules.
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto1-1/+2
minimally. A few bugs to catch now.
2009-08-10Replace the Replaceable modules nameMelanie2-2/+2
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey1-2/+2
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker2-0/+10
the ball rolling on replacable modules. No user functionality yet
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-1/+1
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
2009-06-14Update svn properties.Jeff Ames2-283/+283
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva2-0/+283
Region/CoreModules/ServiceConnectorsOut. No functional changes.