MatrixSynapse/synapse/handlers
Will Hunt c276bd9969
Send some ephemeral events to appservices (#8437)
Optionally sends typing, presence, and read receipt information to appservices.
2020-10-15 12:33:28 -04:00
..
ui_auth Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
__init__.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
_base.py
account_data.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
account_validity.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
acme.py
acme_issuing_service.py
admin.py
appservice.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
auth.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
cas_handler.py
deactivate_account.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
device.py
devicemessage.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
directory.py
e2e_keys.py
e2e_room_keys.py
events.py
federation.py Fix message duplication if something goes wrong after persisting the event (#8476) 2020-10-13 12:07:56 +01:00
groups_local.py
identity.py
initial_sync.py Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
message.py Simplify `_locally_reject_invite` 2020-10-13 23:58:48 +01:00
oidc_handler.py
pagination.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
password_policy.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
presence.py
profile.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
read_marker.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
receipts.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
register.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
room.py Remove redundant `token_id` parameter to create_event 2020-10-13 23:06:36 +01:00
room_list.py
room_member.py Simplify `_locally_reject_invite` 2020-10-13 23:58:48 +01:00
room_member_worker.py
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py
sync.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
typing.py Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
user_directory.py