Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-03 | add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) ↵ | UbitUmarov | 1 | -0/+17 | |
permissions check | |||||
2017-04-01 | store the physics inertia override in Mysql and add it to serializer. run ↵ | UbitUmarov | 3 | -11/+53 | |
prebuild is required | |||||
2017-03-31 | add OSSL functions to override linksets total mass, center of mass and ↵ | UbitUmarov | 1 | -0/+41 | |
inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products. | |||||
2017-03-31 | Add the ability to post to and act uponconfiguration in etcd | Melanie Thielker | 2 | -3/+81 | |
Etcd is a distributed, highly available name-value store that is the basis of many clustered applications. However, it can also be run on a standalone machine. Using etcd allows live monitoring and possibly changing configuration while the sim is running. | |||||
2017-03-31 | Set a startup marker to let external scripts know the scene is up. | Melanie Thielker | 1 | -0/+22 | |
2017-03-31 | Change a misleading message that could lead users to believe a grid is down | Melanie Thielker | 1 | -1/+3 | |
2017-03-31 | Add the option to link a scene object with a monitoring object | Melanie Thielker | 1 | -0/+2 | |
For debugging purposes. | |||||
2017-03-30 | add CanSellObject() permitions check functions | UbitUmarov | 1 | -50/+56 | |
2017-02-01 | Correct whimsical spelling on a log message | Melanie Thielker | 1 | -1/+1 | |
2017-01-27 | update parcel select or sat on stats on sit and stand | UbitUmarov | 1 | -0/+4 | |
2017-01-27 | several changes relative to objects return and parcel prim counts: avoid ↵ | UbitUmarov | 5 | -16/+31 | |
null refs, report correct count of returned objects, make obkects counts by ownership coerent with return rules, etc | |||||
2017-01-27 | Permissions modules where made NONShared modules. Make them so, removing ↵ | UbitUmarov | 1 | -60/+60 | |
incoerences and their potencial bugs | |||||
2017-01-26 | remove unused and wrong methods | UbitUmarov | 2 | -58/+1 | |
2017-01-26 | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint | UbitUmarov | 1 | -6/+5 | |
2017-01-25 | CHANGED ALLOWED_DROP should only trigger if user has no MOD rights | UbitUmarov | 2 | -55/+59 | |
2017-01-25 | add and use CanDropInObjectInv | UbitUmarov | 2 | -103/+121 | |
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 | 4 | -149/+121 | |
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 | 3 | -2/+226 | |
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 | |