auth.py
Merge pull request #2773 from matrix-org/erikj/hash_bg
2018-01-10 18:11:41 +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
e2e_keys.py
Sanity checking for user ids
2018-01-17 14:28:54 +00:00
federation.py
s/items/iteritems/
2017-11-08 09:21:41 +00:00
message.py
replace 'except:' with 'except Exception:'
2017-10-23 15:52:32 +01:00
presence.py
typo
2017-11-17 01:54:02 +00:00
profile.py
fix pep8 and tests
2017-12-04 15:11:38 +00:00
room.py
PEP8
2017-11-28 15:23:26 +00:00
room_list.py
Reshuffle room list request code
2017-11-14 10:29:58 +00:00
room_member.py
Copy dict in update_membership too
2017-12-07 14:17:15 +00:00
search.py
replace 'except:' with 'except Exception:'
2017-10-23 15:52:32 +01:00
set_password.py
Do bcrypt hashing in a background thread
2018-01-10 18:01:28 +00:00
sync.py
Do logcontexts outside ResponseCache
2017-10-25 15:21:08 +01:00