aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Put IScenePermissions out of its miseryJustin Clarke Casey2008-06-011-35/+0
|
* Formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵Teravus Ovares2008-05-141-3/+0
| | | | permissions modules. From Melanie. Thanks Melanie!
* *Complete redo of the permissions modulemingchen2008-05-131-0/+1
| | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed
* *Added all the permission checks to the sceneexternalchecks and modified ↵mingchen2008-05-081-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
* *Added SceneExternalChecks.cs that is used to manage checking the results of ↵mingchen2008-05-071-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?'
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-0/+103