diff options
Diffstat (limited to 'bin')
-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 57a2e06..4b1f5a7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -595,6 +595,25 @@ | |||
595 | ;; VeryHigh, Severe | 595 | ;; VeryHigh, Severe |
596 | OSFunctionThreatLevel = VeryLow | 596 | OSFunctionThreatLevel = VeryLow |
597 | 597 | ||
598 | ; OS Functions enable/disable | ||
599 | ; For each function, you can add one line, as shown | ||
600 | ; The default for all functions allows them if below threat level | ||
601 | |||
602 | ; true allows the use of the function unconditionally | ||
603 | ; Allow_osSetRegionWaterHeight = true | ||
604 | |||
605 | ; false disables the function completely | ||
606 | ; Allow_osSetRegionWaterHeight = false | ||
607 | |||
608 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
609 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
610 | |||
611 | ; You can also use script creators as the uuid | ||
612 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
613 | |||
614 | ; If both Allow_ and Creators_ are given, effective permissions | ||
615 | ; are the union of the two. | ||
616 | |||
598 | ;; Time a script can spend in an event handler before it is interrupted | 617 | ;; Time a script can spend in an event handler before it is interrupted |
599 | ; EventLimit = 30 | 618 | ; EventLimit = 30 |
600 | 619 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f5d7f4a..574aef0 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1124,6 +1124,25 @@ | |||
1124 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 1124 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
1125 | OSFunctionThreatLevel = VeryLow | 1125 | OSFunctionThreatLevel = VeryLow |
1126 | 1126 | ||
1127 | ; OS Functions enable/disable | ||
1128 | ; For each function, you can add one line, as shown | ||
1129 | ; The default for all functions allows them if below threat level | ||
1130 | |||
1131 | ; true allows the use of the function unconditionally | ||
1132 | ; Allow_osSetRegionWaterHeight = true | ||
1133 | |||
1134 | ; false disables the function completely | ||
1135 | ; Allow_osSetRegionWaterHeight = false | ||
1136 | |||
1137 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
1138 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
1139 | |||
1140 | ; You can also use script creators as the uuid | ||
1141 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
1142 | |||
1143 | ; If both Allow_ and Creators_ are given, effective permissions | ||
1144 | ; are the union of the two. | ||
1145 | |||
1127 | ; Interval (s) between background save of script states | 1146 | ; Interval (s) between background save of script states |
1128 | SaveInterval = 120 | 1147 | SaveInterval = 120 |
1129 | 1148 | ||
@@ -1151,25 +1170,6 @@ | |||
1151 | SensorMaxRange = 96.0 | 1170 | SensorMaxRange = 96.0 |
1152 | SensorMaxResults = 16 | 1171 | SensorMaxResults = 16 |
1153 | 1172 | ||
1154 | ; OS Functions enable/disable | ||
1155 | ; For each function, you can add one line, as shown | ||
1156 | ; The default for all functions allows them if below threat level | ||
1157 | |||
1158 | ; true allows the use of the function unconditionally | ||
1159 | ; Allow_osSetRegionWaterHeight = true | ||
1160 | |||
1161 | ; false disables the function completely | ||
1162 | ; Allow_osSetRegionWaterHeight = false | ||
1163 | |||
1164 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
1165 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
1166 | |||
1167 | ; You can also use script creators as the uuid | ||
1168 | ; Creators_osSetRegionWaterHeight = <uuid>, ... | ||
1169 | |||
1170 | ; If both Allow_ and Creators_ are given, effective permissions | ||
1171 | ; are the union of the two. | ||
1172 | |||
1173 | ; Allow for llCreateLink and llBreakLink to work without asking for permission | 1173 | ; Allow for llCreateLink and llBreakLink to work without asking for permission |
1174 | ; only enable this in a trusted environment otherwise you may be subject to hijacking | 1174 | ; only enable this in a trusted environment otherwise you may be subject to hijacking |
1175 | ; AutomaticLinkPermission = false | 1175 | ; AutomaticLinkPermission = false |