diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 19 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 38 |
2 files changed, 38 insertions, 19 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ce86d56..c3d3216 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -600,6 +600,25 @@ | |||
600 | ;; VeryHigh, Severe | 600 | ;; VeryHigh, Severe |
601 | OSFunctionThreatLevel = VeryLow | 601 | OSFunctionThreatLevel = VeryLow |
602 | 602 | ||
603 | ; OS Functions enable/disable | ||
604 | ; For each function, you can add one line, as shown | ||
605 | ; The default for all functions allows them if below threat level | ||
606 | |||
607 | ; true allows the use of the function unconditionally | ||
608 | ; Allow_osSetRegionWaterHeight = true | ||
609 | |||
610 | ; false disables the function completely | ||
611 | ; Allow_osSetRegionWaterHeight = false | ||
612 | |||
613 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
614 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
615 | |||
616 | ; You can also use script creators as the uuid | ||
617 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
618 | |||
619 | ; If both Allow_ and Creators_ are given, effective permissions | ||
620 | ; are the union of the two. | ||
621 | |||
603 | ;; Time a script can spend in an event handler before it is interrupted | 622 | ;; Time a script can spend in an event handler before it is interrupted |
604 | ; EventLimit = 30 | 623 | ; EventLimit = 30 |
605 | 624 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 245f087..cd69e2a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1136,6 +1136,25 @@ | |||
1136 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 1136 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
1137 | OSFunctionThreatLevel = VeryLow | 1137 | OSFunctionThreatLevel = VeryLow |
1138 | 1138 | ||
1139 | ; OS Functions enable/disable | ||
1140 | ; For each function, you can add one line, as shown | ||
1141 | ; The default for all functions allows them if below threat level | ||
1142 | |||
1143 | ; true allows the use of the function unconditionally | ||
1144 | ; Allow_osSetRegionWaterHeight = true | ||
1145 | |||
1146 | ; false disables the function completely | ||
1147 | ; Allow_osSetRegionWaterHeight = false | ||
1148 | |||
1149 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
1150 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
1151 | |||
1152 | ; You can also use script creators as the uuid | ||
1153 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
1154 | |||
1155 | ; If both Allow_ and Creators_ are given, effective permissions | ||
1156 | ; are the union of the two. | ||
1157 | |||
1139 | ; Interval (s) between background save of script states | 1158 | ; Interval (s) between background save of script states |
1140 | SaveInterval = 120 | 1159 | SaveInterval = 120 |
1141 | 1160 | ||
@@ -1163,25 +1182,6 @@ | |||
1163 | SensorMaxRange = 96.0 | 1182 | SensorMaxRange = 96.0 |
1164 | SensorMaxResults = 16 | 1183 | SensorMaxResults = 16 |
1165 | 1184 | ||
1166 | ; OS Functions enable/disable | ||
1167 | ; For each function, you can add one line, as shown | ||
1168 | ; The default for all functions allows them if below threat level | ||
1169 | |||
1170 | ; true allows the use of the function unconditionally | ||
1171 | ; Allow_osSetRegionWaterHeight = true | ||
1172 | |||
1173 | ; false disables the function completely | ||
1174 | ; Allow_osSetRegionWaterHeight = false | ||
1175 | |||
1176 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
1177 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
1178 | |||
1179 | ; You can also use script creators as the uuid | ||
1180 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
1181 | |||
1182 | ; If both Allow_ and Creators_ are given, effective permissions | ||
1183 | ; are the union of the two. | ||
1184 | |||
1185 | ; Allow for llCreateLink and llBreakLink to work without asking for permission | 1185 | ; Allow for llCreateLink and llBreakLink to work without asking for permission |
1186 | ; only enable this in a trusted environment otherwise you may be subject to hijacking | 1186 | ; only enable this in a trusted environment otherwise you may be subject to hijacking |
1187 | ; AutomaticLinkPermission = false | 1187 | ; AutomaticLinkPermission = false |