aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2018-01-31 14:54:27 +0000
committerUbitUmarov2018-01-31 14:55:01 +0000
commit35d1642889384978ce9fe0b9115292be6de2fb18 (patch)
tree2c037728afe5ae879b039bc98eddcebdef9cc151 /bin/OpenSimDefaults.ini
parentkeepalive is default (diff)
downloadopensim-SC-35d1642889384978ce9fe0b9115292be6de2fb18.zip
opensim-SC-35d1642889384978ce9fe0b9115292be6de2fb18.tar.gz
opensim-SC-35d1642889384978ce9fe0b9115292be6de2fb18.tar.bz2
opensim-SC-35d1642889384978ce9fe0b9115292be6de2fb18.tar.xz
disable the new Cap_FetchLib2 because viewers do not suport it for opensim. To decide when to use it, they use a hardcode LL owner ID on same code paths, while on others just compare owner to the agent. This makes suport for this cap impossible"
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6c32c9b..d96ab4f 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -843,7 +843,11 @@
843 Cap_WebFetchInventoryDescendents = "" 843 Cap_WebFetchInventoryDescendents = ""
844 Cap_FetchInventoryDescendents2 = "localhost" 844 Cap_FetchInventoryDescendents2 = "localhost"
845 Cap_FetchInventory2 = "localhost" 845 Cap_FetchInventory2 = "localhost"
846 Cap_FetchLib2 = "localhost" 846
847 ; do uncomment Cap_FetchLib2 for now
848 ; Current viewers do not suport it for opensim.
849 ; in same requests they use a hard coded ll library owner id.
850 ;Cap_FetchLib2 = "localhost"
847 851
848 ; Capability for searching for people 852 ; Capability for searching for people
849 Cap_AvatarPickerSearch = "localhost" 853 Cap_AvatarPickerSearch = "localhost"