aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Permissions/PermissionsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-1498/+0
* * Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey2009-02-091-1/+3
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-67/+81
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-051-1/+1
* * Use the commander name to register module commanders instead of providing t...Justin Clarke Casey2009-02-051-1/+1
* Prevent error message from scripted IMMelanie Thielker2009-01-091-0/+6
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-301-1/+1
* Stop hacked godmode from being able to actually move other people'sMelanie Thielker2008-12-181-0/+4
* * Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey2008-12-171-1/+1
* Stop users taking a copy of a in world prim that contains inventory items tha...MW2008-12-171-0/+10
* Added a check to CanDuplicateObject(), to stop duplicating prims that contain...MW2008-12-171-0/+4
* Stop owners from duplicating no-copy objects in-worldMelanie Thielker2008-12-171-0/+7
* * minor: remove some old logging messagesJustin Clarke Casey2008-12-091-4/+0
* Fixes Mantis#2744: Permissions returned false for resetting scripts inHomer Horwitz2008-12-031-0/+6
* Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now,Homer Horwitz2008-12-011-0/+8
* Mantis #2729Melanie Thielker2008-12-011-0/+10
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-221-1/+1
* Mantis #2442Melanie Thielker2008-11-221-2/+11
* Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2008-11-211-41/+41
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-3/+3
* * Add allowed_script_editors to OpenSim.ini in the same fashion as allowed_sc...Justin Clarke Casey2008-11-171-9/+12
* * refactor: move user set permissions parsing code into a separate method rea...Justin Clarke Casey2008-11-171-39/+99
* * Allow new script creation to be locked down to only gods if specified in Op...Justin Clarke Casey2008-11-141-9/+58
* Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker2008-11-141-1/+6
* * Switch default permissions back to false (so they are not on) as they were ...Justin Clarke Casey2008-11-141-5/+1
* * Hook up create new object event in the permissions moduleJustin Clarke Casey2008-11-141-1/+2
* reverting #7295, as it still fails a test case (as pointed out veryDr Scofield2008-11-141-1/+1
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-141-1/+1
* * Rename all the previous methods to be User rather than Avatar (for extra bo...Justin Clarke Casey2008-11-131-8/+8
* * Add Justin Clarke Casey2008-11-131-4/+64
* * refactor: rename object inventory permission checks to distinguish between ...Justin Clarke Casey2008-11-131-7/+6
* * First part of a series of patchesJustin Clarke Casey2008-11-131-7/+22
* * Attempt to make OpenSim.ini.example a bit more readable byJustin Clarke Casey2008-11-131-506/+506
* * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey2008-11-011-3/+2
* * refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey2008-10-151-0/+17
* * Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey2008-10-071-7/+11
* Revert r6697 patch as the build fails.Charles Krinke2008-10-061-11/+7
* Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke2008-10-061-7/+11
* Update svn properties, formatting cleanup.Jeff Ames2008-09-231-1/+1
* Small fix to eliminate a beauty spotMelanie Thielker2008-09-231-1/+1
* Update the permissions system to handle scripts and notecards the wayMelanie Thielker2008-09-231-1/+65
* Move script and notecard open perms checks from ClientView to theMelanie Thielker2008-09-221-2/+127
* Remove comment in perms module after consulting with awebbMelanie Thielker2008-09-221-6/+2
* Fix a small logic error in my perms module changesMelanie Thielker2008-09-221-1/+1
* Create CanEditObjectInventory to preserve the abilityMelanie Thielker2008-09-221-0/+20
* fix: warnings from libomvDr Scofield2008-09-081-0/+4
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-66/+66
* clean up and fixing a typo.Dr Scofield2008-09-031-1/+1
* Mantis #2072Melanie Thielker2008-09-011-1/+14