summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-09Move sig check out of _handle_new_pduRichard van der Hoff1-12/+36
When we receive PDUs via `get_missing_events`, we have already checked their sigs, so there is no need to do it again.
2017-03-09Factor _get_missing_events_for_pdu out of _handle_new_pduRichard van der Hoff1-62/+82
This should be functionally identical: it just seeks to improve readability by reducing indentation.