forked-synapse/synapse/federation
Richard van der Hoff 04d53794d6
Fix error handling for rooms whose versions are unknown. (#5219)
If we remove support for a particular room version, we should behave more
gracefully. This should make client requests fail with a 400 rather than a 500,
and will ignore individiual PDUs in a federation transaction, rather than the
whole transaction.
2019-05-21 13:47:25 +01:00
..
sender Run black on per_destination_queue 2019-05-09 16:27:02 +01:00
transport Make all the rate limiting options more consistent (#5181) 2019-05-15 12:06:04 -05:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py more logging improvements 2019-04-25 22:17:59 +01:00
federation_client.py Collect room-version variations into one place (#4969) 2019-04-01 10:24:38 +01:00
federation_server.py Fix error handling for rooms whose versions are unknown. (#5219) 2019-05-21 13:47:25 +01:00
persistence.py Fix origin handling for pushed transactions 2018-09-05 13:08:07 +01:00
send_queue.py Use event streams to calculate presence 2019-03-27 13:41:36 +00:00
units.py Clean up event accesses and tests 2018-11-02 13:44:14 +00:00