aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Neighbour (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-204/+36
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+2
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto2-0/+4
2012-07-13Don't cache regions data on the other unused LocalGridServiceConnector that ↵Justin Clark-Casey (justincc)1-3/+3
the module code still sets up even if we're using one directly instantiated from the RemoteGridServiceConnector. Also improves log messages to indicate which regions are sending/receiving various neighbour protocol messages.
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.