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
Will Hunt 2df82ae451
Do not apply ratelimiting on joins to appservices (#8139)
4 years ago
..
ui_auth Update the auth providers to be async. (#7935) 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 Fix buggy condition in account validity handler (#7074) 5 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 Improve performance of the register endpoint (#8009) 4 years ago
cas_handler.py Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802) 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 Convert the device message and pagination handlers to async/await. (#7678) 5 years ago
directory.py Convert directory handler to async/await (#7727) 4 years ago
e2e_keys.py Fix up types and comments that refer to Deferreds. (#7945) 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 Convert synapse.api to async/await (#8031) 4 years ago
groups_local.py Convert federation client to async/await. (#7975) 4 years ago
identity.py Remove signature check on v1 identity server lookups (#8001) 4 years ago
initial_sync.py Convert streams to async. (#8014) 4 years ago
message.py Add type hints to handlers.message and events.builder (#8067) 4 years ago
oidc_handler.py Change HomeServer definition to work with typing. 4 years ago
pagination.py Convert streams to async. (#8014) 4 years ago
password_policy.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 5 years ago
presence.py Rename database classes to make some sense (#8033) 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 Convert replication code to async/await. (#7987) 4 years ago
room.py Convert streams to async. (#8014) 4 years ago
room_list.py Convert room list handler to async/await. (#7912) 4 years ago
room_member.py Do not apply ratelimiting on joins to appservices (#8139) 4 years ago
room_member_worker.py `update_membership` declaration: now always returns an event id. (#7809) 4 years ago
saml_handler.py Implement login blocking based on SAML attributes (#8052) 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