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
Richard van der Hoff 08c5181a8d
Fix `can only concatenate list (not "tuple") to list` exception (#7810)
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
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
admin.py Admin api to add an email address (#6789) 5 years ago
appservice.py Convert the appservice handler to async/await. (#7775) 4 years ago
auth.py isort 5 compatibility (#7786) 4 years ago
cas_handler.py isort 5 compatibility (#7786) 4 years ago
deactivate_account.py
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 Add `HomeServer.signing_key` property (#7805) 4 years ago
groups_local.py Add `HomeServer.signing_key` property (#7805) 4 years ago
identity.py Stop passing bytes when dumping JSON (#7799) 4 years ago
initial_sync.py Stop the master relaying USER_SYNC for other workers (#7318) 5 years ago
message.py Generate real events when we reject invites (#7804) 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
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 Fix `can only concatenate list (not "tuple") to list` exception (#7810) 4 years ago
room_member_worker.py Generate real events when we reject invites (#7804) 4 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 Refactor getting replication updates from database v2. (#7740) 4 years ago
user_directory.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 5 years ago