Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | | | | | | New objects now get only the real slam bit. | |||||
* | | add code for fixing effective permitions. This is a test, and currently too ↵ | UbitUmarov | 2017-01-15 | 2 | -2/+221 | |
|/ | | | | slow for prodution. just finding our way home | |||||
* | fix incoerent definition of Slam bit (bits 3 and 4 used in diferent | UbitUmarov | 2017-01-14 | 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" | |||||
* | 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 | |
| | | | | | | | | | 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. | |||||
* | Add permission CanChangeSelectedState replacing 2 calls to check Move and ↵ | UbitUmarov | 2017-01-12 | 2 | -4/+16 | |
| | | | | Modify/edit. As those calls did, this controls changes to objects selected state for edition (simulation hold etc). | |||||
* | don't let object lastowner be its group | UbitUmarov | 2017-01-11 | 1 | -1/+2 | |
| | ||||||
* | more changes to GenerateClientFlags(), use already cached presence group ↵ | UbitUmarov | 2017-01-11 | 1 | -2/+2 | |
| | | | | information, let it be aware of groups roles. (not exactly as the other grid) | |||||
* | change GenerateClientFlags(...) to work with a scenepresence; make use of ↵ | UbitUmarov | 2017-01-11 | 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 | |||||
* | remove obsolete PrimFlags.ObjectYouOfficer; rearrange ↵ | UbitUmarov | 2017-01-10 | 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 | |||||
* | 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 ↵ | UbitUmarov | 2017-01-07 | 1 | -1/+1 | |
| | | | | viewer god, acording to config | |||||
* | Correct casing on isGod and isViewerUIGod | Melanie Thielker | 2017-01-07 | 2 | -38/+38 | |
| | ||||||
* | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 2017-01-07 | 3 | -13/+13 | |
| | ||||||
* | ignore teleport flag GodLike. Perform checks acording to agent static | UbitUmarov | 2017-01-07 | 1 | -5/+7 | |
| | | | | local or grid rights | |||||
* | rename same more variables to make their meaning more clear | UbitUmarov | 2017-01-07 | 2 | -5/+5 | |
| | ||||||
* | rename same variables to make their meaning more clear | UbitUmarov | 2017-01-07 | 2 | -57/+56 | |
| | ||||||
* | more changes to god level control. Not that this is work in progress, for ↵ | UbitUmarov | 2017-01-07 | 2 | -224/+234 | |
| | | | | now it still works mainly as with option implicit_gods = true. speed up some regions child updates, some cleanup | |||||
* | Fix grid gods | Melanie Thielker | 2017-01-07 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2017-01-06 | 1 | -2/+6 | |
|\ | ||||||
| * | Merge branch 'master' of opensimulator.org:/var/git/opensim | UbitUmarov | 2017-01-06 | 3 | -27/+35 | |
| |\ | ||||||
| * | | add a missing god_date transmition | UbitUmarov | 2017-01-06 | 1 | -2/+6 | |
| | | | ||||||
* | | | Fix an artefact introduced by git's revert merging logic | Melanie Thielker | 2017-01-06 | 1 | -9/+6 | |
| |/ |/| | ||||||
* | | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2017-01-06 | 1 | -13/+0 | |
|\ \ | |/ | ||||||
| * | Remove parcel_owner_is_god option. It is conceptually wrong and with | UbitUmarov | 2017-01-06 | 1 | -13/+0 | |
| | | | | | | | | limited use. Relevant parcel owners can just be made estate managers with better regions management logic | |||||
* | | Fix the long-standing bug that object permissions set in inventory were lost | Melanie Thielker | 2017-01-06 | 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. | |||||
* | | Fix errors introduced by incomplete understanding of what folded perms are | Melanie Thielker | 2017-01-06 | 2 | -21/+22 | |
|/ | ||||||
* | restore parcels avatars visibility god level change correct handling; try ↵ | UbitUmarov | 2017-01-06 | 2 | -24/+28 | |
| | | | | to reduced the increased change of user error on config options setting | |||||
* | fix/simplify validation of god_data update field | UbitUmarov | 2017-01-06 | 1 | -2/+3 | |
| | ||||||
* | fix typo | UbitUmarov | 2017-01-06 | 1 | -9/+7 | |
| | ||||||
* | Fix the mixed gods issue in all places | Melanie Thielker | 2017-01-06 | 1 | -6/+13 | |
| | ||||||
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2017-01-06 | 1 | -1/+2 | |
|\ | ||||||
| * | take sync viewer out on make root | UbitUmarov | 2017-01-06 | 1 | -1/+2 | |
| | | ||||||
* | | Handle the case where grid gods and local gods should coexit | Melanie Thielker | 2017-01-06 | 1 | -0/+9 | |
|/ | | | | Thou shalt have no other gods beside me, your one and true god. | |||||
* | Sync viewer on make root | Melanie Thielker | 2017-01-06 | 2 | -1/+2 | |
| | ||||||
* | Send GodLevel to viewers on login | Melanie Thielker | 2017-01-06 | 2 | -1/+3 | |
| | ||||||
* | UserLevel must have a trusted source | Melanie Thielker | 2017-01-06 | 1 | -4/+0 | |
| | ||||||
* | Restructure god level and permissions | Melanie Thielker | 2017-01-06 | 3 | -113/+40 | |
| | | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level. | |||||
* | Add GodController class | Melanie Thielker | 2017-01-05 | 1 | -0/+231 | |
| | ||||||
* | inform viewers of current godlevel; put back a small delay on teleport ↵ | UbitUmarov | 2017-01-05 | 1 | -11/+34 | |
| | | | | arrivel to give time to viewers to sync | |||||
* | allow initial automatic level to be changed by request. Since viewers still ↵ | UbitUmarov | 2017-01-05 | 1 | -6/+6 | |
| | | | | dont get real level, one will need to ask for god level then disable it to syncronize the viewer with real level. | |||||
* | add config option automatic_gods. With this option true, users that can be ↵ | UbitUmarov | 2017-01-05 | 2 | -9/+37 | |
| | | | | Gods will have that level automaticly without the need request on viewer; Propagate current god level to nearby regions (with local checks) | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 54 | -1118/+1118 | |
| | ||||||
* | a few changes to Gods ( ie administrators) control | UbitUmarov | 2017-01-05 | 1 | -23/+13 | |
| | ||||||
* | mantis 8106: improve avatar walk in mouselook | UbitUmarov | 2016-12-30 | 1 | -4/+10 | |
| | ||||||
* | reinforce gc.collect on region load to also do pending finalizers | UbitUmarov | 2016-12-29 | 1 | -6/+5 | |
| | ||||||
* | adjust camera collision detection checks for new FS | UbitUmarov | 2016-12-28 | 1 | -1/+1 | |
| | ||||||
* | Remove obsolete config option "EventQueue". It's been always on for ages! | Melanie Thielker | 2016-12-20 | 1 | -1/+0 | |
| | ||||||
* | leave stupid broken permissions alone | UbitUmarov | 2016-12-18 | 1 | -4/+2 | |
| |