You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/handlers
Brendan Abolivier 6e1c64a668 Synapse 1.19.1rc1 (2020-08-25) 4 years ago
..
ui_auth Be stricter about JSON that is accepted by Synapse (#8106) 4 years ago
__init__.py Fix registration on workers (#4682) 6 years ago
_base.py Convert _base, profile, and _receipts handlers to async/await (#7860) 4 years ago
account_data.py Remove unused `get_pagination_rows` methods. (#6557) 5 years ago
account_validity.py Use the default templates when a custom template file cannot be found (#8037) 4 years ago
acme.py Convert ACME code to async/await. (#7989) 4 years ago
acme_issuing_service.py Allow configuration of the path used for ACME account keys. 6 years ago
admin.py Fix up types and comments that refer to Deferreds. (#7945) 4 years ago
appservice.py Convert run_as_background_process inner function to async. (#8032) 4 years ago
auth.py Allow denying or shadow banning registrations via the spam checker (#8034) 4 years ago
cas_handler.py Allow denying or shadow banning registrations via the spam checker (#8034) 4 years ago
deactivate_account.py Follow-up to admin API to re-activate accounts (#7908) 4 years ago
device.py Fix TypeError in synapse.notifier (#7880) 4 years ago
devicemessage.py Use the JSON encoder without whitespace in more places. (#8124) 4 years ago
directory.py Stop shadow-banned users from sending non-member events. (#8142) 4 years ago
e2e_keys.py Be stricter about JSON that is accepted by Synapse (#8106) 4 years ago
e2e_room_keys.py Convert E2E key and room key handlers to async/await. (#7851) 4 years ago
events.py Add typing info to Notifier (#8058) 4 years ago
federation.py Add type hints for state. (#8140) 4 years ago
groups_local.py Convert federation client to async/await. (#7975) 4 years ago
identity.py Be stricter about JSON that is accepted by Synapse (#8106) 4 years ago
initial_sync.py Convert streams to async. (#8014) 4 years ago
message.py Stop shadow-banned users from sending non-member events. (#8142) 4 years ago
oidc_handler.py Allow denying or shadow banning registrations via the spam checker (#8034) 4 years ago
pagination.py Allow capping a room's retention policy (#8104) 4 years ago
password_policy.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 5 years ago
presence.py Add type hints for state. (#8140) 4 years ago
profile.py Convert _base, profile, and _receipts handlers to async/await (#7860) 4 years ago
read_marker.py Port receipt and read markers to async/wait 5 years ago
receipts.py Convert _base, profile, and _receipts handlers to async/await (#7860) 4 years ago
register.py Allow denying or shadow banning registrations via the spam checker (#8034) 4 years ago
room.py Stop shadow-banned users from sending non-member events. (#8142) 4 years ago
room_list.py Convert room list handler to async/await. (#7912) 4 years ago
room_member.py Synapse 1.19.1rc1 (2020-08-25) 4 years ago
room_member_worker.py `update_membership` declaration: now always returns an event id. (#7809) 4 years ago
saml_handler.py Allow denying or shadow banning registrations via the spam checker (#8034) 4 years ago
search.py Convert streams to async. (#8014) 4 years ago
set_password.py Hash passwords earlier in the password reset process (#7538) 5 years ago
state_deltas.py Convert user directory handler and related classes to async/await. (#7640) 5 years ago
stats.py Prevent join->join membership transitions changing member count (#7977) 4 years ago
sync.py Revert #7736 (#8039) 4 years ago
typing.py Allow moving typing off master (#7869) 4 years ago
user_directory.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 5 years ago