Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-03-09 | Move sig check out of _handle_new_pdu | Richard van der Hoff | 1 | -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-09 | Factor _get_missing_events_for_pdu out of _handle_new_pdu | Richard van der Hoff | 1 | -62/+82 | |
This should be functionally identical: it just seeks to improve readability by reducing indentation. | |||||