Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-25 | make use of CanDoObjectInvToObjectInv | UbitUmarov | 2 | -21/+20 | |
2017-01-22 | replace calls to SOG.GetEffectivePermissions() by the new ↵ | UbitUmarov | 1 | -1/+1 | |
SOG.EffectiveOwnerPerms, some of those inline permissions checks should be reviewed and pass by permissions module | |||||
2017-01-22 | work around group sharing and owned permitions issues, fix a non copy ↵ | UbitUmarov | 3 | -43/+54 | |
objects delete issue | |||||
2017-01-21 | add/fix CanRunScript | UbitUmarov | 2 | -3/+23 | |
2017-01-21 | fix llScriptDanger(); don't call old ScriptDamage on ossl health functions | UbitUmarov | 1 | -47/+41 | |
2017-01-20 | change CanObjectEntry() to use a SOG | UbitUmarov | 3 | -5/+5 | |
2017-01-20 | remove redundant IsGod, rename some GOD as Administrator (both only on ↵ | UbitUmarov | 1 | -7/+6 | |
permissions module) | |||||
2017-01-19 | change CanDuplicateObject | UbitUmarov | 2 | -5/+9 | |
2017-01-19 | actually make use of it as viewers requested | UbitUmarov | 1 | -6/+1 | |
2017-01-19 | fix the meaning of objectDuplicate[OnRay]() flags parameter but still not ↵ | UbitUmarov | 3 | -5/+9 | |
using it | |||||
2017-01-19 | change CanDeedObject. WARNING like on other grids, if you do not set next ↵ | UbitUmarov | 2 | -14/+10 | |
owner rights on object and ALL ITS CONTENTS, you may loose all rights on it | |||||
2017-01-19 | add a comment about parts permissions aggregation | UbitUmarov | 1 | -0/+2 | |
2017-01-19 | add CanEdit check for SOGs, iclients and SPs that need to be in scene and use it | UbitUmarov | 2 | -20/+44 | |
2017-01-19 | fix a null check | UbitUmarov | 1 | -2/+3 | |
2017-01-19 | object CanMove is for in scene SOGs Icleints and SPs and permitions module ↵ | UbitUmarov | 4 | -67/+50 | |
is NOT a shared module | |||||
2017-01-19 | object Take and TakeCopy are for in scene SOPs and SPs and permitions module ↵ | UbitUmarov | 2 | -8/+10 | |
is NOT a shared module | |||||
2017-01-18 | enforce effective perms hierarchy | UbitUmarov | 1 | -42/+59 | |
2017-01-18 | antecipate baked cache check and Xbakes requests, so they happen before ↵ | UbitUmarov | 1 | -26/+33 | |
viewer check request (or force it to wait via locking). | |||||
2017-01-17 | Permissions module: GenerateClientFlags() no need to keep looking for the ↵ | UbitUmarov | 2 | -9/+7 | |
same part several times; fix locked mask in GetObjectPermissions() | |||||
2017-01-17 | add more calls to effective permissions aggregation, some paths may still be ↵ | UbitUmarov | 9 | -23/+49 | |
missing on objects changes, but remove the aggregation on check paths, so all can be tested. | |||||
2017-01-17 | add more calls to effective permissions aggregation; do not change groupmask ↵ | UbitUmarov | 3 | -2/+13 | |
on deed | |||||
2017-01-17 | start adding calls to effective permissions aggregation on changes; ↵ | UbitUmarov | 3 | -25/+15 | |
rearrange code in DuplicateObject(); | |||||
2017-01-16 | remove now unused SetRootPartOwner() | UbitUmarov | 1 | -21/+1 | |
2017-01-16 | replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() ↵ | UbitUmarov | 2 | -2/+25 | |
so owner is not changed twice on rootpart | |||||
2017-01-16 | fix EffectiveGroupOrEveryOnePerms C&T == 0 case | UbitUmarov | 1 | -5/+27 | |
2017-01-16 | avoid lastOwner beeing the group | UbitUmarov | 3 | -4/+11 | |
2017-01-16 | chance new effective permissions code to ease aggregation on demand( ie on ↵ | UbitUmarov | 3 | -145/+120 | |
changes). But still doing full aggregation on checks, so still heavy | |||||
2017-01-16 | Remove the last instance of the legacy slam but being set | Melanie Thielker | 2 | -5/+7 | |
New objects now get only the real slam bit. | |||||
2017-01-15 | add code for fixing effective permitions. This is a test, and currently too ↵ | UbitUmarov | 2 | -2/+221 | |
slow for prodution. just finding our way home | |||||
2017-01-14 | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 2 | -4/+1 | |
places.) this may still be wrong on other places; Do not loose folded permitions, WARNING MASTER IS NOW UNSTABLE. permissions are still broken" | |||||
2017-01-14 | fix: send viewers the Everyone permitions of items inside other objects | UbitUmarov | 1 | -1/+1 | |
2017-01-13 | Fix the new permissions error introduced with the inventory fix | Melanie Thielker | 1 | -10/+24 | |
The fix to allow setting perms in inventory accidentally caused folded permissions to be used as a mask for the next owner perms. The current solution isn't optimal but better than anything else we have had. Legacy objects may experience a net loss of permissions if trying to set their perms in inventory, this is deemed preferable to the prior privilege escalation possibility. New items will handle properly. | |||||
2017-01-12 | Add permission CanChangeSelectedState replacing 2 calls to check Move and ↵ | UbitUmarov | 2 | -4/+16 | |
Modify/edit. As those calls did, this controls changes to objects selected state for edition (simulation hold etc). | |||||
2017-01-11 | don't let object lastowner be its group | UbitUmarov | 1 | -1/+2 | |
2017-01-11 | more changes to GenerateClientFlags(), use already cached presence group ↵ | UbitUmarov | 1 | -2/+2 | |
information, let it be aware of groups roles. (not exactly as the other grid) | |||||
2017-01-11 | change GenerateClientFlags(...) to work with a scenepresence; make use of ↵ | UbitUmarov | 1 | -3/+3 | |
the new IsGod to check its God rights; remove the non standard estate manager right to move other ppl prims i added on last commits; coment out a test method i added sometime ago | |||||
2017-01-10 | remove obsolete PrimFlags.ObjectYouOfficer; rearrange ↵ | UbitUmarov | 1 | -2/+1 | |
GenerateClientFlags(...) with changes: allow estatemanager to move other ppl objects to help solve placement disputes; exclude attachments on that and from same group members | |||||
2017-01-08 | try to improve option automatic_gods processing | UbitUmarov | 1 | -9/+11 | |
2017-01-07 | use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current ↵ | UbitUmarov | 1 | -1/+1 | |
viewer god, acording to config | |||||
2017-01-07 | Correct casing on isGod and isViewerUIGod | Melanie Thielker | 2 | -38/+38 | |
2017-01-07 | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 3 | -13/+13 | |
2017-01-07 | ignore teleport flag GodLike. Perform checks acording to agent static | UbitUmarov | 1 | -5/+7 | |
local or grid rights | |||||
2017-01-07 | rename same more variables to make their meaning more clear | UbitUmarov | 2 | -5/+5 | |
2017-01-07 | rename same variables to make their meaning more clear | UbitUmarov | 2 | -57/+56 | |
2017-01-07 | more changes to god level control. Not that this is work in progress, for ↵ | UbitUmarov | 2 | -224/+234 | |
now it still works mainly as with option implicit_gods = true. speed up some regions child updates, some cleanup | |||||
2017-01-07 | Fix grid gods | Melanie Thielker | 1 | -0/+1 | |
2017-01-06 | Fix an artefact introduced by git's revert merging logic | Melanie Thielker | 1 | -9/+6 | |
2017-01-06 | add a missing god_date transmition | UbitUmarov | 1 | -2/+6 | |
2017-01-06 | Fix the long-standing bug that object permissions set in inventory were lost | Melanie Thielker | 2 | -6/+13 | |
NOTE: Items rezzed by users using 0.8 or older will still exhibit broken behaviour. Until 0.8 becomes end of life, this fix will not produce dependable results on grids with mixed versions. Grids based on 0.9 will now work properly. | |||||
2017-01-06 | Remove parcel_owner_is_god option. It is conceptually wrong and with | UbitUmarov | 1 | -13/+0 | |
limited use. Relevant parcel owners can just be made estate managers with better regions management logic |