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

Fix the ed25519 key checking #215

Merged
merged 4 commits into from
Sep 21, 2016
Merged

Fix the ed25519 key checking #215

merged 4 commits into from
Sep 21, 2016

Commits on Sep 20, 2016

  1. Add MatrixClient.getEventSenderDeviceInfo()

    - a function to get information about the device which sent an event
    richvdh committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    78a0aa5 View commit details
    Browse the repository at this point in the history
  2. Return null from decryptEvent if session is unknown

    This just makes the shape of the API a bit saner.
    richvdh committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    83bd420 View commit details
    Browse the repository at this point in the history
  3. Add 'keys' to *all* olm messages

    (including ones which just carry megolm keys)
    richvdh committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    5941135 View commit details
    Browse the repository at this point in the history
  4. Fix the ed25519 key checking

    Finish plumbing in the Ed25519 key checks. Make sure we store the claimed key
    correctly in the megolm sessions, and keep them as a separate field in
    MatrixEvent rather than stuffing them into _clearEvent
    richvdh committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    8325599 View commit details
    Browse the repository at this point in the history