MatrixSynapse/synapse/federation
Richard van der Hoff 582bd19ee9 Fix 500 error when we get an error handling a PDU
FederationServer doesn't have a send_failure (and nor does its subclass,
ReplicationLayer), so this was failing.

I'm not really sure what the idea behind send_failure is, given (a) we don't do
anything at the other end with it except log it, and (b) we also send back the
failure via the transaction response. I suspect there's a whole lot of dead
code around it, but for now I'm just removing the broken bit.
2017-10-17 20:52:40 +01:00
..
transport Delint 2017-10-16 15:52:17 +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 Fix 500 error when we get an error handling a PDU 2017-10-17 20:52:40 +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