aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* short circuit the expensive parts of the permission checking codeMic Bowman2012-02-131-1/+6
* Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)2011-12-171-3/+9
* Improve some of the debug help messagesJustin Clark-Casey (justincc)2011-11-291-3/+2
* For clients that are entering a simulator from initial login, stop executing ...Justin Clark-Casey (justincc)2011-11-151-2/+1
* When creating an OAR, optionally exclude objects according to their permissionsOren Hurvitz2011-09-121-37/+52
* Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)2011-09-011-1/+1
* Fixed serverside_object_permission default value conflictionMakopoppo2011-07-231-1/+1
* Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)2011-07-011-1/+1
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-15/+26
* When setting media on a prim values, use generic object permissions instead o...Justin Clark-Casey (justincc)2011-03-141-2/+2
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-53/+3
* Fix a typoMelanie2010-09-211-3/+3
* Refactor script create permission into the perms moduleMelanie2010-09-211-5/+23
* Formatting cleanup.Jeff Ames2010-09-121-11/+11
* Merge branch 'moap'Justin Clark-Casey (justincc)2010-08-061-2/+87
|\
| * Fix problem where changes to media textures for prims duplicated by shify cop...Justin Clark-Casey (justincc)2010-07-281-6/+6
| * provide config option for media on a primJustin Clark-Casey (justincc)2010-07-261-2/+2
| * fix previous media interact serverside checking. perform very basic serversi...Justin Clark-Casey (justincc)2010-07-261-5/+25
| * implement serverside checks for media texture navigation in order to stop nau...Justin Clark-Casey (justincc)2010-07-261-1/+20
| * factor out soon to be common media permissions check codeJustin Clark-Casey (justincc)2010-07-261-4/+9
| * implement prim media control permissions serverside in order to stop bad clientsJustin Clark-Casey (justincc)2010-07-261-1/+42
* | Allow gods and estate managers/owners to be unaffected by parcel bansMelanie Thielker2010-07-291-0/+1
|/
* 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 route...Justin Clark-Casey (justincc)2010-04-191-6/+11
* check group membership and powers with the groups module rather than just the...Justin Clark-Casey (justincc)2010-04-051-12/+27
* 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
* 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
* * Typo fixesJohn Hurliman2010-03-091-4/+5
* Merge branch 'master' into presence-refactorMelanie2010-02-081-4/+7
|\
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-136/+76
| * Fixes inconsistencies in the permissions module. Adds a region_manager_is_godMelanie2010-01-281-4/+7
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-76/+136
* | Change a member of the friendslist module to better reflect the client sideMelanie2010-01-191-6/+3
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+4
|\ \ | |/
| * Allow estate managers (if estate_owner_is_god is set) to actually enterMelanie2010-01-051-1/+4
* | 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
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-3/+3
* | 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 ob...Diva Canto2010-01-011-6/+23
|/
* Apply patch to stop failure of llParcelMediaCommandList() on group deeded landJustin Clark-Casey (justincc)2009-11-271-8/+9
* 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
* Remove a spammy debug message from friends list check in the perms module.Melanie2009-11-051-20/+2
* Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2009-11-051-0/+34