Added support for access control lists.
  Scene: Added test to AddNewClient for an entry in the access
         list when connecting to a region with limited access.
  EstateSettings: Added an HasAccess(UUID) property to test for
         an entry in the estate's access list.
  RemoteAdmin: Add RPC calls for admin_acl_list, clear, add,
         and remove.
This commit is contained in:
Dr Scofield
2009-04-27 11:51:25 +00:00
parent 8dbcfc70bf
commit 515e62dc2f
3 changed files with 346 additions and 39 deletions

View File

@@ -358,6 +358,11 @@ namespace OpenSim.Framework
l_EstateBans.Remove(ban);
}
public bool HasAccess(UUID user)
{
return l_EstateAccess.Contains(user);
}
public void loadConfigurationOptions()
{
configMember.addConfigurationOption("billable_factor",