aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorDiva Canto2011-05-22 16:51:03 -0700
committerDiva Canto2011-05-22 16:51:03 -0700
commit336665e03532cf9d7a1ad65d5071e7050bf6ecd0 (patch)
tree45c7c1145de1b5af3ff198bcb29564a2547e4575 /bin/config-include/StandaloneHypergrid.ini
parentFile to be removed (diff)
downloadopensim-SC_OLD-336665e03532cf9d7a1ad65d5071e7050bf6ecd0.zip
opensim-SC_OLD-336665e03532cf9d7a1ad65d5071e7050bf6ecd0.tar.gz
opensim-SC_OLD-336665e03532cf9d7a1ad65d5071e7050bf6ecd0.tar.bz2
opensim-SC_OLD-336665e03532cf9d7a1ad65d5071e7050bf6ecd0.tar.xz
More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 324c258..f8e8ae2 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -142,7 +142,7 @@
142 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 142 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
143 143
144[HGFriendsService] 144[HGFriendsService]
145 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" 145 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
146 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 146 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
147 147
148;; This should always be the very last thing on this file 148;; This should always be the very last thing on this file