MatrixSynapse/synapse
Patrick Cloke 1350b053da
Pass errors back to the client when trying multiple federation destinations. (#9868)
This ensures that something like an auth error (403) will be
returned to the requester instead of attempting to try more
servers, which will likely result in the same error, and then
passing back a generic 400 error.
2021-04-27 07:30:34 -04:00
..
_scripts
api Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
app Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
appservice Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
config Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
crypto
events Remove `synapse.types.Collection` (#9856) 2021-04-22 16:43:50 +01:00
federation Pass errors back to the client when trying multiple federation destinations. (#9868) 2021-04-27 07:30:34 -04:00
groups
handlers Use current state table for `presence.get_interested_remotes` (#9887) 2021-04-27 10:09:41 +01:00
http Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
logging
metrics
module_api
push Only store data in caches, not "smart" objects (#9845) 2021-04-23 11:47:07 +01:00
replication Split presence out of master (#9820) 2021-04-23 12:21:55 +01:00
res/templates Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 2021-04-19 19:16:34 +01:00
rest Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
server_notices
spam_checker_api
state Remove `synapse.types.Collection` (#9856) 2021-04-22 16:43:50 +01:00
static
storage Split presence out of master (#9820) 2021-04-23 12:21:55 +01:00
streams
util Limit length of accepted email addresses (#9855) 2021-04-22 17:49:11 +01:00
__init__.py
event_auth.py Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
notifier.py Remove `synapse.types.Collection` (#9856) 2021-04-22 16:43:50 +01:00
python_dependencies.py
secrets.py
server.py Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
types.py Make DomainSpecificString an attrs class (#9875) 2021-04-23 15:46:29 +01:00
visibility.py