aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorFreaky Tech2015-03-05 20:55:52 +0100
committerBlueWall2015-03-05 16:17:12 -0500
commit0ea69770139f4369b202362be054047a5086a220 (patch)
tree912a4130bc7b2a2a1b01cc2f24891cc714ea0429 /OpenSim/Framework
parentMerge branch 'master' of /team/src/opensim (diff)
downloadopensim-SC_OLD-0ea69770139f4369b202362be054047a5086a220.zip
opensim-SC_OLD-0ea69770139f4369b202362be054047a5086a220.tar.gz
opensim-SC_OLD-0ea69770139f4369b202362be054047a5086a220.tar.bz2
opensim-SC_OLD-0ea69770139f4369b202362be054047a5086a220.tar.xz
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 <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IPeople.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IPeople.cs b/OpenSim/Framework/IPeople.cs
index b88e103..8d274d0 100644
--- a/OpenSim/Framework/IPeople.cs
+++ b/OpenSim/Framework/IPeople.cs
@@ -38,6 +38,8 @@ namespace OpenSim.Framework
38 public string LastName { get; set; } 38 public string LastName { get; set; }
39 public string HomeURL { get; set; } 39 public string HomeURL { get; set; }
40 public Dictionary<string, object> ServerURLs { get; set; } 40 public Dictionary<string, object> ServerURLs { get; set; }
41 public bool IsUnknownUser { get; set; }
42 public bool HasGridUserTried { get; set; }
41 } 43 }
42 44
43 public interface IPeople 45 public interface IPeople