diff options
author | Michelle Argus | 2012-07-02 19:12:10 +0200 |
---|---|---|
committer | Melanie | 2012-07-02 18:45:11 +0100 |
commit | 3399596e0e2df2d0e260ba88ce8a0166de8cbff2 (patch) | |
tree | 6c51196af1255ef3568ca4c243d23dc54b9cdafa /bin/OpenSim.ini.example | |
parent | Add preservation of running state of scripts when drag-copying. (diff) | |
download | opensim-SC_OLD-3399596e0e2df2d0e260ba88ce8a0166de8cbff2.zip opensim-SC_OLD-3399596e0e2df2d0e260ba88ce8a0166de8cbff2.tar.gz opensim-SC_OLD-3399596e0e2df2d0e260ba88ce8a0166de8cbff2.tar.bz2 opensim-SC_OLD-3399596e0e2df2d0e260ba88ce8a0166de8cbff2.tar.xz |
Adds a list of viewers that are allowed or banned from the region.
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--[-rwxr-xr-x] | bin/OpenSim.ini.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index aa29c07..741877e 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. |