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

Handle mls-welcome events, creating necessary data with core-crypto #WPB-12154 #111

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. Handle mls-welcome events, creating necessary data with core-crypto

    * Process event and check if new keyPackages are needed
    * Check if the conversation already exists when joining via commit
    * Check for key package replenishment during conversation.create and conversation.member.join
    * Add Mockito to test some simple replenishment and welcomeMessage in WireClientBase
    * Release on git tag instead of GitHub release, as other projects do
    * Fix Dokka not generating JavaDoc for CryptoMlsClient
    spoonman01 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2bf10f6 View commit details
    Browse the repository at this point in the history
  2. Remove Proteus replenish in member-join

    * Replenish only the needed keys on conversation.create
    * Minor refactoring
    spoonman01 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    05ce164 View commit details
    Browse the repository at this point in the history