aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2013-03-02 17:54:19 -0800
committerDiva Canto2013-03-02 17:54:19 -0800
commite70c71a1758ed450444a6272f9afe4528ccf3abc (patch)
tree5dcdc7e8a3f94b7f6d83ae7fa5d8b6a2d05be668 /bin
parentFixed typos in TempAttachmentsModule. No changes. (diff)
parentAdded existance and default value for [XEngine]MinTimerInterval to OpenSimDef... (diff)
downloadopensim-SC_OLD-e70c71a1758ed450444a6272f9afe4528ccf3abc.zip
opensim-SC_OLD-e70c71a1758ed450444a6272f9afe4528ccf3abc.tar.gz
opensim-SC_OLD-e70c71a1758ed450444a6272f9afe4528ccf3abc.tar.bz2
opensim-SC_OLD-e70c71a1758ed450444a6272f9afe4528ccf3abc.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example24
-rw-r--r--bin/OpenSimDefaults.ini4
2 files changed, 28 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0eb43a2..eab1fce 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -256,6 +256,29 @@
256 ;; default is false 256 ;; default is false
257 ; TelehubAllowLandmark = false 257 ; TelehubAllowLandmark = false
258 258
259
260[AccessControl]
261 ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
262 ;; Bar (|) separated list of viewers which may gain access to the regions.
263 ;; One can use a substring of the viewer name to enable only certain
264 ;; versions
265 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
266 ;; - "Imprudence" has access
267 ;; - "Imprudence 1.3" has access
268 ;; - "Imprudence 1.3.1" has no access
269 ; AllowedClients =
270
271 ;# {BannedClients} {} {Bar (|) separated list of banned clients} {}
272 ;# Bar (|) separated list of viewers which may not gain access to the regions.
273 ;; One can use a Substring of the viewer name to disable only certain
274 ;; versions
275 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
276 ;; - "Imprudence" has no access
277 ;; - "Imprudence 1.3" has no access
278 ;; - "Imprudence 1.3.1" has access
279 ; BannedClients =
280
281
259[Map] 282[Map]
260 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true 283 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
261 ;; Map tile options. 284 ;; Map tile options.
@@ -290,6 +313,7 @@
290 ;; got a large number of objects, so you can turn it off here if you'd like. 313 ;; got a large number of objects, so you can turn it off here if you'd like.
291 ; DrawPrimOnMapTile = true 314 ; DrawPrimOnMapTile = true
292 315
316
293[Permissions] 317[Permissions]
294 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule 318 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
295 ;; Permission modules to use, separated by comma. 319 ;; Permission modules to use, separated by comma.
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 091107f..417150a 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1400,6 +1400,10 @@
1400 ; up the system to malicious scripters 1400 ; up the system to malicious scripters
1401 ; NotecardLineReadCharsMax = 255 1401 ; NotecardLineReadCharsMax = 255
1402 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
1403 ; Sensor settings 1407 ; Sensor settings
1404 SensorMaxRange = 96.0 1408 SensorMaxRange = 96.0
1405 SensorMaxResults = 16 1409 SensorMaxResults = 16