Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking ↵ | Teravus Ovares | 2008-05-14 | 1 | -16/+13 |
| | | | | permissions modules. From Melanie. Thanks Melanie! | ||||
* | * Fixed deleting prim. | Teravus Ovares | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | * Applying patches from Melanie to cover permissions module. Thanks! | Adam Frisby | 2008-05-14 | 1 | -0/+9 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -2/+2 |
| | |||||
* | *Locked objects can now be unlocked | mingchen | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | *Locked objects now delete after accepting warning as expected | mingchen | 2008-05-13 | 1 | -9/+9 |
| | |||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -339/+479 |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | ||||
* | * Minor tweak to TerrainChannel | Adam Frisby | 2008-05-09 | 1 | -1/+1 |
| | | | | | * Minor tweak to Permissions/PermissionsModule.cs | ||||
* | *Added all the permission checks to the sceneexternalchecks and modified ↵ | mingchen | 2008-05-08 | 1 | -42/+58 |
| | | | | | | | 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 bug causing Object Duplication to not correctly follow permissions | mingchen | 2008-05-07 | 1 | -1/+4 |
| | |||||
* | *Added CanRunScript to SceneExternalChecks | mingchen | 2008-05-07 | 1 | -0/+2 |
| | |||||
* | *Added SceneExternalChecks.cs that is used to manage checking the results of ↵ | mingchen | 2008-05-07 | 1 | -1/+10 |
| | | | | 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?' | ||||
* | De-tabify source. | Jeff Ames | 2008-05-06 | 1 | -3/+3 |
| | |||||
* | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 2008-05-06 | 1 | -7/+7 |
| | |||||
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -0/+698 |