aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionCache.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-13Don't cache regions data on the other unused LocalGridServiceConnector that ↵Justin Clark-Casey (justincc)1-0/+1
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.
2010-12-29Bug fix in neighbors: serverURI now always has a trailing '/'... neighbors ↵Diva Canto1-1/+1
were not getting notified.
2009-10-06Removing dependencies on System.Runtime.Remoting.Diva Canto1-0/+4
2009-10-05GetRegionByPosition: use the cache, Luke.Diva Canto1-0/+14
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+28
2009-09-27Neighbours cache working.Diva Canto1-0/+52