Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed users

will be honored now, while allowed groups will not. This requires additional
groups module integration work
This commit is contained in:
Melanie
2010-01-09 14:17:44 +00:00
parent 18f12de52a
commit 063f106cbb
11 changed files with 209 additions and 120 deletions

View File

@@ -879,7 +879,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendEstateManagersList(UUID invoice, UUID[] EstateManagers, uint estateID)
public void SendEstateList(UUID invoice, int code, UUID[] Data, uint estateID)
{
}