aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions (follow)
Commit message (Expand)AuthorAgeFilesLines
* dont tell clients that we can edit a friend's attachments when we do forbid itUbitUmarov2015-10-271-1/+1
* bad merge?UbitUmarov2015-09-011-4/+4
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-4/+4
| * Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-211-0/+2
| |\
| | * Merge branch 'avination-current' into careminsterMelanie2013-09-161-3/+3
| | |\
| * | | Differentiate between requests only the owner should be able to do and thoseMelanie Thielker2014-04-261-1/+1
| | |/ | |/|
| * | Harmonize the class name, ID and Name of the default perms moduleMelanie Thielker2013-09-081-3/+3
| * | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
* | | If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)2015-02-031-15/+12
* | | Fixes a permissions bug where a user with group powers to always rez was not ...Diva Canto2014-06-011-1/+5
* | | Adjust permissions to work hand in hand with what the viewer believes they are.Melanie2014-04-251-7/+7
* | | Fixed: once a user has rezzed an object, they could then duplicate it as much...Oren Hurvitz2014-04-201-3/+5
* | | Fixed: if a user belonged to the parcel's group then he was allowed to rez ob...Oren Hurvitz2014-04-201-16/+16
* | | Don't fail to enable permissions modules correctly if there is any leading or...Justin Clark-Casey (justincc)2014-03-251-1/+2
* | | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-4/+4
| |/ |/|
* | Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02...Justin Clark-Casey (justincc)2013-04-091-1/+1
* | Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)2013-04-061-0/+2
* | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
|/
* Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...Diva Canto2013-03-011-21/+33
* One more module converted: PermissionsModule.Diva Canto2012-11-111-112/+155
* Lower warn logging on not having friends/group module on permissions to debug.Justin Clark-Casey (justincc)2012-06-201-2/+2
* Put all debug console commands into a single Debug section rather than scatte...Justin Clark-Casey (justincc)2012-06-151-1/+1
* minor: Remove redundant EstateOwner != UUID.Zero check in IsAdministrator bec...Justin Clark-Casey (justincc)2012-05-171-8/+6
* If a Grid God teleports then include the Godlike teleport flag. This can affe...Oren Hurvitz2012-04-271-9/+22
* refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-171-1/+1
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-6/+4
* Rework Diva's patch to simplify itMelanie2012-03-221-2/+10
* Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...Melanie2012-03-221-32/+2
* Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...Diva Canto2012-03-221-2/+32
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-3/+3
* Fix problem with dragging child part inventory item to user inventory.Justin Clark-Casey (justincc)2012-02-211-19/+3
* 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