aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-26try fix IAR load inventory links and objects ownerUbitUmarov1-2/+2
2018-01-04disable some XmlResolverUbitUmarov1-0/+1
2017-11-12mantis 8253: don't let attachments delete remove controls from viewers on ↵UbitUmarov1-1/+3
crossings.
2017-08-24frozen avatars should not do local teleports. Possible none should not be ↵UbitUmarov1-3/+13
allowed, but that may be abusive
2017-07-28partial mantis 8219; on creating or updating items (animationsets, ↵UbitUmarov1-6/+9
wearables) that reference assets, and user does not have permissions on those, abort and warn, instead of silent invalition of the references to those assets, creating a broken item
2017-07-16store kfm on inventory. this may still be a bit confusing on rezUbitUmarov1-5/+8
2017-06-13guess HGEntityTransferModule jobengine does not need a permanet threadUbitUmarov1-1/+1
2017-06-09add a adicional in transit flag to signal HG tps, and use it to ignore ↵UbitUmarov2-0/+4
usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap )
2017-06-01avoi null refs on tests simple clientsUbitUmarov1-6/+16
2017-05-31change child agents close control; disablesimulator is not a caps event messageUbitUmarov1-120/+94
2017-05-30remove anoying crossing messages on open bordersUbitUmarov1-3/+4
2017-05-29some cleanup and assume Linux/mono DNS is just broken...UbitUmarov1-8/+7
2017-05-29 no.. still a failUbitUmarov1-1/+1
2017-05-29 mono is a total crapUbitUmarov1-2/+8
2017-05-29 add temporary debug msgsUbitUmarov1-0/+3
2017-05-29 remove a now anoying message..UbitUmarov1-3/+3
2017-05-28 need to delay even more agent close after teleport to compensate for slow ↵UbitUmarov1-3/+4
machines and user connections. This one of current tp teleport protocol flaws
2017-05-25add some checks for valid endpointsUbitUmarov1-29/+23
2017-05-22remove some code for NAT that was disabled by its author Adam Frisby since ↵UbitUmarov1-18/+1
2009, and i don't see how to mk work with current viewers at that point at least
2017-05-22 fix IClientIPEndpoint broken by justin long ago.. but stop using itUbitUmarov1-16/+11
except on SceneBanner, later it my be also removed from there and everywhere
2017-05-05add a few guard checks on serviceThrottlemoduleUbitUmarov1-1/+9
2017-05-04 move deep effective permissions aggregation to first time use and not on ↵UbitUmarov1-1/+1
changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
2017-05-01rename sog.GetEffectivePermissions() since its use is now limited to more ↵UbitUmarov1-12/+5
specific task, and no longer on current effective(full) path. Note that change ownermask start to be current ownermask, and filter it to all parts basemask
2017-04-30fix new landmarks default permissionsUbitUmarov1-3/+8
2017-04-29nore permissions masks hierachyUbitUmarov1-4/+4
2017-04-29 update folded permitions if taking from world, or after unfoldUbitUmarov1-13/+2
2017-04-29 recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ↵UbitUmarov1-10/+7
easys code readability
2017-04-28forgot a change...UbitUmarov1-2/+2
2017-04-28a few changes to permissions folding... we are testing. at this point only ↵UbitUmarov1-15/+20
use master for TESTING also
2017-04-15several changes for osTeleportObjectUbitUmarov1-6/+86
2017-03-31Prevent error spew when script send IM to HG users before HG is upMelanie Thielker1-3/+8
2017-01-26 remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov1-10/+4
2017-01-22don't let part lastowner be the groupUbitUmarov1-2/+2
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov1-1/+1
2017-01-19object Take and TakeCopy are for in scene SOPs and SPs and permitions module ↵UbitUmarov1-5/+6
is NOT a shared module
2017-01-17add more calls to effective permissions aggregation; do not change groupmask ↵UbitUmarov1-0/+2
on deed
2017-01-16Remove the last instance of the legacy slam but being setMelanie Thielker1-2/+2
New objects now get only the real slam bit.
2017-01-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov1-4/+7
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-13Fix the new permissions error introduced with the inventory fixMelanie Thielker1-7/+22
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-07Squelch noisy debug message that happens on every single rezMelanie Thielker1-1/+1
2017-01-07Squelch red ink for login cancel by the user during circuit setupMelanie Thielker1-2/+10
2017-01-06Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker1-4/+8
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-06Remove more calls to that horrible functionMelanie Thielker1-10/+0
2017-01-06Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker1-13/+11
2017-01-06Restructure god level and permissionsMelanie Thielker2-2/+3
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
2017-01-05add config option automatic_gods. With this option true, users that can be ↵UbitUmarov1-0/+1
Gods will have that level automaticly without the need request on viewer; Propagate current god level to nearby regions (with local checks)
2017-01-05Massive tab and trailing space cleanupMelanie Thielker21-257/+257
2016-12-10Make it more unlikely that a script teleport will be caught by default ↵AliciaRaven1-1/+1
region landing point.
2016-12-07add missing sp Intransit controlUbitUmarov1-10/+18
2016-12-07set HasGridUserTried on usercache of NPCsUbitUmarov1-2/+2