synapse-old/synapse
Erik Johnston 2b5643b3af
Optimise calculating device_list changes in `/sync`. (#11974)
For users with large accounts it is inefficient to calculate the set of
users they share a room with (and takes a lot of space in the cache).
Instead we can look at users whose devices have changed since the last
sync and check if they share a room with the syncing user.
2022-02-15 15:01:00 +00:00
..
_scripts Add a flag to the `synapse_review_recent_signups` script to ignore and filter appservice users. (#11675) 2022-01-17 16:43:25 +00:00
api Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#11988) 2022-02-14 19:28:00 +00:00
app Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
appservice Remove optional state of `ApplicationService.is_interested`'s `store` parameter (#11911) 2022-02-07 18:26:42 +00:00
config remove empty file, reword/rename newsfragment, and add line to upgrade doc 2022-02-14 10:21:00 -08:00
crypto
events Fix incorrect thread summaries when the latest event is edited. (#11992) 2022-02-15 08:26:57 -05:00
federation Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
groups
handlers Optimise calculating device_list changes in `/sync`. (#11974) 2022-02-15 15:01:00 +00:00
http Adds misc missing type hints (#11953) 2022-02-11 07:20:16 -05:00
logging Improve opentracing for federation requests (#11870) 2022-02-03 12:29:16 +00:00
metrics Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
module_api Require that modules register their callbacks using keyword arguments. (#11975) 2022-02-14 09:18:44 -05:00
push Revert experimental push rules from #7997. (#11884) 2022-02-02 09:49:31 -05:00
replication Add missing type hints to synapse.replication. (#11938) 2022-02-08 11:03:08 -05:00
res
rest Use version string helper from matrix-common (#11979) 2022-02-14 13:12:22 +00:00
server_notices
spam_checker_api
state Remove `log_function` and its uses (#11761) 2022-01-18 13:06:04 +00:00
static
storage Optimise calculating device_list changes in `/sync`. (#11974) 2022-02-15 15:01:00 +00:00
streams
util Track cache invalidations (#12000) 2022-02-15 14:31:04 +00:00
__init__.py 1.53.0rc1 2022-02-15 10:44:24 +00:00
event_auth.py fix import cycle (#11965) 2022-02-11 13:07:55 +00:00
notifier.py Add some tests for propagation of device list changes between local users (#11972) 2022-02-15 11:27:56 +00:00
py.typed
python_dependencies.py Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) 2022-02-14 21:18:01 +00:00
server.py Adds misc missing type hints (#11953) 2022-02-11 07:20:16 -05:00
types.py
visibility.py Make the `get_global_account_data_by_type_for_user` cache be a tree-cache whose key is prefixed with the user ID (#11788) 2022-01-21 08:38:36 +00:00