aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2012-07-05 22:17:39 +0100
committerMelanie2012-07-05 22:17:39 +0100
commit5776351f6abd4ca8cca7344b26ab989425c67687 (patch)
treefe0c0355ceb25db47125525b9b72d2077cc3c29f /bin
parentMerge branch 'master' into careminster (diff)
parentminor: add client name to various login service log messages to disambiguate ... (diff)
downloadopensim-SC-5776351f6abd4ca8cca7344b26ab989425c67687.zip
opensim-SC-5776351f6abd4ca8cca7344b26ab989425c67687.tar.gz
opensim-SC-5776351f6abd4ca8cca7344b26ab989425c67687.tar.bz2
opensim-SC-5776351f6abd4ca8cca7344b26ab989425c67687.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
Diffstat (limited to 'bin')
-rw-r--r--[-rwxr-xr-x]bin/OpenSim.ini.example32
1 files changed, 26 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index aa29c07..c07e1ab 100755..100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -254,6 +254,23 @@
254 ;; default is false 254 ;; default is false
255 ; TelehubAllowLandmark = false 255 ; TelehubAllowLandmark = false
256 256
257 ;# Comma separated list of viewers which may gain access to the regions.
258 ;; One can use a Substring of the viewer name to enable only certain subversions
259 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
260 ;; - "Imprudence" has access
261 ;; - "Imprudence 1.3" has access
262 ;; - "Imprudence 1.3.1" has no access
263 ;; AllowedViewerList =
264
265 ;# Comma separated list of viewers which may not gain access to the regions.
266 ;; One can use a Substring of the viewer name to disable only certain subversions
267 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
268 ;; - "Imprudence" has no access
269 ;; - "Imprudence 1.3" has no access
270 ;; - "Imprudence 1.3.1" has access
271 ; BannedViewerList =
272
273
257[Estates] 274[Estates]
258 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). 275 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
259 ; If these values are uncommented then they will be used to create a default estate as necessary. 276 ; If these values are uncommented then they will be used to create a default estate as necessary.
@@ -656,8 +673,11 @@
656 ; AllowLightShareFunctions = false 673 ; AllowLightShareFunctions = false
657 674
658 ;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow 675 ;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow
659 ;; Threat level to allow, one of None, VeryLow, Low, Moderate, High, 676 ;; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
660 ;; VeryHigh, Severe 677 ;; See http://opensimulator.org/wiki/Threat_level for more information on these levels.
678 ;; We do not recommend that use set a general level above Low unless you have a high level of trust
679 ;; in all the users that can run scripts in your simulator. It is safer to explicitly
680 ;; allow certain types of user to run higher threat level OSSL functions, as detailed later on.
661 OSFunctionThreatLevel = VeryLow 681 OSFunctionThreatLevel = VeryLow
662 682
663 ; OS Functions enable/disable 683 ; OS Functions enable/disable
@@ -674,10 +694,10 @@
674 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb 694 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
675 695
676 ; Comma separated list of owner classes that allow the function for a particular class of owners. Choices are 696 ; Comma separated list of owner classes that allow the function for a particular class of owners. Choices are
677 ; - PARCEL_GROUP_MEMBER: allow if objectgroup is the same group as the parcel 697 ; - PARCEL_GROUP_MEMBER: allow if the object group is the same group as the parcel
678 ; - PARCEL_OWNER: allow if the objectowner is parcelowner 698 ; - PARCEL_OWNER: allow if the object owner is the parcel owner
679 ; - ESTATE_MANAGER: allow if the object owner is a estate manager 699 ; - ESTATE_MANAGER: allow if the object owner is an estate manager
680 ; - ESTATE_OWNER: allow if objectowner is estateowner 700 ; - ESTATE_OWNER: allow if the object owner is the estate owner
681 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb, PARCEL_OWNER, ESTATE_OWNER>, ... 701 ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb, PARCEL_OWNER, ESTATE_OWNER>, ...
682 702
683 ; You can also use script creators as the uuid 703 ; You can also use script creators as the uuid