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
Brendan Abolivier 84196cb231 Add some limitations to alias creation 7 years ago
..
__init__.py Fix registration on workers (#4682) 7 years ago
_base.py Use flags 7 years ago
account_data.py
account_validity.py Add management endpoints for account validity 7 years ago
acme.py Fetch ACME domain into an instance member 7 years ago
admin.py run isort 8 years ago
appservice.py Remove unnecessary extra function call layer 7 years ago
auth.py Allowing specifying IS to use in unbind API. 7 years ago
deactivate_account.py Correctly handle id_server param 7 years ago
device.py Merge pull request #4829 from matrix-org/erikj/device_list_seen_updates 7 years ago
devicemessage.py run isort 8 years ago
directory.py Add some limitations to alias creation 7 years ago
e2e_keys.py Replaced all occurences of e.message with str(e) 7 years ago
e2e_room_keys.py make sure version is in body and wrap in linearizer queue 7 years ago
events.py Fix grammar and document get_current_users_in_room (#4998) 7 years ago
federation.py Collect room-version variations into one place (#4969) 7 years ago
groups_local.py Correctly handle RequestSendFailed exceptions 7 years ago
identity.py Remove threepid binding if id server returns 400/404/501 7 years ago
initial_sync.py Deny peeking into rooms that have been blocked 7 years ago
message.py Fix grammar and document get_current_users_in_room (#4998) 7 years ago
pagination.py Log tracebacks correctly 7 years ago
presence.py Fix infinite loop in presence handler 7 years ago
profile.py Support 3PID login in password providers (#4931) 7 years ago
read_marker.py Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 8 years ago
receipts.py Batch up outgoing read-receipts to reduce federation traffic. (#4890) 7 years ago
register.py Allow password providers to bind emails (#4947) 7 years ago
room.py Add some limitations to alias creation 7 years ago
room_list.py Fix grammar and document get_current_users_in_room (#4998) 7 years ago
room_member.py Add config option to block users from looking up 3PIDs (#5010) 7 years ago
room_member_worker.py Use new helper base class for membership requests 8 years ago
search.py Apply suggestions from code review 7 years ago
set_password.py run isort 8 years ago
state_deltas.py Refactor out state delta handling into its own class (#4917) 7 years ago
sync.py Fix grammar and document get_current_users_in_room (#4998) 7 years ago
typing.py Fix grammar and document get_current_users_in_room (#4998) 7 years ago
user_directory.py Fix grammar and document get_current_users_in_room (#4998) 7 years ago