Merge branch 'master' into careminster

This commit is contained in:
Melanie
2013-12-07 01:19:20 +00:00
17 changed files with 305 additions and 48 deletions

View File

@@ -90,6 +90,14 @@ namespace OpenSim.Framework
public UUID TargetId;
public string Notes;
}
public class UserPreferences
{
public UUID UserId;
public bool IMViaEmail = false;
public bool Visible = false;
public string EMail = string.Empty;
}
public class UserAccountProperties
{