aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorroot2020-09-09 21:36:00 +1000
committerroot2020-09-09 21:36:00 +1000
commit577d81270359ddc65cf263c7a0b978bdecda5e77 (patch)
tree80e1f6b6354db8bdff7b54335242a91d2dbf67df /OpenSim
parentOpenSim dev typos -- (diff)
downloadopensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.zip
opensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.tar.gz
opensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.tar.bz2
opensim-SC-577d81270359ddc65cf263c7a0b978bdecda5e77.tar.xz
Gatekeeper -> GatekeeperURI
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs4
-rw-r--r--OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs4
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RemoteGridServiceConnector.cs2
-rw-r--r--OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs12
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs4
5 files changed, 13 insertions, 13 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs b/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
index 8aab90a..a549cbc 100644
--- a/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Lure/HGLureModule.cs
@@ -68,7 +68,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
68 m_ThisGridURL = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI", 68 m_ThisGridURL = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI",
69 new string[] { "Startup", "Hypergrid", "Messaging" }, String.Empty); 69 new string[] { "Startup", "Hypergrid", "Messaging" }, String.Empty);
70 // Legacy. Remove soon! 70 // Legacy. Remove soon!
71 m_ThisGridURL = config.Configs["Messaging"].GetString("Gatekeeper", m_ThisGridURL); 71//// m_ThisGridURL = config.Configs["Messaging"].GetString("Gatekeeper", m_ThisGridURL);
72 m_log.DebugFormat("[LURE MODULE]: {0} enabled", Name); 72 m_log.DebugFormat("[LURE MODULE]: {0} enabled", Name);
73 } 73 }
74 } 74 }
@@ -274,4 +274,4 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
274 } 274 }
275 } 275 }
276 } 276 }
277} \ No newline at end of file 277}
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs
index ae0fa59..af5a0f5 100644
--- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs
@@ -103,8 +103,8 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
103 new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); 103 new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty);
104 m_ThisGatekeeper = Util.GetConfigVarFromSections<string>(source, "GatekeeperURI", 104 m_ThisGatekeeper = Util.GetConfigVarFromSections<string>(source, "GatekeeperURI",
105 new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty); 105 new string[] { "Startup", "Hypergrid", "HGInventoryAccessModule" }, String.Empty);
106 // Legacy. Renove soon! 106 // Legacy. Remove soon!
107 m_ThisGatekeeper = thisModuleConfig.GetString("Gatekeeper", m_ThisGatekeeper); 107//// m_ThisGatekeeper = thisModuleConfig.GetString("Gatekeeper", m_ThisGatekeeper);
108 108
109 m_OutboundPermission = thisModuleConfig.GetBoolean("OutboundPermission", true); 109 m_OutboundPermission = thisModuleConfig.GetBoolean("OutboundPermission", true);
110 m_RestrictInventoryAccessAbroad = thisModuleConfig.GetBoolean("RestrictInventoryAccessAbroad", true); 110 m_RestrictInventoryAccessAbroad = thisModuleConfig.GetBoolean("RestrictInventoryAccessAbroad", true);
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RemoteGridServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RemoteGridServiceConnector.cs
index d31c7ad..32af1f8 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RemoteGridServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RemoteGridServiceConnector.cs
@@ -131,7 +131,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
131 m_ThisGatekeeperURI = Util.GetConfigVarFromSections<string>(source, "GatekeeperURI", 131 m_ThisGatekeeperURI = Util.GetConfigVarFromSections<string>(source, "GatekeeperURI",
132 new string[] { "Startup", "Hypergrid", "GridService" }, String.Empty); 132 new string[] { "Startup", "Hypergrid", "GridService" }, String.Empty);
133 // Legacy. Remove soon! 133 // Legacy. Remove soon!
134 m_ThisGatekeeperURI = gridConfig.GetString("Gatekeeper", m_ThisGatekeeperURI); 134//// m_ThisGatekeeper = gridConfig.GetString("Gatekeeper", m_ThisGatekeeper);
135 135
136 Util.checkServiceURI(m_ThisGatekeeperURI, out m_ThisGatekeeperURI, out m_ThisGatekeeperHost, out m_ThisGatekeeperIP); 136 Util.checkServiceURI(m_ThisGatekeeperURI, out m_ThisGatekeeperURI, out m_ThisGatekeeperHost, out m_ThisGatekeeperIP);
137 return true; 137 return true;
diff --git a/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
index d7e9114..d44b8af 100644
--- a/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
+++ b/OpenSim/Region/OptionalModules/DataSnapshot/DataSnapshotManager.cs
@@ -116,12 +116,12 @@ namespace OpenSim.Region.DataSnapshot
116 string gatekeeper = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI", 116 string gatekeeper = Util.GetConfigVarFromSections<string>(config, "GatekeeperURI",
117 new string[] { "Startup", "Hypergrid", "GridService" }, String.Empty); 117 new string[] { "Startup", "Hypergrid", "GridService" }, String.Empty);
118 // Legacy. Remove soon! 118 // Legacy. Remove soon!
119 if (string.IsNullOrEmpty(gatekeeper)) 119//// if (string.IsNullOrEmpty(gatekeeper))
120 { 120//// {
121 IConfig conf = config.Configs["GridService"]; 121//// IConfig conf = config.Configs["GridService"];
122 if (conf != null) 122//// if (conf != null)
123 gatekeeper = conf.GetString("Gatekeeper", gatekeeper); 123//// gatekeeper = conf.GetString("Gatekeeper", gatekeeper);
124 } 124//// }
125 if (!string.IsNullOrEmpty(gatekeeper)) 125 if (!string.IsNullOrEmpty(gatekeeper))
126 m_gridinfo.Add("gatekeeperURL", gatekeeper); 126 m_gridinfo.Add("gatekeeperURL", gatekeeper);
127 127
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
index 53bfa66..d268609 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
@@ -2651,8 +2651,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
2651 return gatekeeperURI; 2651 return gatekeeperURI;
2652 2652
2653 // Legacy. Remove soon! 2653 // Legacy. Remove soon!
2654 if (config.Configs["GridService"] != null) 2654//// if (config.Configs["GridService"] != null)
2655 gatekeeperURI = config.Configs["GridService"].GetString("Gatekeeper", gatekeeperURI); 2655//// gatekeeperURI = config.Configs["GridService"].GetString("Gatekeeper", gatekeeperURI);
2656 2656
2657 return gatekeeperURI; 2657 return gatekeeperURI;
2658 } 2658 }