aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorRobert Adams2015-09-08 04:54:16 -0700
committerRobert Adams2015-09-08 04:54:16 -0700
commite5367d822be9b05e74c859afe2d2956a3e95aa33 (patch)
treee904050a30715df587aa527d7f313755177726a7 /bin
parentadd lost admin_reset_land method (diff)
parentDeleted access control spec from [LoginService] section of standalone config.... (diff)
downloadopensim-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')
-rwxr-xr-xbin/OpenSim.Region.PhysicsModule.BulletS.dll.config (renamed from bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config)0
-rw-r--r--bin/OpenSim.ini.example7
-rw-r--r--bin/OpenSimDefaults.ini8
-rw-r--r--bin/Robust.HG.ini.example54
-rw-r--r--bin/Robust.ini.example38
-rw-r--r--bin/config-include/StandaloneCommon.ini.example17
6 files changed, 53 insertions, 71 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/OpenSim.Region.PhysicsModule.BulletS.dll.config
index 2763525..2763525 100755
--- a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
+++ b/bin/OpenSim.Region.PhysicsModule.BulletS.dll.config
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]
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 05ea867..786c81b 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -531,6 +531,14 @@
531 ; many simultaneous requests, default is 30 and is currently applied only to assets 531 ; many simultaneous requests, default is 30 and is currently applied only to assets
532 ;MaxRequestConcurrency = 30 532 ;MaxRequestConcurrency = 30
533 533
534[AccessControl]
535 ; Viewer-based access control. |-separated list of allowed viewers.
536 ; AllowedClients = ""
537
538 ; Viewer-based access control. |-separated list of denied viewers.
539 ; No restrictions by default.
540 ; DeniedClients = ""
541
534 542
535[ClientStack.LindenUDP] 543[ClientStack.LindenUDP]
536 ; Set this to true to process incoming packets asynchronously. Networking is 544 ; Set this to true to process incoming packets asynchronously. Networking is
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 36025d5..82eaf1f 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -184,6 +184,26 @@
184 ;; This is a default that can be overwritten in some sections. 184 ;; This is a default that can be overwritten in some sections.
185 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 185 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
186 186
187[AccessControl]
188 ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
189 ;; Bar (|) separated list of viewers which may gain access to the regions.
190 ;; One can use a substring of the viewer name to enable only certain
191 ;; versions
192 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
193 ;; - "Imprudence" has access
194 ;; - "Imprudence 1.3" has access
195 ;; - "Imprudence 1.3.1" has no access
196 ; AllowedClients = ""
197
198 ;# {DeniedClients} {} {Bar (|) separated list of denied clients} {}
199 ;; Bar (|) separated list of viewers which may not gain access to the regions.
200 ;; One can use a Substring of the viewer name to disable only certain
201 ;; versions
202 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
203 ;; - "Imprudence" has no access
204 ;; - "Imprudence 1.3" has no access
205 ;; - "Imprudence 1.3.1" has access
206 ; DeniedClients = ""
187 207
188[DatabaseService] 208[DatabaseService]
189 ; PGSQL 209 ; PGSQL
@@ -482,23 +502,6 @@
482 SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}" 502 SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}"
483 SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}" 503 SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}"
484 504
485 ;; Regular expressions for controlling which client versions are accepted/denied.
486 ;; An empty string means nothing is checked.
487 ;;
488 ;; Example 1: allow only these 3 types of clients (any version of them)
489 ;; AllowedClients = "Imprudence|Hippo|Second Life"
490 ;;
491 ;; Example 2: allow all clients except these
492 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
493 ;;
494 ;; Note that these are regular expressions, so every character counts.
495 ;; Also note that this is very weak security and should not be trusted as a reliable means
496 ;; for keeping bad clients out; modified clients can fake their identifiers.
497 ;;
498 ;;
499 ;AllowedClients = ""
500 ;DeniedClients = ""
501
502 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" 505 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
503 ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time 506 ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
504 ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. 507 ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
@@ -595,23 +598,6 @@
595 ; If you run this gatekeeper server behind a proxy, set this to true 598 ; If you run this gatekeeper server behind a proxy, set this to true
596 ; HasProxy = false 599 ; HasProxy = false
597 600
598 ;; Regular expressions for controlling which client versions are accepted/denied.
599 ;; An empty string means nothing is checked.
600 ;;
601 ;; Example 1: allow only these 3 types of clients (any version of them)
602 ;; AllowedClients = "Imprudence|Hippo|Second Life"
603 ;;
604 ;; Example 2: allow all clients except these
605 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
606 ;;
607 ;; Note that these are regular expressions, so every character counts.
608 ;; Also note that this is very weak security and should not be trusted as a reliable means
609 ;; for keeping bad clients out; modified clients can fake their identifiers.
610 ;;
611 ;;
612 ;AllowedClients = ""
613 ;DeniedClients = ""
614
615 ;; Are foreign visitors allowed? 601 ;; Are foreign visitors allowed?
616 ;ForeignAgentsAllowed = true 602 ;ForeignAgentsAllowed = true
617 ;; 603 ;;
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 284e969..8d6496d 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -145,6 +145,27 @@
145 ;ConsolePass = secret 145 ;ConsolePass = secret
146 ;ConsolePort = 0 146 ;ConsolePort = 0
147 147
148[AccessControl]
149 ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {}
150 ;; Bar (|) separated list of viewers which may gain access to the regions.
151 ;; One can use a substring of the viewer name to enable only certain
152 ;; versions
153 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
154 ;; - "Imprudence" has access
155 ;; - "Imprudence 1.3" has access
156 ;; - "Imprudence 1.3.1" has no access
157 ; AllowedClients = ""
158
159 ;# {DeniedClients} {} {Bar (|) separated list of denied clients} {}
160 ;; Bar (|) separated list of viewers which may not gain access to the regions.
161 ;; One can use a Substring of the viewer name to disable only certain
162 ;; versions
163 ;; Example: Agent uses the viewer "Imprudence 1.3.2.0"
164 ;; - "Imprudence" has no access
165 ;; - "Imprudence 1.3" has no access
166 ;; - "Imprudence 1.3.1" has access
167 ; DeniedClients = ""
168
148 169
149[DatabaseService] 170[DatabaseService]
150 ; PGSQL 171 ; PGSQL
@@ -431,23 +452,6 @@
431 ; If you run this login server behind a proxy, set this to true 452 ; If you run this login server behind a proxy, set this to true
432 ; HasProxy = false 453 ; HasProxy = false
433 454
434 ;; Regular expressions for controlling which client versions are accepted/denied.
435 ;; An empty string means nothing is checked.
436 ;;
437 ;; Example 1: allow only these 3 types of clients (any version of them)
438 ;; AllowedClients = "Imprudence|Hippo|Second Life"
439 ;;
440 ;; Example 2: allow all clients except these
441 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
442 ;;
443 ;; Note that these are regular expressions, so every character counts.
444 ;; Also note that this is very weak security and should not be trusted as a reliable means
445 ;; for keeping bad clients out; modified clients can fake their identifiers.
446 ;;
447 ;;
448 ;AllowedClients = ""
449 ;DeniedClients = ""
450
451 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" 455 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
452 ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead, 456 ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead,
453 ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific 457 ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 179be94..76d7a99 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -145,23 +145,6 @@
145 ;; Set minimum fee to publish classified 145 ;; Set minimum fee to publish classified
146 ; ClassifiedFee = 0 146 ; ClassifiedFee = 0
147 147
148 ;; Regular expressions for controlling which client versions are accepted/denied.
149 ;; An empty string means nothing is checked.
150 ;;
151 ;; Example 1: allow only these 3 types of clients (any version of them)
152 ;; AllowedClients = "Imprudence|Hippo|Second Life"
153 ;;
154 ;; Example 2: allow all clients except these
155 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
156 ;;
157 ;; Note that these are regular expressions, so every character counts.
158 ;; Also note that this is very weak security and should not be trusted as a reliable means
159 ;; for keeping bad clients out; modified clients can fake their identifiers.
160 ;;
161 ;;
162 ;AllowedClients = ""
163 ;DeniedClients = ""
164
165 ; Basic Login Service Dos Protection Tweaks 148 ; Basic Login Service Dos Protection Tweaks
166 ; ; 149 ; ;
167 ; ; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true 150 ; ; Some Grids/Users use a transparent proxy that makes use of the X-Forwarded-For HTTP Header, If you do, set this to true