summary refs log tree commit diff
path: root/synapse/replication/http/federation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix logging bug in EDU handling over replicationErik Johnston2018-08-171-1/+1
|
* Use federation handler function rather than duplicateErik Johnston2018-08-151-41/+3
| | | | This involves renaming _persist_events to be a public function.
* Move clean_room_for_join to masterErik Johnston2018-08-091-0/+35
|
* Fixup doc commentsErik Johnston2018-08-091-0/+17
|
* Add EDU/query handling over replicationErik Johnston2018-08-061-1/+1
|
* Add replication APIs for persisting federation eventsErik Johnston2018-08-061-0/+245