synapse-product/synapse/handlers
Richard van der Hoff 787af4a106
Host cache_joined_hosts_for_event to caller (#10986)
`_check_event_auth` is only called in two places, and only one of those sets
`send_on_behalf_of`. Warming the cache isn't really part of auth anyway, so
moving it out makes a lot more sense.
2021-10-05 13:01:41 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
admin.py
appservice.py
auth.py
cas.py
deactivate_account.py
device.py Require type hints in the handlers module. (#10831) 2021-09-20 08:56:23 -04:00
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
event_auth.py
events.py
federation_event.py Host cache_joined_hosts_for_event to caller (#10986) 2021-10-05 13:01:41 +01:00
federation.py
groups_local.py
identity.py
initial_sync.py
message.py
oidc.py
pagination.py
password_policy.py
presence.py
profile.py
read_marker.py
receipts.py
register.py
room_list.py
room_member_worker.py
room_member.py Use direct references for configuration variables (part 7). (#10959) 2021-10-04 07:18:54 -04:00
room_summary.py
room.py
saml.py
search.py
send_email.py
set_password.py
sso.py
state_deltas.py
stats.py
sync.py
typing.py
user_directory.py