synapse-product/synapse
Richard van der Hoff 45e8f7726f
Rename get_e2e_device_keys to better reflect its purpose (#8205)
... and to show that it does something slightly different to
`_get_e2e_device_keys_txn`.

`include_all_devices` and `include_deleted_devices` were never used (and
`include_deleted_devices` was broken, since that would cause `None`s in the
result which were not handled in the loop below.

Add some typing too.
2020-08-29 00:14:17 +01:00
..
_scripts
api Do not apply ratelimiting on joins to appservices (#8139) 2020-08-24 14:53:53 +01:00
app Add a comment about _LimitedHostnameResolver 2020-08-29 00:06:00 +01:00
appservice Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
config Allow capping a room's retention policy (#8104) 2020-08-24 18:21:04 +01:00
crypto Do not assume calls to runInteraction return Deferreds. (#8133) 2020-08-20 06:39:55 -04:00
events Allow capping a room's retention policy (#8104) 2020-08-24 18:21:04 +01:00
federation Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
groups
handlers Rename get_e2e_device_keys to better reflect its purpose (#8205) 2020-08-29 00:14:17 +01:00
http Switch the JSON byte producer from a pull to a push producer. (#8116) 2020-08-19 08:07:57 -04:00
logging Use the JSON encoder without whitespace in more places. (#8124) 2020-08-20 10:32:33 -04:00
metrics Convert runWithConnection to async. (#8121) 2020-08-19 07:09:24 -04:00
module_api Do not assume calls to runInteraction return Deferreds. (#8133) 2020-08-20 06:39:55 -04:00
push Use the default templates when a custom template file cannot be found (#8037) 2020-08-17 17:05:00 +01:00
replication Fix wait_for_stream_position for multiple waiters. (#8196) 2020-08-28 17:12:45 +01:00
res/templates
rest Move and refactor LoginRestServlet helper methods (#8182) 2020-08-28 09:58:17 +01:00
server_notices
spam_checker_api Allow denying or shadow banning registrations via the spam checker (#8034) 2020-08-20 15:42:58 -04:00
state Define StateMap as immutable and add a MutableStateMap type. (#8183) 2020-08-28 07:28:53 -04:00
static
storage Rename get_e2e_device_keys to better reflect its purpose (#8205) 2020-08-29 00:14:17 +01:00
streams Remove ChainedIdGenerator. (#8123) 2020-08-19 13:41:51 +01:00
util Convert ReadWriteLock to async/await. (#8202) 2020-08-28 16:47:11 -04:00
__init__.py 1.19.1 2020-08-27 10:50:39 +01:00
event_auth.py Convert events worker database to async/await. (#8071) 2020-08-18 16:20:49 -04:00
notifier.py
python_dependencies.py Fix wait_for_stream_position for multiple waiters. (#8196) 2020-08-28 17:12:45 +01:00
secrets.py
server.py
types.py Define StateMap as immutable and add a MutableStateMap type. (#8183) 2020-08-28 07:28:53 -04:00
visibility.py