mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 21:03:51 +01:00
Neilj/changelog clean up (#5356)
* group together key validity refactors
This commit is contained in:
parent
26713515de
commit
4650526b5e
12 changed files with 12 additions and 12 deletions
|
@ -1 +1 @@
|
|||
Run black on synapse.crypto.keyring.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Rewrite store_server_verify_key to store several keys at once.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Remove unused VerifyKey.expired and .time_added fields.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Simplify Keyring.process_v2_response.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Store key validity time in the storage layer.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Refactor synapse.crypto.keyring to use a KeyFetcher interface.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Simplification to Keyring.wait_for_previous_lookups.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Refactor keyring.VerifyKeyRequest to use attr.s.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Rewrite get_server_verify_keys, again.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Rename VerifyKeyRequest.deferred field.
|
||||
Preparatory work for key-validity features.
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
Various improvements to debug logging.
|
||||
|
||||
Preparatory work for key-validity features.
|
||||
|
|
1
changelog.d/5356.misc
Normal file
1
changelog.d/5356.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Preparatory work for key-validity features.
|
Loading…
Reference in a new issue