MatrixSynapse/synapse/handlers
Erik Johnston 825a07a974
Merge pull request #2773 from matrix-org/erikj/hash_bg
Do bcrypt hashing in a background thread
2018-01-10 18:11:41 +00:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py Merge pull request #2773 from matrix-org/erikj/hash_bg 2018-01-10 18:11:41 +00:00
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py
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
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
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