aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov3-5/+5
2017-01-20remove redundant IsGod, rename some GOD as Administrator (both only on permis...UbitUmarov1-7/+6
2017-01-19change CanDuplicateObjectUbitUmarov2-5/+9
2017-01-19actually make use of it as viewers requestedUbitUmarov1-6/+1
2017-01-19fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...UbitUmarov3-5/+9
2017-01-19change CanDeedObject. WARNING like on other grids, if you do not set next own...UbitUmarov2-14/+10
2017-01-19add a comment about parts permissions aggregationUbitUmarov1-0/+2
2017-01-19add CanEdit check for SOGs, iclients and SPs that need to be in scene and use itUbitUmarov2-20/+44
2017-01-19fix a null checkUbitUmarov1-2/+3
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov4-67/+50
2017-01-19object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov2-8/+10
2017-01-18enforce effective perms hierarchyUbitUmarov1-42/+59
2017-01-18antecipate baked cache check and Xbakes requests, so they happen before viewe...UbitUmarov1-26/+33
2017-01-17Permissions module: GenerateClientFlags() no need to keep looking for the sam...UbitUmarov2-9/+7
2017-01-17add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov9-23/+49
2017-01-17add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov3-2/+13
2017-01-17start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov3-25/+15
2017-01-16remove now unused SetRootPartOwner()UbitUmarov1-21/+1
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov2-2/+25
2017-01-16 fix EffectiveGroupOrEveryOnePerms C&T == 0 caseUbitUmarov1-5/+27
2017-01-16 avoid lastOwner beeing the groupUbitUmarov3-4/+11
2017-01-16 chance new effective permissions code to ease aggregation on demand( ie on c...UbitUmarov4-149/+121
2017-01-16Remove the last instance of the legacy slam but being setMelanie Thielker2-5/+7
2017-01-15add code for fixing effective permitions. This is a test, and currently too s...UbitUmarov3-2/+226
2017-01-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov2-4/+1
2017-01-14fix: send viewers the Everyone permitions of items inside other objectsUbitUmarov1-1/+1
2017-01-13Fix the new permissions error introduced with the inventory fixMelanie Thielker1-10/+24
2017-01-12Add permission CanChangeSelectedState replacing 2 calls to check Move and Mod...UbitUmarov2-4/+16
2017-01-11don't let object lastowner be its groupUbitUmarov1-1/+2
2017-01-11more changes to GenerateClientFlags(), use already cached presence group info...UbitUmarov1-2/+2
2017-01-11change GenerateClientFlags(...) to work with a scenepresence; make use of the...UbitUmarov1-3/+3
2017-01-10remove obsolete PrimFlags.ObjectYouOfficer; rearrange GenerateClientFlags(......UbitUmarov1-2/+1
2017-01-08try to improve option automatic_gods processingUbitUmarov1-9/+11
2017-01-07use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current viewer...UbitUmarov1-1/+1
2017-01-07Correct casing on isGod and isViewerUIGodMelanie Thielker2-38/+38
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker3-13/+13
2017-01-07ignore teleport flag GodLike. Perform checks acording to agent staticUbitUmarov1-5/+7
2017-01-07rename same more variables to make their meaning more clearUbitUmarov2-5/+5
2017-01-07rename same variables to make their meaning more clearUbitUmarov2-57/+56
2017-01-07more changes to god level control. Not that this is work in progress, for now...UbitUmarov2-224/+234
2017-01-07Fix grid godsMelanie Thielker1-0/+1
2017-01-06Fix an artefact introduced by git's revert merging logicMelanie Thielker1-9/+6
2017-01-06add a missing god_date transmitionUbitUmarov1-2/+6
2017-01-06Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker2-6/+13
2017-01-06Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov1-13/+0
2017-01-06Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2-21/+22
2017-01-06restore parcels avatars visibility god level change correct handling; try to...UbitUmarov2-24/+28
2017-01-06fix/simplify validation of god_data update fieldUbitUmarov1-2/+3
2017-01-06fix typoUbitUmarov1-9/+7
2017-01-06Fix the mixed gods issue in all placesMelanie Thielker1-6/+13