mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Add RegionSecret to user data structure to provide data update security
This commit is contained in:
@@ -57,6 +57,12 @@ namespace OpenSim.Services.Interfaces
|
||||
public int GodLevel;
|
||||
public int UserFlags;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user