Add RegionSecret to user data structure to provide data update security
parent
56d0966a32
commit
0fecf4666c
|
@ -57,6 +57,12 @@ namespace OpenSim.Services.Interfaces
|
||||||
public int GodLevel;
|
public int GodLevel;
|
||||||
public int UserFlags;
|
public int UserFlags;
|
||||||
public string AccountType;
|
public string AccountType;
|
||||||
|
|
||||||
|
// This is only used internally. It needs to be set
|
||||||
|
// to the secret of the sending region when updating
|
||||||
|
// user data.
|
||||||
|
//
|
||||||
|
public UUID RegionSecret;
|
||||||
};
|
};
|
||||||
|
|
||||||
public interface IUserDataService
|
public interface IUserDataService
|
||||||
|
|
Loading…
Reference in New Issue