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
Andrew Morgan 96df31239c
Add a unit test for copying over arbitrary room types when upgrading a room (#12792)
3 years ago
..
ui_auth Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639) 3 years ago
__init__.py
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 Remove `HomeServer.get_datastore()` (#12031) 3 years ago
appservice.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
auth.py Implement cancellation support/protection for module callbacks (#12568) 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 Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
devicemessage.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
directory.py Give a meaningful error message when a client tries to create a room with an invalid alias localpart. (#12779) 3 years ago
e2e_keys.py Another batch of type annotations (#12726) 3 years ago
e2e_room_keys.py Refactor and convert `Linearizer` to async (#12357) 3 years ago
event_auth.py Add a new room version for MSC3787's knock+restricted join rule (#12623) 3 years ago
events.py remove constantly lib use and switch to enums. (#12624) 3 years ago
federation.py Refactor `EventContext` (#12689) 3 years ago
federation_event.py Remove unneeded `ActionGenerator` class. (#12691) 3 years ago
groups_local.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
identity.py Use `getClientAddress` instead of `getClientIP`. (#12599) 3 years ago
initial_sync.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
message.py Consolidate logic for parsing relations. (#12693) 3 years ago
oidc.py Downgrade some OIDC exceptions to warnings (#12723) 3 years ago
pagination.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
password_policy.py
presence.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
profile.py Always allow the empty string as an avatar_url. (#12261) 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 Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
register.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
relations.py Consolidate logic for parsing relations. (#12693) 3 years ago
room.py Add a unit test for copying over arbitrary room types when upgrading a room (#12792) 3 years ago
room_batch.py Add some type hints to `event_federation` datastore (#12753) 3 years ago
room_list.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
room_member.py Refactor and convert `Linearizer` to async (#12357) 3 years ago
room_member_worker.py
room_summary.py Add a new room version for MSC3787's knock+restricted join rule (#12623) 3 years ago
saml.py Remove `HomeServer.get_datastore()` (#12031) 3 years ago
search.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
send_email.py
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 Remove `HomeServer.get_datastore()` (#12031) 3 years ago
sync.py Add some type hints to datastore (#12717) 3 years ago
typing.py Add `StreamKeyType` class and replace string literals with constants (#12567) 3 years ago
user_directory.py Add the `update_user_directory_from_worker` configuration option (superseding `update_user_directory`) to allow a generic worker to be designated as the worker to update the user directory. (#12654) 3 years ago