summary refs log tree commit diff
path: root/synapse/federation/replication.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into event_signingMark Haines2014-10-171-2/+2
|\
| * SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-171-2/+2
* | Rename 'meta' to 'unsigned'Mark Haines2014-10-171-7/+7
* | move 'age' into 'meta' subdict so that it is clearer that it is not part of t...Mark Haines2014-10-171-6/+14
* | Include hashes of previous pdus when referencing themMark Haines2014-10-161-1/+1
|/
* SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr...Mark Haines2014-10-141-1/+1
* SYN-75 sign at the request level rather than the transaction levelMark Haines2014-10-131-13/+0
* Merge branch develop into server2server_signingMark Haines2014-10-131-2/+5
|\
| * Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ...Mark Haines2014-10-021-2/+5
* | SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-10/+14
* | Sign federation transactionsMark Haines2014-09-241-1/+8
|/
* Fix bug where we incorrectly calculated 'age_ts' from 'age' key rather than t...Erik Johnston2014-09-151-2/+3
* Fix 'age' key to update on retriesErik Johnston2014-09-151-3/+16
* Correctly handle the 'age' key in events and pdusErik Johnston2014-09-151-3/+12
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Don't eat federation transmit errors during unit tests; fix remote presence E...Paul "LeoNerd" Evans2014-09-031-1/+0
* Fix a couple of bugs in presence handler related to pushing updatesto the cor...Erik Johnston2014-08-291-0/+2
* Avoid AlreadyCalledError from EDU sending failuresPaul "LeoNerd" Evans2014-08-281-1/+2
* Remove unused populate_previous_pdusMark Haines2014-08-271-2/+0
* Use store.persist_event rather than pdu_actions.persist_outgoing/pdu_actions....Mark Haines2014-08-261-2/+2
* Ensure that we don't have duplicate hosts in the pdu destinations listErik Johnston2014-08-241-2/+2
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-191-0/+1
|\
| * Ensure that federation's .send_edu() returns a DeferredPaul "LeoNerd" Evans2014-08-191-0/+1
* | Add a 'backfill room' buttonErik Johnston2014-08-191-3/+6
|/
* when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson2014-08-131-9/+9
* Define the concept of a 'federation Query'; creating API for making and handl...Paul "LeoNerd" Evans2014-08-131-0/+50
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+582