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

crypto: Implemented sharing room keys for past messages (MSC3061) #2650

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2023

  1. Implemented sharing room keys for past messages (MSC3061)

    Signed-off-by: Michael Hollister <michael@futo.org>
    Michael-Hollister committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7c82a24 View commit details
    Browse the repository at this point in the history
  2. Fixed bindings generation

    Signed-off-by: Michael Hollister <michael@futo.org>
    Michael-Hollister committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    85c954e View commit details
    Browse the repository at this point in the history
  3. Fixed missing feature check

    Signed-off-by: Michael Hollister <michael@futo.org>
    Michael-Hollister committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d113e68 View commit details
    Browse the repository at this point in the history
  4. Changed how InboundGroupSession is created

    Signed-off-by: Michael Hollister <michael@futo.org>
    Michael-Hollister committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7df0399 View commit details
    Browse the repository at this point in the history
  5. Updated to offical ruma crate

    Signed-off-by: Michael Hollister <michael@futo.org>
    Michael-Hollister committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ada3e82 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Fixed key forwarding for devices without olm session

    Signed-off-by: Michael Hollister <michael@futo.org>
    Michael-Hollister committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7758e61 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Fixed key forwarding when user identity does not exist in store

    Signed-off-by: Michael Hollister <michael@futo.org>
    Michael-Hollister committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    68fd193 View commit details
    Browse the repository at this point in the history