mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* 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:
@@ -970,6 +970,9 @@ namespace OpenSim.Framework
|
||||
|
||||
|
||||
void sendEstateManagersList(LLUUID invoice, LLUUID[] EstateManagers, uint estateID);
|
||||
|
||||
void sendBannedUserList(LLUUID invoice, List<RegionBanListItem> banlist, uint estateID);
|
||||
|
||||
void sendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args);
|
||||
void sendEstateCovenantInformation();
|
||||
void sendDetailedEstateData(LLUUID invoice,string estateName, uint estateID);
|
||||
|
||||
Reference in New Issue
Block a user