From ae63b2d2caf39fa8db3bb877a8d78f3d394c8f5d Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 15 Sep 2008 23:50:07 +0000 Subject: Finish up OSSL enable/disable options in XEngine. Now each function can be allowed, subject to threat level, disabled, or restricted to certain UUIDs. --- bin/OpenSim.ini.example | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 617f10e..25a233e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -692,6 +692,17 @@ ScriptDelayFactor = 1.0 ; The factor the 10 m distances llimits are multiplied by ScriptDistanceLimitFactor = 1.0 +; OS Functions enable/disable +; For each function, you can add one line, as shown + +; true is the default for all functions, and allows them if below threat level +; Allow_osSetRegionWaterHeight = true + +; false disables the function completely +; Allow_osSetRegionWaterHeight = false + +; Comma separated list of UUIDS allows the function for that list of UUIDS +; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb [GridInfo] -- cgit v1.1