diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenSim.ini.example | 9 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 8 | ||||
-rw-r--r-- | bin/Robust.ini.example | 4 |
4 files changed, 25 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2c85f9d..50366a6 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -194,6 +194,15 @@ | |||
194 | ; region_manager_is_god = false | 194 | ; region_manager_is_god = false |
195 | ; parcel_owner_is_god = true | 195 | ; parcel_owner_is_god = true |
196 | 196 | ||
197 | ;; More control over permissions | ||
198 | ;; This is definitely not SL! | ||
199 | ; Provides a simple control for land owners to give build rights to specific avatars | ||
200 | ; in publicly accessible parcels that disallow object creation in general. | ||
201 | ; Owners specific avatars by adding them to the Access List of the parcel | ||
202 | ; without having to use the Groups feature | ||
203 | ; simple_build_permissions = false | ||
204 | |||
205 | |||
197 | ;; Default script engine to use. Currently, we only have XEngine | 206 | ;; Default script engine to use. Currently, we only have XEngine |
198 | ; DefaultScriptEngine = "XEngine" | 207 | ; DefaultScriptEngine = "XEngine" |
199 | 208 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f4e3d9e..8be2427 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -260,6 +260,14 @@ | |||
260 | ; Default value is all | 260 | ; Default value is all |
261 | ; allowed_script_editors = all | 261 | ; allowed_script_editors = all |
262 | 262 | ||
263 | ; Provides a simple control for land owners to give build rights to specific avatars | ||
264 | ; in publicly accessible parcels that disallow object creation in general. | ||
265 | ; Owners specific avatars by adding them to the Access List of the parcel | ||
266 | ; without having to use the Groups feature | ||
267 | ; Disabled by default | ||
268 | ; simple_build_permissions = False | ||
269 | |||
270 | |||
263 | ; ## | 271 | ; ## |
264 | ; ## SCRIPT ENGINE | 272 | ; ## SCRIPT ENGINE |
265 | ; ## | 273 | ; ## |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index db9f08b..e0242ab 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -395,8 +395,12 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
395 | HomeURI = "http://127.0.0.1:8002" | 395 | HomeURI = "http://127.0.0.1:8002" |
396 | 396 | ||
397 | [HGFriendsService] | 397 | [HGFriendsService] |
398 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | 398 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" |
399 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 399 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
400 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
401 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
402 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
403 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
400 | 404 | ||
401 | [HGInstantMessageService] | 405 | [HGInstantMessageService] |
402 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | 406 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 326caeb..69e94a5 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -225,10 +225,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
225 | MapTileURL = "http://127.0.0.1:8002"; | 225 | MapTileURL = "http://127.0.0.1:8002"; |
226 | 226 | ||
227 | ; For V2/3 Web Profiles | 227 | ; For V2/3 Web Profiles |
228 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME] | 228 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" |
229 | 229 | ||
230 | ; For V2/V3 webapp authentication SSO | 230 | ; For V2/V3 webapp authentication SSO |
231 | OpenIDServerURL = "http://127.0.0.1/openid/openidserver/ | 231 | OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" |
232 | 232 | ||
233 | ; If you run this login server behind a proxy, set this to true | 233 | ; If you run this login server behind a proxy, set this to true |
234 | ; HasProxy = false | 234 | ; HasProxy = false |