aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-25 22:46:42 +0000
committerJustin Clark-Casey (justincc)2011-11-25 22:46:42 +0000
commit676d32974adc913b2902db6cfa456c77bd52cd85 (patch)
tree267be739951c23848b00a50dd8e46027f4b0af72 /bin/OpenSimDefaults.ini
parentremove some mono compiler warnings (diff)
downloadopensim-SC_OLD-676d32974adc913b2902db6cfa456c77bd52cd85.zip
opensim-SC_OLD-676d32974adc913b2902db6cfa456c77bd52cd85.tar.gz
opensim-SC_OLD-676d32974adc913b2902db6cfa456c77bd52cd85.tar.bz2
opensim-SC_OLD-676d32974adc913b2902db6cfa456c77bd52cd85.tar.xz
Implement the FetchInventoryDescendents2 capability using the same code as WebFetchInventoryDescendents.
Enabling this by setting Cap_FetchInventoryDescendents2 = "localhost" in the [ClientStack.LindenCaps] section of OpenSim.ini downloads inventory via http rather than udp in later viewers.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini11
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index ebd734d..972efe4 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -573,11 +573,14 @@
573 Cap_UploadObjectAsset = "localhost" 573 Cap_UploadObjectAsset = "localhost"
574 Cap_ViewerStartAuction = "" 574 Cap_ViewerStartAuction = ""
575 Cap_ViewerStats = "" 575 Cap_ViewerStats = ""
576 ; This last one is supported by OpenSim, but may
577 ; lead to poor sim performance if served by the simulators,
578 ; so it is disabled by default.
579 Cap_WebFetchInventoryDescendents = ""
580 576
577 ; The fetch inventory descendents caps are supported by OpenSim, but may
578 ; lead to poor sim performance if served by the simulators,
579 ; so they are disabled by default.
580 ; FetchInventoryDescendents2 is the one used in the latest Linden Lab viewers (from some point in the v2 series and above)
581 Cap_WebFetchInventoryDescendents = ""
582 Cap_FetchInventoryDescendents2 = ""
583
581 584
582[Chat] 585[Chat]
583 ; Controls whether the chat module is enabled. Default is true. 586 ; Controls whether the chat module is enabled. Default is true.