diff options
Diffstat (limited to '')
7 files changed, 16 insertions, 16 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 | } |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index dc70b81..669ba38 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -122,7 +122,7 @@ | |||
122 | ;; Change this to the address of your Gatekeeper service | 122 | ;; Change this to the address of your Gatekeeper service |
123 | ;; (usually bundled with the rest of the services in one | 123 | ;; (usually bundled with the rest of the services in one |
124 | ;; Robust server in port ${Const|PublicPort}, but not always) | 124 | ;; Robust server in port ${Const|PublicPort}, but not always) |
125 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" | 125 | GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
126 | 126 | ||
127 | [AvatarService] | 127 | [AvatarService] |
128 | ; | 128 | ; |
@@ -173,7 +173,7 @@ | |||
173 | ; accessible from other grids | 173 | ; accessible from other grids |
174 | ; | 174 | ; |
175 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 175 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
176 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" | 176 | GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
177 | ;; If you want to protect your assets from being copied by foreign visitors | 177 | ;; If you want to protect your assets from being copied by foreign visitors |
178 | ;; set this to false. You may want to do this on sims that have licensed content. | 178 | ;; set this to false. You may want to do this on sims that have licensed content. |
179 | ;; Default is true. | 179 | ;; Default is true. |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 906ab84..ad5284d 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -116,7 +116,7 @@ | |||
116 | 116 | ||
117 | [LoginService] | 117 | [LoginService] |
118 | WelcomeMessage = "Welcome, Avatar!" | 118 | WelcomeMessage = "Welcome, Avatar!" |
119 | ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented | 119 | ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented |
120 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 120 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
121 | 121 | ||
122 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 122 | SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |