From 0ea69770139f4369b202362be054047a5086a220 Mon Sep 17 00:00:00 2001 From: Freaky Tech Date: Thu, 5 Mar 2015 20:55:52 +0100 Subject: solving HG IM, HGFriends issues based on falsified GridUser data it does not consider GridUser as a viable source for residents' data. it does not consider Friends, Inventory Creators to be trusted at all. There are lots of broken entries in existence. There are lots of broken creator data fields in assets. The following issues arise from the broken data in the old User Management Module: failing HG IM failing HGFriends Requests Signed-off-by: BlueWall --- OpenSim/Services/Interfaces/IUserManagement.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Services/Interfaces/IUserManagement.cs') diff --git a/OpenSim/Services/Interfaces/IUserManagement.cs b/OpenSim/Services/Interfaces/IUserManagement.cs index b69a63b..9e560d5 100644 --- a/OpenSim/Services/Interfaces/IUserManagement.cs +++ b/OpenSim/Services/Interfaces/IUserManagement.cs @@ -40,6 +40,7 @@ namespace OpenSim.Services.Interfaces string GetUserName(UUID uuid); string GetUserHomeURL(UUID uuid); string GetUserUUI(UUID uuid); + bool GetUserUUI(UUID userID, out string uui); string GetUserServerURL(UUID uuid, string serverType); /// -- cgit v1.1