aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
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-21change the initialization point of SimwideAreaUbitUmarov2-4/+6
2017-01-21initialize SimwideAreaUbitUmarov1-1/+3
2017-01-20test jenkinsUbitUmarov1-4/+4
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov2-21/+19
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-19fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...UbitUmarov1-1/+1
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 ...UbitUmarov3-17/+25
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-17add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov1-0/+2
2017-01-17start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov1-0/+1
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov1-2/+1
2017-01-16Remove the last instance of the legacy slam but being setMelanie Thielker1-2/+2
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-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov1-4/+7
2017-01-13Fix the new permissions error introduced with the inventory fixMelanie Thielker1-7/+22
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-07Correct casing on isGod and isViewerUIGodMelanie Thielker4-5/+5
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker7-12/+12
2017-01-07missing changed fileUbitUmarov1-4/+4
2017-01-07replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov4-5/+5
2017-01-07update permissions module with the new optionsUbitUmarov1-13/+24
2017-01-07prevent gods kick wars using the new god level variableUbitUmarov1-4/+4
2017-01-07try to work around some broken viewers math on handlesUbitUmarov1-4/+9
2017-01-07Squelch noisy debug message that happens on every single rezMelanie Thielker1-1/+1
2017-01-07During login cancel, don't error out here on a null client.Melanie Thielker1-0/+3
2017-01-07Squelch red ink for login cancel by the user during circuit setupMelanie Thielker2-3/+22
2017-01-06Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker1-4/+8
2017-01-06Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov1-4/+2
2017-01-06Remove more calls to that horrible functionMelanie Thielker1-10/+0
2017-01-06Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2-14/+18
2017-01-06Restructure god level and permissionsMelanie Thielker10-17/+18