aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-27dont tell clients that we can edit a friend's attachments when we do forbid itUbitUmarov1-1/+1
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-4/+4
2015-02-03If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)1-15/+12
2014-06-01Fixes a permissions bug where a user with group powers to always rez was not ...Diva Canto1-1/+5
2014-04-26Differentiate between requests only the owner should be able to do and thoseMelanie Thielker1-1/+1
2014-04-25Adjust permissions to work hand in hand with what the viewer believes they are.Melanie1-7/+7
2014-04-20Fixed: once a user has rezzed an object, they could then duplicate it as much...Oren Hurvitz1-3/+5
2014-04-20Fixed: if a user belonged to the parcel's group then he was allowed to rez ob...Oren Hurvitz1-16/+16
2014-03-25Don't fail to enable permissions modules correctly if there is any leading or...Justin Clark-Casey (justincc)1-1/+2
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-4/+4
2013-09-08Harmonize the class name, ID and Name of the default perms moduleMelanie Thielker1-3/+3
2013-04-09Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02...Justin Clark-Casey (justincc)1-1/+1
2013-04-06Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)1-0/+2
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-03-01Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...Diva Canto1-21/+33
2012-11-11One more module converted: PermissionsModule.Diva Canto1-112/+155
2012-06-20Lower warn logging on not having friends/group module on permissions to debug.Justin Clark-Casey (justincc)1-2/+2
2012-06-15Put all debug console commands into a single Debug section rather than scatte...Justin Clark-Casey (justincc)1-1/+1
2012-05-17minor: Remove redundant EstateOwner != UUID.Zero check in IsAdministrator bec...Justin Clark-Casey (justincc)1-8/+6
2012-04-27If a Grid God teleports then include the Godlike teleport flag. This can affe...Oren Hurvitz1-9/+22
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)1-1/+1
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)1-6/+4
2012-03-22Rework Diva's patch to simplify itMelanie1-2/+10
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-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-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-08-01First, change DefaultPermissionsModule so it returns the correct name...Tom1-1/+1
2010-07-29Allow gods and estate managers/owners to be unaffected by parcel bansMelanie Thielker1-0/+1
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