MatrixSynapse/synapse/federation
Richard van der Hoff 29235901b8 Move FederationServer._handle_new_pdu to FederationHandler
Unfortunately this significantly increases the size of the already-rather-big
FederationHandler, but the code fits more naturally here, and it paves the way
for the tighter integration that I need between handling incoming PDUs and
doing the join dance.

Other than renaming the existing `FederationHandler.on_receive_pdu` to
`_process_received_pdu` to make way for it, this just consists of the move, and
replacing `self.handler` with `self` and `self` with `self.replication_layer`.
2017-03-09 16:20:13 +00:00
..
transport Implement device key caching over federation 2017-01-26 16:07:24 +00:00
__init__.py Add transaction queue and transport layer to DI 2016-11-16 14:47:52 +00:00
federation_base.py Preserve some logcontexts 2016-08-24 11:58:40 +01:00
federation_client.py Fix docstring 2017-03-09 15:50:29 +00:00
federation_server.py Move FederationServer._handle_new_pdu to FederationHandler 2017-03-09 16:20:13 +00: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 Explicit federation ack 2016-11-23 10:40:44 +00:00
transaction_queue.py Fix a race in transaction queue 2017-02-20 16:46:25 +00:00
units.py copyrights 2016-01-07 04:26:29 +00:00