Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • M metaolm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Archive
  • metaolm
  • Merge requests
  • !9

Support m.room_key events and the related creation of Megolm sesisons

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Johannes Hayeß requested to merge megolm into master Nov 03, 2018
  • Overview 1
  • Commits 6
  • Pipelines 6
  • Changes 6

This brings us very close towards being able to decrypt messages that were sent using Megolm.

This MR does the following:

  • Extend the session cache to support the caching of Megolm sessions
  • check olm encrypted events for m.room_key events when decrypting successfully
  • search for a session to avoid duplicates and the creation of a new one if previously non-existent

The relevant section in the E2E impl. guide is here: https://matrix.org/docs/guides/e2e_implementation.html#handling-an-room-key-event

Edited Nov 08, 2018 by Johannes Hayeß
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: megolm