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 5726378ece
Fix "db txn 'update_presence' from sentinel context" log messages (#5275)
6 years ago
..
__init__.py Fix registration on workers (#4682) 6 years ago
_base.py Make all the rate limiting options more consistent (#5181) 6 years ago
account_data.py copyrights 9 years ago
account_validity.py Add management endpoints for account validity 6 years ago
acme.py Fetch ACME domain into an instance member 6 years ago
admin.py run isort 6 years ago
appservice.py Remove unnecessary extra function call layer 6 years ago
auth.py Allowing specifying IS to use in unbind API. 6 years ago
deactivate_account.py Correctly handle id_server param 6 years ago
device.py Merge pull request #4829 from matrix-org/erikj/device_list_seen_updates 6 years ago
devicemessage.py run isort 6 years ago
directory.py Do checks on aliases for incoming m.room.aliases events (#5128) 6 years ago
e2e_keys.py Replaced all occurences of e.message with str(e) 6 years ago
e2e_room_keys.py make sure version is in body and wrap in linearizer queue 6 years ago
events.py Don't bundle events in /sync or /events 6 years ago
federation.py Simplifications and comments in do_auth (#5227) 6 years ago
groups_local.py Correctly handle RequestSendFailed exceptions 6 years ago
identity.py Remove threepid binding if id server returns 400/404/501 6 years ago
initial_sync.py Allow client event serialization to be async 6 years ago
message.py Merge pull request #5220 from matrix-org/erikj/dont_bundle_live_events 6 years ago
pagination.py Allow client event serialization to be async 6 years ago
presence.py Fix "db txn 'update_presence' from sentinel context" log messages (#5275) 6 years ago
profile.py add options to require an access_token to GET /profile and /publicRooms on CS API (#5083) 6 years ago
read_marker.py Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 6 years ago
receipts.py Batch up outgoing read-receipts to reduce federation traffic. (#4890) 6 years ago
register.py Limit UserIds to a length that fits in a state key (#5198) 6 years ago
room.py Add config option for setting homeserver's default room version (#5223) 6 years ago
room_list.py Fix grammar and document get_current_users_in_room (#4998) 6 years ago
room_member.py fix mapping of return values for get_or_register_3pid_guest (#5177) 6 years ago
room_member_worker.py Use new helper base class for membership requests 6 years ago
search.py Allow client event serialization to be async 6 years ago
set_password.py run isort 6 years ago
state_deltas.py Refactor out state delta handling into its own class (#4917) 6 years ago
stats.py Room Statistics (#4338) 6 years ago
sync.py Make /sync attempt to return device updates for both joined and invited users (#3484) 6 years ago
typing.py Fix grammar and document get_current_users_in_room (#4998) 6 years ago
user_directory.py Fix grammar and document get_current_users_in_room (#4998) 6 years ago