aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-18 23:38:40 +0100
committerJustin Clark-Casey (justincc)2010-06-18 23:38:40 +0100
commit514732595bdeb75a94a232b2f49ad11684ff7f6f (patch)
treec8fddd31c0dd16ac68d55dd4b4327403bb181e5d /bin
parenteliminate SimianGrid [Groups] section from GridCommon.ini.example as per Nebadon (diff)
downloadopensim-SC_OLD-514732595bdeb75a94a232b2f49ad11684ff7f6f.zip
opensim-SC_OLD-514732595bdeb75a94a232b2f49ad11684ff7f6f.tar.gz
opensim-SC_OLD-514732595bdeb75a94a232b2f49ad11684ff7f6f.tar.bz2
opensim-SC_OLD-514732595bdeb75a94a232b2f49ad11684ff7f6f.tar.xz
minor: try and make the explanations for the AllowScriptCrossing and TrustBinaries settings in OpenSim.ini.example clearer
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0bc3d87..aab1a58 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -80,14 +80,16 @@
80 PhysicalPrimMax = 10 ; (I think this was moved to the Regions.ini!) 80 PhysicalPrimMax = 10 ; (I think this was moved to the Regions.ini!)
81 ClampPrimSize = false 81 ClampPrimSize = false
82 82
83 ; Region crossing 83 ; Allow scripts to cross region boundaries. These are recompiled on the new region.
84 AllowScriptCrossing = false 84 AllowScriptCrossing = false
85
86 ; Allow compiled script binary code to cross region boundaries.
85 ; If you set this to "true", any region that can teleport to you can 87 ; If you set this to "true", any region that can teleport to you can
86 ; inject ARBITRARY BINARY CODE into your system. Use at your own risk. 88 ; inject ARBITRARY BINARY CODE into your system. Use at your own risk.
87 ; YOU HAVE BEEN WARNED!!! 89 ; YOU HAVE BEEN WARNED!!!
88 TrustBinaries = false 90 TrustBinaries = false
89 91
90 ; Combine all contiguous regions into one large region 92 ; Combine all contiguous regions into one large megaregion
91 ; Order your regions from South to North, West to East in your regions.ini and then set this to true 93 ; Order your regions from South to North, West to East in your regions.ini and then set this to true
92 ; Warning! Don't use this with regions that have existing content!, This will likely break them 94 ; Warning! Don't use this with regions that have existing content!, This will likely break them
93 CombineContiguousRegions = false 95 CombineContiguousRegions = false