diff options
author | Melanie | 2013-03-05 23:57:53 +0000 |
---|---|---|
committer | Melanie | 2013-03-05 23:57:53 +0000 |
commit | 81552f41c601017f43061d923eba393b9f85a7b3 (patch) | |
tree | 5d6c3aba0f72941c06b47eaae6f4cd0301b60b23 /bin/OpenSim.ini.example | |
parent | Merge branch 'avination' into careminster (diff) | |
parent | minor: Fix mono compiler warning in MonitorModule (diff) | |
download | opensim-SC_OLD-81552f41c601017f43061d923eba393b9f85a7b3.zip opensim-SC_OLD-81552f41c601017f43061d923eba393b9f85a7b3.tar.gz opensim-SC_OLD-81552f41c601017f43061d923eba393b9f85a7b3.tar.bz2 opensim-SC_OLD-81552f41c601017f43061d923eba393b9f85a7b3.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/ClientStack/Linden/Caps/MeshUploadFlagModule.cs
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0f4d6df..d21a449 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -252,6 +252,29 @@ | |||
252 | ;; default is false | 252 | ;; default is false |
253 | ; TelehubAllowLandmark = false | 253 | ; TelehubAllowLandmark = false |
254 | 254 | ||
255 | |||
256 | [AccessControl] | ||
257 | ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} | ||
258 | ;; Bar (|) separated list of viewers which may gain access to the regions. | ||
259 | ;; One can use a substring of the viewer name to enable only certain | ||
260 | ;; versions | ||
261 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
262 | ;; - "Imprudence" has access | ||
263 | ;; - "Imprudence 1.3" has access | ||
264 | ;; - "Imprudence 1.3.1" has no access | ||
265 | ; AllowedClients = | ||
266 | |||
267 | ;# {BannedClients} {} {Bar (|) separated list of banned clients} {} | ||
268 | ;# Bar (|) separated list of viewers which may not gain access to the regions. | ||
269 | ;; One can use a Substring of the viewer name to disable only certain | ||
270 | ;; versions | ||
271 | ;; Example: Agent uses the viewer "Imprudence 1.3.2.0" | ||
272 | ;; - "Imprudence" has no access | ||
273 | ;; - "Imprudence 1.3" has no access | ||
274 | ;; - "Imprudence 1.3.1" has access | ||
275 | ; BannedClients = | ||
276 | |||
277 | |||
255 | [Map] | 278 | [Map] |
256 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 279 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
257 | ;; Map tile options. | 280 | ;; Map tile options. |
@@ -286,6 +309,7 @@ | |||
286 | ;; got a large number of objects, so you can turn it off here if you'd like. | 309 | ;; got a large number of objects, so you can turn it off here if you'd like. |
287 | ; DrawPrimOnMapTile = true | 310 | ; DrawPrimOnMapTile = true |
288 | 311 | ||
312 | |||
289 | [Permissions] | 313 | [Permissions] |
290 | ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule | 314 | ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule |
291 | ;; Permission modules to use, separated by comma. | 315 | ;; Permission modules to use, separated by comma. |