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

Remove libolm dependency #738

Merged
merged 3 commits into from
Sep 25, 2024
Merged

Remove libolm dependency #738

merged 3 commits into from
Sep 25, 2024

Conversation

kegsay
Copy link
Member

@kegsay kegsay commented Sep 24, 2024

Fixes #729 - having libolm is a liability for building on top of and pointless given it is deprecated.

This is a breaking change because it removes blueprint functionality. Specifically, it removes:

  • the field OneTimeKeys from the User struct.
  • the performance blueprint BlueprintPerfE2EERoom.

It does not break or remove any tests.

If you are a dowstream user of this functionality, consider complement-crypto for testing E2EE.

See #729 for more information.

This is a breaking change because it removes blueprint functionality.
Specifically, it removes:
 - the field `OneTimeKeys` from the `User` struct.
 - the performance blueprint `BlueprintPerfE2EERoom`.
@kegsay kegsay requested review from a team as code owners September 24, 2024 11:58
@kegsay kegsay requested a review from S7evinK September 24, 2024 12:00
Copy link
Contributor

@S7evinK S7evinK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
Probably makes sense to do the same in Dendrite as well at some point.

@kegsay kegsay merged commit 9fb870e into main Sep 25, 2024
4 checks passed
@kegsay kegsay deleted the kegan/remove-olm branch September 25, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow tests that require libolm to be opted out of
2 participants