mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
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
This commit is contained in:
@@ -588,6 +588,19 @@
|
||||
enabled = false
|
||||
access_password = unknown
|
||||
|
||||
; set this variable to true if you want the create_region XmlRpc
|
||||
; call to unconditionally enable voice on all parcels for a newly
|
||||
; created region [default: false]
|
||||
|
||||
create_region_enable_voice = false
|
||||
|
||||
; set this variable to false if you want the create_region XmlRpc
|
||||
; call to create all regions as private per default (can be
|
||||
; overridden in the XmlRpc call) [default: true]
|
||||
|
||||
create_region_public = false
|
||||
|
||||
|
||||
; the create_region XmlRpc call uses region_file_template to generate
|
||||
; the file name of newly create regions (if they are created
|
||||
; persistent). the parameter available are:
|
||||
|
||||
Reference in New Issue
Block a user