anonymousland-synapse/synapse/federation
Richard van der Hoff a6e3222fe5 Fed server: Move origin-check code to _handle_received_pdu
The response-building code expects there to be an entry in the `results` list
for each entry in the pdu_list, so the early `continue` was messing this
up. That doesn't really matter, because all that the federation client does is
log any errors, but it's pretty poor form.
2017-10-09 17:53:32 +01:00
..
transport Separate federation servlet into different lists 2017-07-05 14:32:24 +01:00
__init__.py Add transaction queue and transport layer to DI 2016-11-16 14:47:52 +00:00
federation_base.py Make the spam checker a module 2017-09-26 19:20:23 +01:00
federation_client.py Fix logcontexts in _check_sigs_and_hashes 2017-09-20 01:32:42 +01:00
federation_server.py Fed server: Move origin-check code to _handle_received_pdu 2017-10-09 17:53:32 +01:00
persistence.py copyrights 2016-01-07 04:26:29 +00:00
replication.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
send_queue.py Merge pull request #2115 from matrix-org/erikj/dedupe_federation_repl 2017-04-12 11:07:13 +01:00
transaction_queue.py Fix up logcontext handling in (federation) TransactionQueue 2017-10-06 22:39:25 +01:00
units.py copyrights 2016-01-07 04:26:29 +00:00