aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneExternalChecks.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-05-161-9/+9
|
* Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵Teravus Ovares2008-05-151-1/+36
| | | | | | | | propagation and script module hooks. Thanks Melanie! * Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy
* * Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ↵Teravus Ovares2008-05-151-9/+241
| | | | | | | Thanks Melanie! * Adds hooks in the permission module for CanReadScript, CanEditScript, CanCopyInventory, CanDeleteInventory, CanEditNotecard, CanViewNotecard, CanViewScript.. and a few more. The functionality in the default module returns true.
* * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵Teravus Ovares2008-05-141-1/+73
| | | | permissions modules. From Melanie. Thanks Melanie!
* * Fixed attaching objects that are in-world.Teravus Ovares2008-05-141-2/+2
|
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* *Complete redo of the permissions modulemingchen2008-05-131-163/+215
| | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed
* Update svn properties.Jeff Ames2008-05-091-605/+605
|
* *Added all the permission checks to the sceneexternalchecks and modified ↵mingchen2008-05-081-40/+541
| | | | | | | 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
* *Fixed Missing SceneExternalChecks.csmingchen2008-05-071-0/+104