diff options
author | diva | 2009-02-20 03:39:50 +0000 |
---|---|---|
committer | diva | 2009-02-20 03:39:50 +0000 |
commit | 33330297d603a66cc157baa21c81328edc893e51 (patch) | |
tree | 264c9cc750e08383d4f126a66e6def4176dc2fa9 /OpenSim/Region/Application | |
parent | Update svn properties, add copyright headers, minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-33330297d603a66cc157baa21c81328edc893e51.zip opensim-SC_OLD-33330297d603a66cc157baa21c81328edc893e51.tar.gz opensim-SC_OLD-33330297d603a66cc157baa21c81328edc893e51.tar.bz2 opensim-SC_OLD-33330297d603a66cc157baa21c81328edc893e51.tar.xz |
THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all.
There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/HGOpenSimNode.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/HGOpenSimNode.cs b/OpenSim/Region/Application/HGOpenSimNode.cs index 0a8075c..6ec00fe 100644 --- a/OpenSim/Region/Application/HGOpenSimNode.cs +++ b/OpenSim/Region/Application/HGOpenSimNode.cs | |||
@@ -95,7 +95,7 @@ namespace OpenSim | |||
95 | 95 | ||
96 | 96 | ||
97 | m_commsManager = new HGCommunicationsStandalone(m_networkServersInfo, m_httpServer, m_assetCache, | 97 | m_commsManager = new HGCommunicationsStandalone(m_networkServersInfo, m_httpServer, m_assetCache, |
98 | userService, userService, inventoryService, gridService, gridService, userService, libraryRootFolder, m_configSettings.DumpAssetsToFile); | 98 | userService, userService, inventoryService, gridService, userService, libraryRootFolder, m_configSettings.DumpAssetsToFile); |
99 | 99 | ||
100 | inventoryService.UserProfileCache = m_commsManager.UserProfileCacheService; | 100 | inventoryService.UserProfileCache = m_commsManager.UserProfileCacheService; |
101 | HGServices = gridService; | 101 | HGServices = gridService; |
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 54822d0..ad7d06f 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -274,7 +274,7 @@ namespace OpenSim | |||
274 | m_commsManager | 274 | m_commsManager |
275 | = new CommunicationsLocal( | 275 | = new CommunicationsLocal( |
276 | m_networkServersInfo, m_httpServer, m_assetCache, userService, userService, | 276 | m_networkServersInfo, m_httpServer, m_assetCache, userService, userService, |
277 | inventoryService, backendService, backendService, userService, | 277 | inventoryService, backendService, userService, |
278 | libraryRootFolder, m_configSettings.DumpAssetsToFile); | 278 | libraryRootFolder, m_configSettings.DumpAssetsToFile); |
279 | 279 | ||
280 | // set up XMLRPC handler for client's initial login request message | 280 | // set up XMLRPC handler for client's initial login request message |