aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-11-23 03:56:53 +0000
committerJustin Clark-Casey (justincc)2012-11-23 03:56:53 +0000
commitf473252fa8022f95f60e219b24ffa342966f8c13 (patch)
treef5684cec761050fa0a01a51918ead09eda9eaf82 /bin/OpenSimDefaults.ini
parentRemove the redundant BypassPermissions() checks in EstateManagmentModule. (diff)
downloadopensim-SC_OLD-f473252fa8022f95f60e219b24ffa342966f8c13.zip
opensim-SC_OLD-f473252fa8022f95f60e219b24ffa342966f8c13.tar.gz
opensim-SC_OLD-f473252fa8022f95f60e219b24ffa342966f8c13.tar.bz2
opensim-SC_OLD-f473252fa8022f95f60e219b24ffa342966f8c13.tar.xz
Add AllowRegionRestartFromClient setting to [EstateManagement] section of OpenSim.ini.
Setting this to false will block all restart requests from the viewer even if they are otherwise legitimate. One use is to block region restarts if necessary whilst restart functionality remains buggy or triggers bugs in modules, though these should be fixed as soon as practicable. Default is true, as has been the case historically.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 818321e..19e081f 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -368,6 +368,12 @@
368 ; alert_uri = "http://myappserver.net/my_handler/" 368 ; alert_uri = "http://myappserver.net/my_handler/"
369 369
370 370
371[EstateManagement]
372 ; If false, then block any region restart requests from the client even if they are otherwise valid.
373 ; Default is true
374 AllowRegionRestartFromClient = true
375
376
371[SMTP] 377[SMTP]
372 enabled = false 378 enabled = false
373 379