summary refs log tree commit diff
path: root/synapse/federation/federation_client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace the @metrics.counted annotations in federation with specifically-writ...Paul "LeoNerd" Evans2015-03-121-12/+15
* Initial attempt at sprinkling some @metrics.counted decorations around the fe...Paul "LeoNerd" Evans2015-03-121-0/+14
* Delete pointless (and unreachable) __init__ method from FederationClientPaul "LeoNerd" Evans2015-03-121-2/+0
* Remove unecessary checkErik Johnston2015-03-051-6/+0
* Respect min_depth argumentErik Johnston2015-03-051-4/+6
* Docs.Erik Johnston2015-03-051-0/+16
* Handle if get_missing_pdu returns 400 or not all events.Erik Johnston2015-03-051-13/+96
* Implement and use new batched get missing pduErik Johnston2015-02-231-0/+19
* Merge branch 'keyclient_retry_scheme' of github.com:matrix-org/synapse into d...Erik Johnston2015-02-181-12/+25
|\
| * Add per server retry limiting.Erik Johnston2015-02-171-12/+24
* | Rename _fail_fetch_pdu_cache to _get_pdu_cacheErik Johnston2015-02-181-8/+8
* | Cache results of get_pdu.Erik Johnston2015-02-161-3/+39
|/
* Connection errors in twisted aren't RuntimeErrorsErik Johnston2015-02-051-2/+2
* Pass through list of room hosts from room alias query to federation so that i...Erik Johnston2015-02-051-1/+4
* Apply sanity to the transport client interface. Convert 'make_join' and 'send...Erik Johnston2015-02-041-31/+51
* Retry make_joinErik Johnston2015-02-041-7/+12
* Keep around the old (buggy) version of the prune_event function so that we ca...Erik Johnston2015-02-031-94/+2
* PEP8Erik Johnston2015-02-031-1/+0
* Don't bother requesting PDUs with bad signatures from the same serverErik Johnston2015-02-021-16/+17
* Don't fail an entire request if one of the returned events fails a signature ...Erik Johnston2015-02-021-26/+81
* Fix bug where we superfluously asked for current state. Change API of /query_...Erik Johnston2015-01-301-6/+1
* Initial implementation of auth conflict resolutionErik Johnston2015-01-291-1/+1
* Start implementing auth conflict resErik Johnston2015-01-281-0/+39
* Make it the responsibility of the replication layer to check signature and ha...Erik Johnston2015-01-261-13/+95
* Split up replication_layer module into client, server and transaction queueErik Johnston2015-01-261-0/+293