0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-09 06:25:25 +01:00
synapse/tests
Richard van der Hoff 2a321bac35
Issue one time keys in upload order (#17903)
Currently, one-time-keys are issued in a somewhat random order. (In
practice, they are issued according to the lexicographical order of
their key IDs.) That can lead to a situation where a client gives up
hope of a given OTK ever being used, whilst it is still on the server.

Related: https://github.com/element-hq/element-meta/issues/2356
2024-11-06 22:21:06 +00:00
..
api
app
appservice
config
crypto
events
federation
handlers Issue one time keys in upload order (#17903) 2024-11-06 22:21:06 +00:00
http Remove usage of internal header encoding API (#17894) 2024-11-04 12:20:07 -06:00
logging
media Add media tests for a CMYK JPEG image (#17786) 2024-10-23 18:26:01 +01:00
metrics
module_api
push Remove support for python 3.8 (#17908) 2024-11-06 19:36:01 +00:00
replication
rest Sliding Sync: Lazy-loading room members on incremental sync (remember memberships) (#17809) 2024-11-04 10:17:58 -06:00
scripts
server_notices
state
storage Remove support for python 3.8 (#17908) 2024-11-06 19:36:01 +00:00
test_utils Add media tests for a CMYK JPEG image (#17786) 2024-10-23 18:26:01 +01:00
types
util Remove support for python 3.8 (#17908) 2024-11-06 19:36:01 +00:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py