MatrixSynapse/synapse/federation
Richard van der Hoff b8a5b0097c
Various cleanups in the federation client code (#4031)
- Improve logging: log things in the right order, include destination and txids
  in all log lines, don't log successful responses twice

- Fix the docstring on TransportLayerClient.send_transaction

- Don't use treq.request, which is overcomplicated for our purposes: just use a
  twisted.web.client.Agent.

- simplify the logic for setting up the bodyProducer

- fix bytes/str confusions
2018-10-16 10:44:49 +01:00
..
transport Various cleanups in the federation client code (#4031) 2018-10-16 10:44:49 +01:00
__init__.py
federation_base.py Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation_client.py more comments 2018-09-27 11:31:51 +01:00
federation_server.py Include eventid in log lines when processing incoming federation transactions (#3959) 2018-09-27 11:25:34 +01:00
persistence.py Fix origin handling for pushed transactions 2018-09-05 13:08:07 +01:00
send_queue.py
transaction_queue.py Various cleanups in the federation client code (#4031) 2018-10-16 10:44:49 +01:00
units.py