summary refs log tree commit diff
path: root/synapse/federation/transport/client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement third party identifier invitesDaniel Wagner-Hall2015-10-011-2/+3
* Get the end-to-end key federation workingMark Haines2015-07-241-2/+2
* Add federation support for end-to-end key requestsMark Haines2015-07-231-0/+70
* Add doc stringsErik Johnston2015-05-221-0/+2
* Add a timeout param to get_eventErik Johnston2015-05-191-2/+2
* Implement and use new batched get missing pduErik Johnston2015-02-231-0/+19
* Apply sanity to the transport client interface. Convert 'make_join' and 'send...Erik Johnston2015-02-041-26/+16
* Initial implementation of auth conflict resolutionErik Johnston2015-01-291-0/+16
* Finish renaming "context" to "room_id" in federation codebaseMark Haines2015-01-161-28/+19
* Fold _do_request_for_transaction into the methods that called it since it was...Mark Haines2015-01-161-44/+11
* Split transport layer into client and server partsMark Haines2015-01-161-0/+257