Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue one time keys in upload order #17903

Merged
merged 5 commits into from
Nov 6, 2024
Merged

Issue one time keys in upload order #17903

merged 5 commits into from
Nov 6, 2024

Commits on Nov 4, 2024

  1. Issue one time keys in upload order

    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.
    
    Fixes: element-hq/element-meta#2356
    richvdh committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    699d893 View commit details
    Browse the repository at this point in the history
  2. changelog

    richvdh committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c618645 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    f0169bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bbdefb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Add some comments

    richvdh committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    188d3a5 View commit details
    Browse the repository at this point in the history