MatrixSynapse/synapse
Quentin Gliech b19060a29b
Make the AS login method call `Auth.get_user_by_req` for checking the AS token. (#13094)
This gets rid of another usage of get_appservice_by_req, with all the benefits, including correctly tracking the appservice IP and setting the tracing attributes correctly.

Signed-off-by: Quentin Gliech <quenting@element.io>
2022-07-12 18:06:29 +01:00
..
_scripts
api Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 2022-07-11 16:52:10 +00:00
app
appservice
config
crypto
events Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 2022-07-11 16:52:10 +00:00
federation
handlers Reduce event lookups during room creation by passing known event IDs (#13210) 2022-07-11 18:00:12 +01:00
http
logging
metrics
module_api Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 2022-07-11 16:52:10 +00:00
push Don't pull out the full state when calculating push actions (#13078) 2022-07-11 20:08:39 +00:00
replication
res
rest Make the AS login method call `Auth.get_user_by_req` for checking the AS token. (#13094) 2022-07-12 18:06:29 +01:00
server_notices
spam_checker_api
state
static
storage expose whether a room is a space in the Admin API (#13208) 2022-07-12 15:30:53 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py