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
David Teller 80c7a06777
Rate limiting invites per issuer (#13125)
3 years ago
..
ui_auth Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) 3 years ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
account.py Optionally include account validity in MSC3720 account status responses (#12266) 3 years ago
account_data.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
account_validity.py Implement cancellation support/protection for module callbacks (#12568) 3 years ago
admin.py Rename storage classes (#12913) 3 years ago
appservice.py Additional constants for EDU types. (#12884) 3 years ago
auth.py Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 3 years ago
cas.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
deactivate_account.py Add third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 3 years ago
device.py Use new `device_list_changes_in_room` table when getting device list changes (#13045) 3 years ago
devicemessage.py Additional constants for EDU types. (#12884) 3 years ago
directory.py Uniformize spam-checker API, part 4: port other spam-checker callbacks to return `Union[Allow, Codes]`. (#12857) 3 years ago
e2e_keys.py Additional constants for EDU types. (#12884) 3 years ago
e2e_room_keys.py Refactor and convert `Linearizer` to async (#12357) 3 years ago
event_auth.py Move some event auth checks out to a different method (#13065) 3 years ago
events.py Rename storage classes (#12913) 3 years ago
federation.py Uniformize spam-checker API, part 4: port other spam-checker callbacks to return `Union[Allow, Codes]`. (#12857) 3 years ago
federation_event.py Fix logging context misuse when we fail to persist a federation event (#13089) 3 years ago
identity.py Use `getClientAddress` instead of `getClientIP`. (#12599) 3 years ago
initial_sync.py Reduce the amount of state we pull from the DB (#12811) 3 years ago
message.py Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (#13021) 3 years ago
oidc.py Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (#12986) 3 years ago
pagination.py Rename storage classes (#12913) 3 years ago
password_policy.py Use direct references for some configuration variables (part 3) (#10885) 3 years ago
presence.py Wait for lazy join to complete when getting current state (#12872) 3 years ago
profile.py Remove remaining pieces of groups code. (#12966) 3 years ago
push_rules.py Add a module API to allow modules to edit push rule actions (#12406) 3 years ago
read_marker.py Refactor and convert `Linearizer` to async (#12357) 3 years ago
receipts.py Additional constants for EDU types. (#12884) 3 years ago
register.py Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (#13021) 3 years ago
relations.py Implement MSC3816, consider the root event for thread participation. (#12766) 3 years ago
room.py Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (#13021) 3 years ago
room_batch.py Rename storage classes (#12913) 3 years ago
room_list.py Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 3 years ago
room_member.py Rate limiting invites per issuer (#13125) 3 years ago
room_member_worker.py Implement knock feature (#6739) 4 years ago
room_summary.py Wait for lazy join to complete when getting current state (#12872) 3 years ago
saml.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
search.py Reduce the amount of state we pull from the DB (#12811) 3 years ago
send_email.py Remove unnecessary ignores due to Twisted upgrade. (#11939) 3 years ago
set_password.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
sso.py Use `getClientAddress` instead of `getClientIP`. (#12599) 3 years ago
state_deltas.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
stats.py Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) 3 years ago
sync.py Use new `device_list_changes_in_room` table when getting device list changes (#13045) 3 years ago
typing.py Reduce state pulled from DB due to sending typing and receipts over federation (#12964) 3 years ago
user_directory.py Wait for lazy join to complete when getting current state (#12872) 3 years ago