diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 101 |
1 files changed, 53 insertions, 48 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6ecb5df..417150a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -231,54 +231,6 @@ | |||
231 | ;physics = BulletSim | 231 | ;physics = BulletSim |
232 | 232 | ||
233 | ; ## | 233 | ; ## |
234 | ; ## PERMISSIONS | ||
235 | ; ## | ||
236 | |||
237 | ;permissionmodules = "DefaultPermissionsModule" | ||
238 | |||
239 | ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy | ||
240 | ; any item, etc. This may not yet be implemented uniformally. | ||
241 | ; If set to true, then all permissions checks are carried out | ||
242 | ; Default is true | ||
243 | serverside_object_permissions = true | ||
244 | |||
245 | allow_grid_gods = false | ||
246 | |||
247 | ; This allows somne control over permissions | ||
248 | ; please note that this still doesn't duplicate SL, and is not intended to | ||
249 | ;region_owner_is_god = true | ||
250 | ;region_manager_is_god = false | ||
251 | ;parcel_owner_is_god = true | ||
252 | |||
253 | ; Control user types that are allowed to create new scripts | ||
254 | ; Only enforced if serviceside_object_permissions is true | ||
255 | ; | ||
256 | ; Current possible values are | ||
257 | ; all - anyone can create scripts (subject to normal permissions) | ||
258 | ; gods - only administrators can create scripts (as long as allow_grid_gods is true) | ||
259 | ; Default value is all | ||
260 | ; allowed_script_creators = all | ||
261 | |||
262 | ; Control user types that are allowed to edit (save) scripts | ||
263 | ; Only enforced if serviceside_object_permissions is true | ||
264 | ; | ||
265 | ; Current possible values are | ||
266 | ; all - anyone can edit scripts (subject to normal permissions) | ||
267 | ; gods - only administrators can edit scripts (as long as allow_grid_gods is true) | ||
268 | ; Default value is all | ||
269 | ; allowed_script_editors = all | ||
270 | |||
271 | ; Provides a simple control for land owners to give build rights to specific avatars | ||
272 | ; in publicly accessible parcels that disallow object creation in general. | ||
273 | ; Owners specific avatars by adding them to the Access List of the parcel | ||
274 | ; without having to use the Groups feature | ||
275 | ; Disabled by default | ||
276 | ; simple_build_permissions = False | ||
277 | |||
278 | ; Minimum user level required to upload assets | ||
279 | ;LevelUpload = 0 | ||
280 | |||
281 | ; ## | ||
282 | ; ## SCRIPT ENGINE | 234 | ; ## SCRIPT ENGINE |
283 | ; ## | 235 | ; ## |
284 | 236 | ||
@@ -344,6 +296,55 @@ | |||
344 | ; Use terrain texture for maptiles if true, use shaded green if false | 296 | ; Use terrain texture for maptiles if true, use shaded green if false |
345 | TextureOnMapTile = true | 297 | TextureOnMapTile = true |
346 | 298 | ||
299 | [Permissions] | ||
300 | ; ## | ||
301 | ; ## PERMISSIONS | ||
302 | ; ## | ||
303 | |||
304 | ;permissionmodules = "DefaultPermissionsModule" | ||
305 | |||
306 | ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy | ||
307 | ; any item, etc. This may not yet be implemented uniformally. | ||
308 | ; If set to true, then all permissions checks are carried out | ||
309 | ; Default is true | ||
310 | serverside_object_permissions = true | ||
311 | |||
312 | allow_grid_gods = false | ||
313 | |||
314 | ; This allows somne control over permissions | ||
315 | ; please note that this still doesn't duplicate SL, and is not intended to | ||
316 | ;region_owner_is_god = true | ||
317 | ;region_manager_is_god = false | ||
318 | ;parcel_owner_is_god = true | ||
319 | |||
320 | ; Control user types that are allowed to create new scripts | ||
321 | ; Only enforced if serviceside_object_permissions is true | ||
322 | ; | ||
323 | ; Current possible values are | ||
324 | ; all - anyone can create scripts (subject to normal permissions) | ||
325 | ; gods - only administrators can create scripts (as long as allow_grid_gods is true) | ||
326 | ; Default value is all | ||
327 | ; allowed_script_creators = all | ||
328 | |||
329 | ; Control user types that are allowed to edit (save) scripts | ||
330 | ; Only enforced if serviceside_object_permissions is true | ||
331 | ; | ||
332 | ; Current possible values are | ||
333 | ; all - anyone can edit scripts (subject to normal permissions) | ||
334 | ; gods - only administrators can edit scripts (as long as allow_grid_gods is true) | ||
335 | ; Default value is all | ||
336 | ; allowed_script_editors = all | ||
337 | |||
338 | ; Provides a simple control for land owners to give build rights to specific avatars | ||
339 | ; in publicly accessible parcels that disallow object creation in general. | ||
340 | ; Owners specific avatars by adding them to the Access List of the parcel | ||
341 | ; without having to use the Groups feature | ||
342 | ; Disabled by default | ||
343 | ; simple_build_permissions = False | ||
344 | |||
345 | ; Minimum user level required to upload assets | ||
346 | ;LevelUpload = 0 | ||
347 | |||
347 | 348 | ||
348 | [RegionReady] | 349 | [RegionReady] |
349 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | 350 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled |
@@ -1399,6 +1400,10 @@ | |||
1399 | ; up the system to malicious scripters | 1400 | ; up the system to malicious scripters |
1400 | ; NotecardLineReadCharsMax = 255 | 1401 | ; NotecardLineReadCharsMax = 255 |
1401 | 1402 | ||
1403 | ; Minimum settable timer interval. Any timer setting less than this is | ||
1404 | ; rounded up to this minimum interval. | ||
1405 | ; MinTimerInterval = 0.5 | ||
1406 | |||
1402 | ; Sensor settings | 1407 | ; Sensor settings |
1403 | SensorMaxRange = 96.0 | 1408 | SensorMaxRange = 96.0 |
1404 | SensorMaxResults = 16 | 1409 | SensorMaxResults = 16 |