aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-697/+1357
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-67/+86
* 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
| * 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