aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Permissions/PermissionsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-23Small fix to eliminate a beauty spotMelanie Thielker1-1/+1
2008-09-23Update the permissions system to handle scripts and notecards the wayMelanie Thielker1-1/+65
2008-09-22Move script and notecard open perms checks from ClientView to theMelanie Thielker1-2/+127
2008-09-22Remove comment in perms module after consulting with awebbMelanie Thielker1-6/+2
2008-09-22Fix a small logic error in my perms module changesMelanie Thielker1-1/+1
2008-09-22Create CanEditObjectInventory to preserve the abilityMelanie Thielker1-0/+20
2008-09-08fix: warnings from libomvDr Scofield1-0/+4
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-66/+66
2008-09-03clean up and fixing a typo.Dr Scofield1-1/+1
2008-09-01Mantis #2072Melanie Thielker1-1/+14
2008-08-19Mantis #1999Melanie Thielker1-0/+3
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-08-17Patch for Adam: Add two new permissions options to Opensim.ini.exampleMelanie Thielker1-3/+7
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames1-3/+3
2008-08-16Reshuffle to eliminate prim owner lookups unless gridgods are enabledMelanie Thielker1-4/+7
2008-08-16Guard against a null ref in the permissions module when a profileMelanie Thielker1-2/+5
2008-08-15Perils of copypaste. Missing references.Melanie Thielker1-1/+2
2008-08-15Fix repeated user profile info lookups. Redirect those lookups to cache.Melanie Thielker1-2/+3
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker1-6/+7
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-2/+2
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker1-1/+7
2008-08-13Make the estate owner UUID from the database have the same rightsMelanie Thielker1-1/+7
2008-07-25*Added CommandIntentions that is used to describe a console commands hazard. ...mingchen1-2/+2
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-6/+6
2008-07-18Patch #9151Melanie Thielker1-11/+1
2008-07-12Patches #9143 and #9144 (Mantis #1723)Melanie Thielker1-1/+1
2008-07-11* Oops, turn off permissions debugging I stupidly hardcodedJustin Clarke Casey1-1/+1
2008-07-11* Put an info entry in the log if permissions are being bypassedJustin Clarke Casey1-1/+10
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-1/+2
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-5/+5
2008-06-26Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke1-0/+9
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). usef...MW1-2/+0
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey1-3/+1
2008-06-01* Updates permission module so that GenericCommunicationPermission returns tr...Teravus Ovares1-2/+3
2008-05-23Thank you kindly, Melanie, for:Charles Krinke1-1/+2
2008-05-17* Tweaked patch mantis 1302 and committing it.Teravus Ovares1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-68/+68
2008-05-15Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares1-1/+7
2008-05-15* Committing Patch mantis 0001275: [PATCH] Add more perms-fu. From Melanie. ...Teravus Ovares1-8/+85
2008-05-14* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per...Teravus Ovares1-16/+13
2008-05-14* Fixed deleting prim.Teravus Ovares1-1/+1
2008-05-14* Applying patches from Melanie to cover permissions module. Thanks!Adam Frisby1-0/+9
2008-05-14Formatting cleanup.Jeff Ames1-2/+2
2008-05-13*Locked objects can now be unlockedmingchen1-1/+1
2008-05-13*Locked objects now delete after accepting warning as expectedmingchen1-9/+9
2008-05-13*Complete redo of the permissions modulemingchen1-339/+479
2008-05-09* Minor tweak to TerrainChannelAdam Frisby1-1/+1
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-42/+58
2008-05-07*Fixed bug causing Object Duplication to not correctly follow permissionsmingchen1-1/+4