aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Permissions (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-03fix right to change permissions of group owned objectsUbitUmarov1-1/+32
2017-05-03 change taskInventory copy/move to agents inventory rulesUbitUmarov1-11/+18
2017-04-30Add a missing viewer-relevant message to the perms moduleMelanie Thielker1-0/+3
2017-04-03add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...UbitUmarov1-0/+52
2017-03-31Adapt to a variable name that has changed in coreMelanie Thielker1-2/+2
2017-03-31A god is a god is a god. Let gods access scripts and NCsMelanie Thielker1-0/+8
2017-03-30add CanSellObject() permitions check functionsUbitUmarov1-1/+86
2017-01-27 several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov1-15/+17
2017-01-27bug fix: wrong enabled checkUbitUmarov1-3/+0
2017-01-27 Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov1-41/+111
2017-01-25 add and use CanDropInObjectInvUbitUmarov1-70/+121
2017-01-25 make use of CanDoObjectInvToObjectInvUbitUmarov1-0/+1
2017-01-24fix a bug in CanCopyObjectInventory; add CanDoObjectInvToObjectInv ( not wired)UbitUmarov1-23/+82
2017-01-22share before groupr roles was a testing elsewhere induced mistake, clean it upUbitUmarov1-46/+36
2017-01-22work around group sharing and owned permitions issues, fix a non copy objects...UbitUmarov1-46/+160
2017-01-21a few more changes on permissionsUbitUmarov1-51/+47
2017-01-21fix CanReturnObjectsUbitUmarov1-13/+20
2017-01-21add/fix CanRunScriptUbitUmarov1-2/+30
2017-01-21fix CanObjectEntry and CanTerraformLand group permissionsUbitUmarov1-33/+30
2017-01-20test jenkinsUbitUmarov1-4/+4
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov1-20/+18
2017-01-20remove redundant IsGod, rename some GOD as Administrator (both only on permis...UbitUmarov1-111/+59
2017-01-19change CanDuplicateObjectUbitUmarov1-6/+5
2017-01-19change CanDeedObject. WARNING like on other grids, if you do not set next own...UbitUmarov1-10/+31
2017-01-19add CanEdit check for SOGs, iclients and SPs that need to be in scene and use itUbitUmarov1-1/+16
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov1-14/+7
2017-01-19object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov1-10/+16
2017-01-19a few more aux methods and changesUbitUmarov1-152/+133
2017-01-19add a GetItemPermissions() to be used use on object contents checks in Permis...UbitUmarov1-16/+83
2017-01-18a few more changes on Permissions moduleUbitUmarov1-90/+80
2017-01-18Permissions module: fix in prim inv CanEditNotecard group edit rights check (...UbitUmarov1-3/+17
2017-01-18Permissions module: replace some GenericObjectPermission by GenericObjectPerm...UbitUmarov1-123/+51
2017-01-17Permissions module: GenerateClientFlags() no need to keep looking for the sam...UbitUmarov1-13/+8
2017-01-17Permissions module: add GetObjectPermissions() that should replace GenericObj...UbitUmarov1-1/+77
2017-01-15add code for fixing effective permitions. This is a test, and currently too s...UbitUmarov1-13/+26
2017-01-14bad move.. revertUbitUmarov1-11/+5
2017-01-14permissions GenerateClientFlags() also needs group GetEffectivePermissions() ...UbitUmarov1-5/+11
2017-01-12GenerateClientFlags: consider locked state, change object group; CanRezObject...UbitUmarov1-45/+52
2017-01-11stop using a GetPermissionClass() in GenerateClientFlags since it is not good...UbitUmarov1-97/+116
2017-01-11more changes to GenerateClientFlags(), use already cached presence group info...UbitUmarov1-8/+60
2017-01-11change GenerateClientFlags(...) to work with a scenepresence; make use of the...UbitUmarov1-7/+36
2017-01-10remove obsolete PrimFlags.ObjectYouOfficer; rearrange GenerateClientFlags(......UbitUmarov1-60/+51
2017-01-07update permissions module with the new optionsUbitUmarov1-13/+24
2017-01-06Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov1-4/+2
2017-01-06Restructure god level and permissionsMelanie Thielker1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-107/+107
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-6/+3
2016-07-03fix a lost region size of 256mUbitUmarov1-1/+5
2016-06-20Related to mantis #7929: "For sale" was not being accepted, because of permis...Diva Canto1-0/+9
2016-05-02According to the SL wiki, estate managers can set parcels for sale. Make it sew.Melanie Thielker1-1/+1