diff options
author | Diva Canto | 2013-05-07 18:01:48 -0700 |
---|---|---|
committer | Diva Canto | 2013-05-07 18:01:48 -0700 |
commit | e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6 (patch) | |
tree | 00f06fd1fabe55c5d579f4c33964f5ecbce13e46 /bin | |
parent | BulletSim: normalize quaternian rotations when building compound linksets. (diff) | |
download | opensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.zip opensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.gz opensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.bz2 opensim-SC_OLD-e92c05ebbdc44084326c3dcfa0a2ca0958e4b5e6.tar.xz |
Added AvatarPickerSearch capability handler.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ce2e600..5e486d4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -507,8 +507,10 @@ | |||
507 | ;; "<url>" -- capability enabled and served by some other server | 507 | ;; "<url>" -- capability enabled and served by some other server |
508 | ;; | 508 | ;; |
509 | ; These are enabled by default to localhost. Change if you see fit. | 509 | ; These are enabled by default to localhost. Change if you see fit. |
510 | Cap_GetTexture = "localhost" | 510 | Cap_GetTexture = "localhost" |
511 | Cap_GetMesh = "localhost" | 511 | Cap_GetMesh = "localhost" |
512 | Cap_AvatarPickerSearch = "localhost" | ||
513 | |||
512 | ; This is disabled by default. Change if you see fit. Note that | 514 | ; This is disabled by default. Change if you see fit. Note that |
513 | ; serving this cap from the simulators may lead to poor performace. | 515 | ; serving this cap from the simulators may lead to poor performace. |
514 | Cap_WebFetchInventoryDescendents = "" | 516 | Cap_WebFetchInventoryDescendents = "" |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 28c1db2..7666243 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -609,6 +609,10 @@ | |||
609 | Cap_WebFetchInventoryDescendents = "" | 609 | Cap_WebFetchInventoryDescendents = "" |
610 | Cap_FetchInventoryDescendents2 = "localhost" | 610 | Cap_FetchInventoryDescendents2 = "localhost" |
611 | Cap_FetchInventory2 = "localhost" | 611 | Cap_FetchInventory2 = "localhost" |
612 | |||
613 | ; Capability for searching for people | ||
614 | Cap_AvatarPickerSearch = "localhost" | ||
615 | |||
612 | 616 | ||
613 | 617 | ||
614 | [Chat] | 618 | [Chat] |