MatrixSynapse/synapse/handlers
Richard van der Hoff a5213df1f7 Sanity checking for user ids
Check the user_id passed to a couple of APIs for validity, to avoid
"IndexError: list index out of range" exception which looks scary and results
in a 500 rather than a more useful error.

Fixes #1432, among other things
2018-01-17 14:28:54 +00:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py Metrics for events processed in appservice and fed sender 2018-01-15 18:23:24 +00:00
auth.py Merge pull request #2773 from matrix-org/erikj/hash_bg 2018-01-10 18:11:41 +00:00
deactivate_account.py Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
device.py Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
devicemessage.py Sanity checking for user ids 2018-01-17 14:28:54 +00:00
directory.py
e2e_keys.py Sanity checking for user ids 2018-01-17 14:28:54 +00:00
events.py
federation.py
groups_local.py fix order of operations derp and also use `.get` to default to {} 2018-01-10 15:11:35 +00:00
identity.py
initial_sync.py
message.py
presence.py
profile.py fix pep8 and tests 2017-12-04 15:11:38 +00:00
read_marker.py
receipts.py
register.py Merge pull request #2773 from matrix-org/erikj/hash_bg 2018-01-10 18:11:41 +00:00
room.py
room_list.py
room_member.py Copy dict in update_membership too 2017-12-07 14:17:15 +00:00
search.py
set_password.py Do bcrypt hashing in a background thread 2018-01-10 18:01:28 +00:00
sync.py
typing.py
user_directory.py speed up the rate of initial spam for users 2017-12-04 18:05:28 +00:00