diff options
author | Justin Clarke Casey | 2008-11-13 18:52:16 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-13 18:52:16 +0000 |
commit | ef601d805ab948caf1ab4dcf4f5ee2ff640be1df (patch) | |
tree | 8c7c5390eac69b258c28ecab121a94ad566446e3 /bin/OpenSim.ini.example | |
parent | * Attempt to make OpenSim.ini.example a bit more readable by (diff) | |
download | opensim-SC_OLD-ef601d805ab948caf1ab4dcf4f5ee2ff640be1df.zip opensim-SC_OLD-ef601d805ab948caf1ab4dcf4f5ee2ff640be1df.tar.gz opensim-SC_OLD-ef601d805ab948caf1ab4dcf4f5ee2ff640be1df.tar.bz2 opensim-SC_OLD-ef601d805ab948caf1ab4dcf4f5ee2ff640be1df.tar.xz |
* 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
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
111 | ;permissionmodules = "DefaultPermissionsModule" | 111 | ;permissionmodules = "DefaultPermissionsModule" |
112 | serverside_object_permissions = false | 112 | serverside_object_permissions = false |
113 | allow_grid_gods = false | 113 | allow_grid_gods = false |
114 | |||
114 | ; This allows somne control over permissions | 115 | ; This allows somne control over permissions |
115 | ; please note that this still doesn't duplicate SL, and is not intended to | 116 | ; please note that this still doesn't duplicate SL, and is not intended to |
116 | ;region_owner_is_god = true | 117 | ;region_owner_is_god = true |
@@ -212,6 +213,7 @@ | |||
212 | ; user_send_key and user_recv_key, too | 213 | ; user_send_key and user_recv_key, too |
213 | messaging_server_url = "http://127.0.0.1:8006" | 214 | messaging_server_url = "http://127.0.0.1:8006" |
214 | 215 | ||
216 | |||
215 | [ClientStack.LindenUDP] | 217 | [ClientStack.LindenUDP] |
216 | ; This is the multiplier applied to all client throttles for outgoing UDP network data | 218 | ; This is the multiplier applied to all client throttles for outgoing UDP network data |
217 | ; 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 | 219 | ; 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 @@ | |||
432 | dump-line-size=32 | 434 | dump-line-size=32 |
433 | flush-on-error=true | 435 | flush-on-error=true |
434 | 436 | ||
437 | |||
435 | ; Uncomment the following for IRC bridge | 438 | ; Uncomment the following for IRC bridge |
436 | ; experimental, so if it breaks... keep both parts... yada yada | 439 | ; experimental, so if it breaks... keep both parts... yada yada |
437 | ; also, not good error detection when it fails | 440 | ; also, not good error detection when it fails |