aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified ↵mingchen1-66/+0
permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module
2008-05-07*Added SceneExternalChecks.cs that is used to manage checking the results of ↵mingchen1-2/+2
multiple functions that register with the class and return the result (usually true/false) based on those results. This is useful for module wanting to put their opinion in decisions such as 'can the user rez this object?'
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-0/+103