0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-07 02:17:00 +02:00
synapse/tests
Richard van der Hoff 95f21c7a66 Fix caching of remote servers' signature keys
The `@cached` decorator on `KeyStore._get_server_verify_key` was missing
its `num_args` parameter, which meant that it was returning the wrong key for
any server which had more than one recorded key.

By way of a fix, change the default for `num_args` to be *all* arguments. To
implement that, factor out a common base class for `CacheDescriptor` and `CacheListDescriptor`.
2017-03-22 15:11:30 +00:00
..
api Optimise state resolution 2017-01-17 13:22:19 +00:00
appservice
config
crypto
events Optimise state resolution 2017-01-17 13:22:19 +00:00
handlers Modify test_user_sync so it doesn't look at last_active_ts over last_user_sync_ts 2017-03-15 15:38:57 +00:00
metrics
replication Fix unit test 2017-03-20 14:03:58 +00:00
rest Add basic implementation of local device list changes 2017-01-25 14:27:27 +00:00
storage Fix caching of remote servers' signature keys 2017-03-22 15:11:30 +00:00
util Fix caching of remote servers' signature keys 2017-03-22 15:11:30 +00:00
__init__.py
test_distributor.py
test_dns.py
test_preview.py Fix crash in url preview when html tag has no text 2016-12-14 22:38:18 +01:00
test_state.py
test_test_utils.py
test_types.py
unittest.py
utils.py Fix unit tests 2016-12-09 16:48:48 +00:00