summary refs log tree commit diff
path: root/synapse/federation/federation_client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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