diff options
author | Dr Scofield | 2009-04-29 09:05:01 +0000 |
---|---|---|
committer | Dr Scofield | 2009-04-29 09:05:01 +0000 |
commit | a89f60d4c99ec5a06becbf25974341ae405cfb82 (patch) | |
tree | 00e8fc73700dd037986fded2709c10325ff19fe3 /bin/OpenSim.ini.example | |
parent | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. (diff) | |
download | opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.zip opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.tar.gz opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.tar.bz2 opensim-SC_OLD-a89f60d4c99ec5a06becbf25974341ae405cfb82.tar.xz |
From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>
- Adds an admin_modify_region call to allow changing of parcel voice
settings and changing of public/private status
- add boolean "public" and boolean "enable_voice" to
admin_create_region XmlRpc call to allow specifying of
public/private status and to allow enabling voice for all parcels;
also added config variables to allow setting of defaults for those
- fixing cut-and-paste artefacts
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 550162a..f0e7679 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -588,6 +588,19 @@ | |||
588 | enabled = false | 588 | enabled = false |
589 | access_password = unknown | 589 | access_password = unknown |
590 | 590 | ||
591 | ; set this variable to true if you want the create_region XmlRpc | ||
592 | ; call to unconditionally enable voice on all parcels for a newly | ||
593 | ; created region [default: false] | ||
594 | |||
595 | create_region_enable_voice = false | ||
596 | |||
597 | ; set this variable to false if you want the create_region XmlRpc | ||
598 | ; call to create all regions as private per default (can be | ||
599 | ; overridden in the XmlRpc call) [default: true] | ||
600 | |||
601 | create_region_public = false | ||
602 | |||
603 | |||
591 | ; the create_region XmlRpc call uses region_file_template to generate | 604 | ; the create_region XmlRpc call uses region_file_template to generate |
592 | ; the file name of newly create regions (if they are created | 605 | ; the file name of newly create regions (if they are created |
593 | ; persistent). the parameter available are: | 606 | ; persistent). the parameter available are: |