mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
add code for fixing effective permitions. This is a test, and currently too slow for prodution. just finding our way home
This commit is contained in:
@@ -278,6 +278,11 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="datastore"></param>
|
||||
void ProcessInventoryBackup(ISimulationDataService datastore);
|
||||
|
||||
void AggregateEveryOnePerms(ref uint current);
|
||||
void AggregateGroupOrEveryonePerms(ref uint current);
|
||||
void AggregateGroupPerms(ref uint current);
|
||||
void AggregateOwnerPerms(ref uint current);
|
||||
|
||||
uint MaskEffectivePermissions();
|
||||
|
||||
void ApplyNextOwnerPermissions();
|
||||
|
||||
Reference in New Issue
Block a user