mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* First part of a series of patches
* Intension is to provide a way to lock down script creation to administrators/gods only * Defaults will remain as they are at the moment
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
;permissionmodules = "DefaultPermissionsModule"
|
||||
serverside_object_permissions = false
|
||||
allow_grid_gods = false
|
||||
|
||||
; This allows somne control over permissions
|
||||
; please note that this still doesn't duplicate SL, and is not intended to
|
||||
;region_owner_is_god = true
|
||||
@@ -212,6 +213,7 @@
|
||||
; user_send_key and user_recv_key, too
|
||||
messaging_server_url = "http://127.0.0.1:8006"
|
||||
|
||||
|
||||
[ClientStack.LindenUDP]
|
||||
; This is the multiplier applied to all client throttles for outgoing UDP network data
|
||||
; If it is set to 1, then we obey the throttle settings as given to us by the client. If it is set to 3, for example, then we
|
||||
@@ -432,6 +434,7 @@
|
||||
dump-line-size=32
|
||||
flush-on-error=true
|
||||
|
||||
|
||||
; Uncomment the following for IRC bridge
|
||||
; experimental, so if it breaks... keep both parts... yada yada
|
||||
; also, not good error detection when it fails
|
||||
|
||||
Reference in New Issue
Block a user