-
Notifications
You must be signed in to change notification settings - Fork 1
support e2e encryption #1
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
Open
DelmoreCooper
wants to merge
26
commits into
main
Choose a base branch
from
e2e
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
1ed8748
update radix version
DelmoreCooper a86cc21
e2e
DelmoreCooper 6e31ac1
support algorithm of MXCRYPTO_ALGORITHM_RATCHET
DelmoreCooper 584a7ba
update app
DelmoreCooper 19c2200
forward room key if algorithm is MXCRYPTO_ALGORITHM_RATCHET
DelmoreCooper 2f35c27
add debug log
DelmoreCooper 8386d2f
support rerequest decryption key
DelmoreCooper d5033b7
use adaptive encryption
DelmoreCooper 665fa2a
remove current session if room memeber device changed
DelmoreCooper 1b42181
crypto: skip requesting keys for old event
DelmoreCooper f0c3195
crypto: optionally clear storage on logout
DelmoreCooper 2add973
crypto: reuse deviceId & add traceId
DelmoreCooper f4513d2
crypto: support pull keys by sessionId
DelmoreCooper 55eb2cf
crypto: share key from ratchet encryption
DelmoreCooper f35fc29
crypto: skip encrypting event for large room
DelmoreCooper be94e41
crypto: support new ratchet encryption
DelmoreCooper 3cb68b7
crypto: skip query keys in large room
DelmoreCooper c62bea9
crypto: fix deviceId bug
DelmoreCooper 2b5ae2d
update radix version
DelmoreCooper 58302df
crypto: direct share key
DelmoreCooper ecc1aa8
crypto: fix query shared session
DelmoreCooper 595a51e
crypto: fix accept forward key
DelmoreCooper 92e84bc
crypto: direct send key request to device
DelmoreCooper c9620aa
crypto: fix room key reply
DelmoreCooper 43e48d1
feat: add lib realmfieldnameshelper
DelmoreCooper d49f084
crypto: optimize key share
DelmoreCooper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm while
isUpdated=true
is equivalent to the scenarios mentioned by @auruac