anonymousland-synapse/synapse/handlers
Erik Johnston f666d6f5d7 Remove repeated calls to config.stats_enabled.
Turns out that fetching variables from the config object is expensive,
so doing it once at startup avoids unnecessary work.
2019-10-25 10:28:36 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py
appservice.py
auth.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py Merge branch 'develop' into cross-signing_sig_upload 2019-10-18 18:34:42 +01:00
e2e_room_keys.py
events.py
federation.py Remove Auth.check method (#6217) 2019-10-18 19:43:36 +02:00
groups_local.py
identity.py
initial_sync.py
message.py
pagination.py
presence.py Fix presence timeouts when synchrotron restarts. (#6212) 2019-10-18 06:42:26 +01:00
profile.py
read_marker.py
receipts.py
register.py
room.py Add domain validation when creating room with list of invitees (#6121) 2019-10-10 13:05:48 +01:00
room_list.py
room_member.py
room_member_worker.py
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py Remove repeated calls to config.stats_enabled. 2019-10-25 10:28:36 +01:00
sync.py
typing.py
user_directory.py