summary refs log tree commit diff
path: root/changelog.d/12925.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve logging when signature checks fail (#12925)Richard van der Hoff2022-05-311-0/+1
* Raise a dedicated `InvalidEventSignatureError` from `_check_sigs_on_pdu` * Downgrade logging about redactions to DEBUG this can be very spammy during a room join, and it's not very useful. * Raise `InvalidEventSignatureError` from `_check_sigs_and_hash` ... and, more importantly, move the logging out to the callers. * changelog