summary refs log tree commit diff
path: root/changelog.d/5015.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prepare v1.1.0rc1Richard van der Hoff2019-07-021-1/+0
|
* Add some logging to 3pid invite sig verification (#5015)David Baker2019-06-181-0/+1
I had to add quite a lot of logging to diagnose a problem with 3pid invites - we only logged the one failure which isn't all that informative. NB. I'm not convinced the logic of this loop is right: I think it should just accept a single valid signature from a trusted source rather than fail if *any* signature is invalid. Also it should probably not skip the rest of middle loop if a check fails? However, I'm deliberately not changing the logic here.