From ef601d805ab948caf1ab4dcf4f5ee2ff640be1df Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 13 Nov 2008 18:52:16 +0000 Subject: * 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 --- bin/OpenSim.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7c5c995..a529a48 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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 -- cgit v1.1