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
..
2017-02-11 23:02:57 -08:00
2016-08-24 11:58:40 +01:00
2017-01-17 13:22:19 +00:00
2017-03-08 19:05:29 +00:00
2017-02-21 13:43:36 +00:00
2017-01-17 14:32:53 +00:00
2017-02-02 10:53:36 +00:00
2016-08-08 16:40:39 +01:00