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
Dirk Klimpel 21a212f8e5
Fix inconsistent handling of upper and lower cases of email addresses. (#7021)
4 years ago
..
ui_auth Convert identity handler to async/await. (#7561) 5 years ago
__init__.py
_base.py Performance improvements and refactor of Ratelimiter (#7595) 5 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 Small grammar fixes to the ACME v1 deprecation notice (#6944) 5 years ago
acme_issuing_service.py Allow configuration of the path used for ACME account keys. 6 years ago
admin.py Admin api to add an email address (#6789) 5 years ago
appservice.py Fix new metric where we used ms instead of seconds (#7771) 4 years ago
auth.py Fix inconsistent handling of upper and lower cases of email addresses. (#7021) 4 years ago
cas_handler.py Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
deactivate_account.py Add `local_current_membership` table (#6655) 5 years ago
device.py Fix "There was no active span when trying to log." error (#7698) 5 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 Replace iteritems/itervalues/iterkeys with native versions. (#7692) 5 years ago
e2e_room_keys.py Ensure etag is a string for GET room_keys/version response (#7691) 5 years ago
events.py Stop the master relaying USER_SYNC for other workers (#7318) 5 years ago
federation.py Merge branch 'master' into release-v1.16.0 4 years ago
groups_local.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 5 years ago
identity.py Convert identity handler to async/await. (#7561) 5 years ago
initial_sync.py Stop the master relaying USER_SYNC for other workers (#7318) 5 years ago
message.py Convert directory handler to async/await (#7727) 4 years ago
oidc_handler.py Ensure that HTML pages served from Synapse include headers to avoid embedding. 4 years ago
pagination.py Convert the device message and pagination handlers to async/await. (#7678) 5 years ago
password_policy.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 5 years ago
presence.py Refactor getting replication updates from database. (#7636) 5 years ago
profile.py Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
read_marker.py Port receipt and read markers to async/wait 5 years ago
receipts.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 5 years ago
register.py Additional configuration options for auto-join rooms (#7763) 4 years ago
room.py Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
room_list.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 5 years ago
room_member.py Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
room_member_worker.py Add ability to wait for replication streams (#7542) 5 years ago
saml_handler.py Clean up exception handling in SAML2ResponseResource (#7614) 5 years ago
search.py Convert search code to async/await. (#7460) 5 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 Convert user directory handler and related classes to async/await. (#7640) 5 years ago
sync.py Back out MSC2625 implementation (#7761) 4 years ago
typing.py Convert the typing handler to async/await. (#7679) 5 years ago
user_directory.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 5 years ago