| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | add CanSellObject() permitions check functions | UbitUmarov | 2017-03-30 | 1 | -50/+56 |
* | | Merge branch 'melanie' | Melanie Thielker | 2017-02-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Correct whimsical spelling on a log message | Melanie Thielker | 2017-02-01 | 1 | -1/+1 |
* | | update parcel select or sat on stats on sit and stand | UbitUmarov | 2017-01-27 | 1 | -0/+4 |
* | | several changes relative to objects return and parcel prim counts: avoid nul... | UbitUmarov | 2017-01-27 | 5 | -16/+31 |
* | | Permissions modules where made NONShared modules. Make them so, removing inc... | UbitUmarov | 2017-01-27 | 1 | -60/+60 |
* | | remove unused and wrong methods | UbitUmarov | 2017-01-26 | 2 | -58/+1 |
* | | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint | UbitUmarov | 2017-01-26 | 1 | -6/+5 |
* | | CHANGED ALLOWED_DROP should only trigger if user has no MOD rights | UbitUmarov | 2017-01-25 | 2 | -55/+59 |
* | | add and use CanDropInObjectInv | UbitUmarov | 2017-01-25 | 2 | -103/+121 |
* | | make use of CanDoObjectInvToObjectInv | UbitUmarov | 2017-01-25 | 2 | -21/+20 |
* | | replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP... | UbitUmarov | 2017-01-22 | 1 | -1/+1 |
* | | work around group sharing and owned permitions issues, fix a non copy objects... | UbitUmarov | 2017-01-22 | 3 | -43/+54 |
* | | add/fix CanRunScript | UbitUmarov | 2017-01-21 | 2 | -3/+23 |
* | | fix llScriptDanger(); don't call old ScriptDamage on ossl health functions | UbitUmarov | 2017-01-21 | 1 | -47/+41 |
* | | change CanObjectEntry() to use a SOG | UbitUmarov | 2017-01-20 | 3 | -5/+5 |
* | | remove redundant IsGod, rename some GOD as Administrator (both only on permis... | UbitUmarov | 2017-01-20 | 1 | -7/+6 |
* | | change CanDuplicateObject | UbitUmarov | 2017-01-19 | 2 | -5/+9 |
* | | actually make use of it as viewers requested | UbitUmarov | 2017-01-19 | 1 | -6/+1 |
* | | fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi... | UbitUmarov | 2017-01-19 | 3 | -5/+9 |
* | | change CanDeedObject. WARNING like on other grids, if you do not set next own... | UbitUmarov | 2017-01-19 | 2 | -14/+10 |
* | | add a comment about parts permissions aggregation | UbitUmarov | 2017-01-19 | 1 | -0/+2 |
* | | add CanEdit check for SOGs, iclients and SPs that need to be in scene and use it | UbitUmarov | 2017-01-19 | 2 | -20/+44 |
* | | fix a null check | UbitUmarov | 2017-01-19 | 1 | -2/+3 |
* | | object CanMove is for in scene SOGs Icleints and SPs and permitions module is... | UbitUmarov | 2017-01-19 | 4 | -67/+50 |
* | | object Take and TakeCopy are for in scene SOPs and SPs and permitions module ... | UbitUmarov | 2017-01-19 | 2 | -8/+10 |
* | | enforce effective perms hierarchy | UbitUmarov | 2017-01-18 | 1 | -42/+59 |
* | | antecipate baked cache check and Xbakes requests, so they happen before viewe... | UbitUmarov | 2017-01-18 | 1 | -26/+33 |
* | | Permissions module: GenerateClientFlags() no need to keep looking for the sam... | UbitUmarov | 2017-01-17 | 2 | -9/+7 |
* | | add more calls to effective permissions aggregation, some paths may still be ... | UbitUmarov | 2017-01-17 | 9 | -23/+49 |
* | | add more calls to effective permissions aggregation; do not change groupmask ... | UbitUmarov | 2017-01-17 | 3 | -2/+13 |
* | | start adding calls to effective permissions aggregation on changes; rearrange... | UbitUmarov | 2017-01-17 | 3 | -25/+15 |
* | | remove now unused SetRootPartOwner() | UbitUmarov | 2017-01-16 | 1 | -21/+1 |
* | | replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s... | UbitUmarov | 2017-01-16 | 2 | -2/+25 |
* | | fix EffectiveGroupOrEveryOnePerms C&T == 0 case | UbitUmarov | 2017-01-16 | 1 | -5/+27 |
* | | avoid lastOwner beeing the group | UbitUmarov | 2017-01-16 | 3 | -4/+11 |
* | | chance new effective permissions code to ease aggregation on demand( ie on c... | UbitUmarov | 2017-01-16 | 4 | -149/+121 |
* | | Merge branch 'melanie' | Melanie Thielker | 2017-01-16 | 2 | -5/+7 |
|\ \
| |/ |
|
| * | Remove the last instance of the legacy slam but being set | Melanie Thielker | 2017-01-16 | 2 | -5/+7 |
* | | add code for fixing effective permitions. This is a test, and currently too s... | UbitUmarov | 2017-01-15 | 3 | -2/+226 |
|/ |
|
* | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 2017-01-14 | 2 | -4/+1 |
* | fix: send viewers the Everyone permitions of items inside other objects | UbitUmarov | 2017-01-14 | 1 | -1/+1 |
* | Fix the new permissions error introduced with the inventory fix | Melanie Thielker | 2017-01-13 | 1 | -10/+24 |
* | Add permission CanChangeSelectedState replacing 2 calls to check Move and Mod... | UbitUmarov | 2017-01-12 | 2 | -4/+16 |
* | don't let object lastowner be its group | UbitUmarov | 2017-01-11 | 1 | -1/+2 |
* | more changes to GenerateClientFlags(), use already cached presence group info... | UbitUmarov | 2017-01-11 | 1 | -2/+2 |
* | change GenerateClientFlags(...) to work with a scenepresence; make use of the... | UbitUmarov | 2017-01-11 | 1 | -3/+3 |
* | remove obsolete PrimFlags.ObjectYouOfficer; rearrange GenerateClientFlags(...... | UbitUmarov | 2017-01-10 | 1 | -2/+1 |
* | try to improve option automatic_gods processing | UbitUmarov | 2017-01-08 | 1 | -9/+11 |
* | use new IsGod on CheckAndAdjustLandingPoint_SL so it can be by current viewer... | UbitUmarov | 2017-01-07 | 1 | -1/+1 |