Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -767/+804 |
| | |||||
* | Make the estate owner work. Changes permissions checks to allow the | Melanie Thielker | 2008-08-14 | 1 | -3/+3 |
| | | | | | | | estate owner user the ability to add and remove estate managers, and have EM rights outside of that. | ||||
* | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 2008-06-28 | 1 | -0/+1 |
| | | | | | not break trunk. | ||||
* | Mantis#1597. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -0/+25 |
| | | | | | | Adds handlers for the reclaim land functionality, plus all needed permissions checks. | ||||
* | * This wraps the autopilot request to the client's sit response. An ↵ | Teravus Ovares | 2008-06-06 | 1 | -0/+3 |
| | | | | | | | interesting, but successful way to do it. * This also takes care of a few error situations that were previously never seen. | ||||
* | *Added a Few External Checks relating to scripts including the seperation of ↵ | mingchen | 2008-05-28 | 1 | -1/+88 |
| | | | | runscript into 3 different situations (Rez, start stop) | ||||
* | Thank you kindly, Melanie, for: | Charles Krinke | 2008-05-23 | 1 | -0/+1 |
| | | | | | | | Nothing huge, but the new button code for producing a new script does well, but the script will not allow for name change once created. It reverts back to new script. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -9/+9 |
| | |||||
* | Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵ | Teravus Ovares | 2008-05-15 | 1 | -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 Ovares | 2008-05-15 | 1 | -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 Ovares | 2008-05-14 | 1 | -1/+73 |
| | | | | permissions modules. From Melanie. Thanks Melanie! | ||||
* | * Fixed attaching objects that are in-world. | Teravus Ovares | 2008-05-14 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -163/+215 |
| | | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed | ||||
* | Update svn properties. | Jeff Ames | 2008-05-09 | 1 | -605/+605 |
| | |||||
* | *Added all the permission checks to the sceneexternalchecks and modified ↵ | mingchen | 2008-05-08 | 1 | -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.cs | mingchen | 2008-05-07 | 1 | -0/+104 |