diff options
author | Robert Adams | 2015-09-08 04:54:16 -0700 |
---|---|---|
committer | Robert Adams | 2015-09-08 04:54:16 -0700 |
commit | e5367d822be9b05e74c859afe2d2956a3e95aa33 (patch) | |
tree | e904050a30715df587aa527d7f313755177726a7 /bin/OpenSim.ini.example | |
parent | add lost admin_reset_land method (diff) | |
parent | Deleted access control spec from [LoginService] section of standalone config.... (diff) | |
download | opensim-SC_OLD-e5367d822be9b05e74c859afe2d2956a3e95aa33.zip opensim-SC_OLD-e5367d822be9b05e74c859afe2d2956a3e95aa33.tar.gz opensim-SC_OLD-e5367d822be9b05e74c859afe2d2956a3e95aa33.tar.bz2 opensim-SC_OLD-e5367d822be9b05e74c859afe2d2956a3e95aa33.tar.xz |
Merge of ubitworkvarnew with opensim/master as of 20150905.
This integrates the OpenSim refactoring to make physics, etc into modules.
AVN physics hasn't been moved to new location.
Does not compile yet.
Merge branch 'osmaster' into mbworknew1
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8df81cf..cab41f7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -304,9 +304,9 @@ | |||
304 | ;; - "Imprudence" has access | 304 | ;; - "Imprudence" has access |
305 | ;; - "Imprudence 1.3" has access | 305 | ;; - "Imprudence 1.3" has access |
306 | ;; - "Imprudence 1.3.1" has no access | 306 | ;; - "Imprudence 1.3.1" has no access |
307 | ; AllowedClients = | 307 | ; AllowedClients = "" |
308 | 308 | ||
309 | ;# {BannedClients} {} {Bar (|) separated list of banned clients} {} | 309 | ;# {DeniedClients} {} {Bar (|) separated list of denied clients} {} |
310 | ;; Bar (|) separated list of viewers which may not gain access to the regions. | 310 | ;; Bar (|) separated list of viewers which may not gain access to the regions. |
311 | ;; One can use a Substring of the viewer name to disable only certain | 311 | ;; One can use a Substring of the viewer name to disable only certain |
312 | ;; versions | 312 | ;; versions |
@@ -314,7 +314,8 @@ | |||
314 | ;; - "Imprudence" has no access | 314 | ;; - "Imprudence" has no access |
315 | ;; - "Imprudence 1.3" has no access | 315 | ;; - "Imprudence 1.3" has no access |
316 | ;; - "Imprudence 1.3.1" has access | 316 | ;; - "Imprudence 1.3.1" has access |
317 | ; BannedClients = | 317 | ;; |
318 | ; DeniedClients = "" | ||
318 | 319 | ||
319 | 320 | ||
320 | [Map] | 321 | [Map] |