aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some symbol errorsMelanie2010-04-301-2/+2
|
* Fix link security issueMelanie2010-04-301-3/+3
|
* If a transfer request is received for a task inventory item asset, then ↵Justin Clark-Casey (justincc)2010-04-191-6/+11
| | | | | | | | | route the permissions request through the existing CanEditScript() and CanEditNotecard() methods. This implements the 'share with group' flag for notecards and scripts in prim inventory since the PermissionsModule checks group membership and permissions. Other than that, the code in PermissionsModule duplicates the checks in LLClientView so there should be no change other than allowing group members to edit embedded notecards and scripts. For all other asset types, the permission checking code in LLClientView continues to be used, pending refactoring of suitable permissions code This means that 'share with group' will not yet work for prim inventory items other than notecards and scripts
* check group membership and powers with the groups module rather than just ↵Justin Clark-Casey (justincc)2010-04-051-12/+27
| | | | | | the client's active group id this resolves the earlier issue where notecards/scripts shared with group could only be edited if the user had that group active
* Fix a nullref in permissions when returning objects via right-clickMelanie2010-03-201-2/+2
|
* Flesh out the new permission methodMelanie2010-03-181-4/+95
|
* Unify a previous refactor of object return with the older solution. WeMelanie2010-03-181-65/+6
| | | | really don't need two methods doing the same thing, but differently.
* Reintroduce a check that was dropped from permissionsMelanie2010-03-101-1/+1
|
* Cache UserLevel in ScenePresence on SP creation. Change IsAdministratorMelanie2010-03-091-0/+8
| | | | to use that stored value.
* * Typo fixesJohn Hurliman2010-03-091-4/+5
| | | | * Performance improvement in the expensive GenerateClientFlags()
* Merge branch 'master' into presence-refactorMelanie2010-02-081-4/+7
|\ | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-136/+76
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| * Fixes inconsistencies in the permissions module. Adds a region_manager_is_godMelanie2010-01-281-4/+7
| | | | | | | | | | | | configurable. Previously, estate managers could enter god mode, but would not have any powers. Now estate managers can enter god mode only if this option is true, and then will have real god powers.
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-76/+136
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Change a member of the friendslist module to better reflect the client sideMelanie2010-01-191-6/+3
| | | | | | | | | | data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list.
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+4
|\ \ | |/ | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| * Allow estate managers (if estate_owner_is_god is set) to actually enterMelanie2010-01-051-1/+4
| | | | | | | | | | | | god mode. Allow god modification of objects if the object owner is the same god that wants to modify, this allows you to regain perms on your own objects after IAR import messed them up.
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
| |
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-6/+0
| | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-3/+3
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | Merge branch 'master' into presence-refactorMelanie2010-01-041-1/+1
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-1/+1
| |
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-011-6/+23
|/ | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
* Apply patch to stop failure of llParcelMediaCommandList() on group deeded landJustin Clark-Casey (justincc)2009-11-271-8/+9
| | | | See http://opensimulator.org/mantis/view.php?id=3999
* Formatting cleanup.Jeff Ames2009-11-231-8/+8
|
* Change the permissions module to use the friend list cache already in theMelanie2009-11-051-2/+15
| | | | | friends module instead of requesting the entire friends list over the network each time a prim is touched.
* Remove a spammy debug message from friends list check in the perms module.Melanie2009-11-051-20/+2
| | | | | Replace the integer compares with proper bitflags checking from libOMV. Friends rights are now functional.
* Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2009-11-051-0/+34
| | | | | Applied with major changes. Core functionality commented pending review for possible rights escalation. No user functionality yet.
* Fix selling objectsMelanie2009-10-101-4/+3
|
* * KeepAlive set to false in expect_user and log_off.Diva Canto2009-10-041-4/+9
| | | | * Check for null SP in PermissionsModule.
* Fix my build breakMelanie2009-10-031-2/+2
|
* Small permissions tweakMelanie2009-10-031-1/+4
|
* - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-16/+16
| | | | - adding LandDataSerializer to OAR mechanics
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-25/+25
|
* jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto2009-08-181-3/+6
|
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto2009-08-131-3/+3
| | | | starting to get on my nerves.
* Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-131-39/+7
|
* This is the second part of the 'not crash on regionsize changes'. This ↵Teravus Ovares (Dan Olivares)2009-08-071-4/+4
| | | | lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions.
* Thank you, dmiles, for a patch that allows more differentiated scriptMelanie Thielker2009-07-301-7/+26
| | | | | | permissions for YP scripts.
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-4/+4
| | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
* Allow "Take Copy" with copy only permissions if you own the object. TransMelanie Thielker2009-06-241-2/+10
| | | | | | | is only required when taing an object you don't own, now. Fixes Mantis #3838
* Formatting cleanup, ignore some generated files.Jeff Ames2009-06-221-1/+1
|
* Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of ↵Melanie Thielker2009-06-141-1/+16
| | | | | | | | | | objects, with changes: - Set OwnerID = GroupID for deeded objects. - Close a security loophole that would have allowed a user with deed rights in a group to deed ANY object to that group, even if it's not owned by them and/or not set to that group - Set LastOwnerID correctly. Handle objects vs. prims correctly.
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-091-19/+19
|
* Thank you Snoopy, for a patch that implements group permissions.Melanie Thielker2009-06-091-131/+246
| | | | | | | | Applied with changes: - removed spammy debug message - corrected tab formatting
* Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker2009-06-051-0/+69
| | | | | | | scripting. Fixes Mantis #2862
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Prevent group deeded objects from being returned by the group return optionMelanie Thielker2009-05-241-2/+22
| | | | | | unless the user has that permission through the group.
* Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker2009-05-241-1/+1
| | | | | | for more fine-grained control