aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-697/+1357
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-67/+86
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-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