* Adds Region ban capability to Regions. You access this by going to World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar.

* It only persists across reboots for the mySQL datastore currently.
* Currently have stubs in the other datastores.
This commit is contained in:
Teravus Ovares
2008-06-21 03:29:08 +00:00
parent 17fd6cf661
commit a5860ad438
18 changed files with 557 additions and 17 deletions

View File

@@ -736,6 +736,11 @@ namespace OpenSim.Region.Examples.SimpleModule
public void sendEstateManagersList(LLUUID invoice, LLUUID[] EstateManagers, uint estateID)
{
}
public void sendBannedUserList(LLUUID invoice, List<RegionBanListItem> banlist, uint estateID)
{
}
public void sendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args)
{
}