aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Permissions/PermissionsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-18Stop hacked godmode from being able to actually move other people'sMelanie Thielker1-0/+4
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-1/+1
2008-12-17Stop users taking a copy of a in world prim that contains inventory items tha...MW1-0/+10
2008-12-17Added a check to CanDuplicateObject(), to stop duplicating prims that contain...MW1-0/+4
2008-12-17Stop owners from duplicating no-copy objects in-worldMelanie Thielker1-0/+7
2008-12-09* minor: remove some old logging messagesJustin Clarke Casey1-4/+0
2008-12-03Fixes Mantis#2744: Permissions returned false for resetting scripts inHomer Horwitz1-0/+6
2008-12-01Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now,Homer Horwitz1-0/+8
2008-12-01Mantis #2729Melanie Thielker1-0/+10
2008-11-22Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-11-22Mantis #2442Melanie Thielker1-2/+11
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-41/+41
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-3/+3
2008-11-17* Add allowed_script_editors to OpenSim.ini in the same fashion as allowed_sc...Justin Clarke Casey1-9/+12
2008-11-17* refactor: move user set permissions parsing code into a separate method rea...Justin Clarke Casey1-39/+99
2008-11-14* Allow new script creation to be locked down to only gods if specified in Op...Justin Clarke Casey1-9/+58
2008-11-14Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker1-1/+6
2008-11-14* Switch default permissions back to false (so they are not on) as they were ...Justin Clarke Casey1-5/+1
2008-11-14* Hook up create new object event in the permissions moduleJustin Clarke Casey1-1/+2
2008-11-14reverting #7295, as it still fails a test case (as pointed out veryDr Scofield1-1/+1
2008-11-14From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-1/+1
2008-11-13* Rename all the previous methods to be User rather than Avatar (for extra bo...Justin Clarke Casey1-8/+8
2008-11-13* Add Justin Clarke Casey1-4/+64
2008-11-13* refactor: rename object inventory permission checks to distinguish between ...Justin Clarke Casey1-7/+6
2008-11-13* First part of a series of patchesJustin Clarke Casey1-7/+22
2008-11-13* Attempt to make OpenSim.ini.example a bit more readable byJustin Clarke Casey1-506/+506
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey1-3/+2
2008-10-15* refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey1-0/+17
2008-10-07* Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey1-7/+11
2008-10-06Revert r6697 patch as the build fails.Charles Krinke1-11/+7
2008-10-06Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke1-7/+11
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