aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-22Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...Melanie1-32/+2
2012-03-22Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...Diva Canto1-2/+32
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-3/+3
2012-02-21Fix problem with dragging child part inventory item to user inventory.Justin Clark-Casey (justincc)1-19/+3
2012-02-13short circuit the expensive parts of the permission checking codeMic Bowman1-1/+6
2011-12-17Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)1-3/+9
2011-11-29Improve some of the debug help messagesJustin Clark-Casey (justincc)1-3/+2
2011-11-15For clients that are entering a simulator from initial login, stop executing ...Justin Clark-Casey (justincc)1-2/+1
2011-09-12When creating an OAR, optionally exclude objects according to their permissionsOren Hurvitz1-37/+52
2011-09-01Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)1-1/+1
2011-07-23Fixed serverside_object_permission default value conflictionMakopoppo1-1/+1
2011-07-01Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)1-1/+1
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-15/+26
2011-03-14When setting media on a prim values, use generic object permissions instead o...Justin Clark-Casey (justincc)1-2/+2
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-53/+3
2010-09-21Fix a typoMelanie1-3/+3
2010-09-21Refactor script create permission into the perms moduleMelanie1-5/+23
2010-09-12Formatting cleanup.Jeff Ames1-11/+11
2010-07-29Allow gods and estate managers/owners to be unaffected by parcel bansMelanie Thielker1-0/+1
2010-07-28Fix problem where changes to media textures for prims duplicated by shify cop...Justin Clark-Casey (justincc)1-6/+6
2010-07-26provide config option for media on a primJustin Clark-Casey (justincc)1-2/+2
2010-07-26fix previous media interact serverside checking. perform very basic serversi...Justin Clark-Casey (justincc)1-5/+25
2010-07-26implement serverside checks for media texture navigation in order to stop nau...Justin Clark-Casey (justincc)1-1/+20
2010-07-26factor out soon to be common media permissions check codeJustin Clark-Casey (justincc)1-4/+9
2010-07-26implement prim media control permissions serverside in order to stop bad clientsJustin Clark-Casey (justincc)1-1/+42
2010-07-26provide config option for media on a primJustin Clark-Casey (justincc)1-2/+2
2010-07-14fix previous media interact serverside checking. perform very basic serversi...Justin Clark-Casey (justincc)1-5/+25
2010-07-13implement serverside checks for media texture navigation in order to stop nau...Justin Clark-Casey (justincc)1-1/+20
2010-07-13factor out soon to be common media permissions check codeJustin Clark-Casey (justincc)1-4/+9
2010-07-13implement prim media control permissions serverside in order to stop bad clientsJustin Clark-Casey (justincc)1-1/+42
2010-04-30Fix some symbol errorsMelanie1-2/+2
2010-04-30Fix link security issueMelanie1-3/+3
2010-04-19If a transfer request is received for a task inventory item asset, then route...Justin Clark-Casey (justincc)1-6/+11
2010-04-05check group membership and powers with the groups module rather than just the...Justin Clark-Casey (justincc)1-12/+27
2010-03-20Fix a nullref in permissions when returning objects via right-clickMelanie1-2/+2
2010-03-18Flesh out the new permission methodMelanie1-4/+95
2010-03-18Unify a previous refactor of object return with the older solution. WeMelanie1-65/+6
2010-03-10Reintroduce a check that was dropped from permissionsMelanie1-1/+1
2010-03-09Cache UserLevel in ScenePresence on SP creation. Change IsAdministratorMelanie1-0/+8
2010-03-09* Typo fixesJohn Hurliman1-4/+5
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-136/+76
2010-01-28Fixes inconsistencies in the permissions module. Adds a region_manager_is_godMelanie1-4/+7
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-76/+136
2010-01-19Change a member of the friendslist module to better reflect the client sideMelanie1-6/+3
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-6/+0
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-3/+3
2010-01-05Allow estate managers (if estate_owner_is_god is set) to actually enterMelanie1-1/+4
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto1-6/+23