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/config-include | |
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/config-include')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 17 |
1 files changed, 0 insertions, 17 deletions
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 |