mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Adds a list of viewers that are allowed or banned from the region.
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
17
bin/OpenSim.ini.example
Executable file → Normal file
17
bin/OpenSim.ini.example
Executable file → Normal file
@@ -254,6 +254,23 @@
|
||||
;; default is false
|
||||
; TelehubAllowLandmark = false
|
||||
|
||||
;# Comma separated list of viewers which may gain access to the regions.
|
||||
;; One can use a Substring of the viewer name to enable only certain subversions
|
||||
;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
|
||||
;; - "Imprudence" has access
|
||||
;; - "Imprudence 1.3" has access
|
||||
;; - "Imprudence 1.3.1" has no access
|
||||
;; AllowedViewerList =
|
||||
|
||||
;# Comma separated list of viewers which may not gain access to the regions.
|
||||
;; One can use a Substring of the viewer name to disable only certain subversions
|
||||
;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
|
||||
;; - "Imprudence" has no access
|
||||
;; - "Imprudence 1.3" has no access
|
||||
;; - "Imprudence 1.3.1" has access
|
||||
; BannedViewerList =
|
||||
|
||||
|
||||
[Estates]
|
||||
; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
|
||||
; If these values are uncommented then they will be used to create a default estate as necessary.
|
||||
|
||||
Reference in New Issue
Block a user