forked-synapse/synapse/events
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
..
__init__.py Fix error handling for rooms whose versions are unknown. (#5219) 2019-05-21 13:47:25 +01:00
builder.py Fix error handling for rooms whose versions are unknown. (#5219) 2019-05-21 13:47:25 +01:00
snapshot.py Do checks on aliases for incoming m.room.aliases events (#5128) 2019-05-08 17:01:30 +01:00
spamcheck.py Remove periods from copyright headers (#5046) 2019-04-11 17:08:13 +01:00
utils.py Rename relation types to match MSC 2019-05-20 14:31:19 +01:00
validator.py Do checks on aliases for incoming m.room.aliases events (#5128) 2019-05-08 17:01:30 +01:00