summary refs log tree commit diff
path: root/synapse/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-09Move FederationServer._handle_new_pdu to FederationHandlerRichard van der Hoff1-5/+197
2017-03-09Move sig check out of _handle_new_pduRichard van der Hoff1-12/+36
2017-03-09Factor _get_missing_events_for_pdu out of _handle_new_pduRichard van der Hoff1-62/