aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-01* Put IScenePermissions out of its miseryJustin Clarke Casey1-35/+0
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-14* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵Teravus Ovares1-3/+0
permissions modules. From Melanie. Thanks Melanie!
2008-05-13*Complete redo of the permissions modulemingchen1-0/+1
*Removed hardcoded permissions checks *Added permissions checks where needed
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