rewrite(matrix): integration with end to end encryption support#1298
Merged
steipete merged 3 commits intoopenclaw:mainfrom Jan 20, 2026
Merged
rewrite(matrix): integration with end to end encryption support#1298steipete merged 3 commits intoopenclaw:mainfrom
steipete merged 3 commits intoopenclaw:mainfrom
Conversation
Contributor
|
Awesome, thanks! I take over. Some notes from codex review:
Missing tests:
|
…, strictly follow location + typing + group concepts, fix room bugs
8774a72 to
e487765
Compare
Contributor
steipete
added a commit
that referenced
this pull request
Jan 20, 2026
steipete
added a commit
that referenced
this pull request
Jan 20, 2026
Contributor
|
Landed follow-up fixes on main after rebase.
Thanks @sibbl! |
dominicnunez
pushed a commit
to dominicnunez/openclaw
that referenced
this pull request
Feb 26, 2026
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
rewrite(matrix): integration with end to end encryption support
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
dustin-olenslager
pushed a commit
to dustin-olenslager/ironclaw-supreme
that referenced
this pull request
Mar 24, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Refactor the matrix integration to utilize the matrix-bot-sdk, enabling end-to-end encryption and adhering to location, typing, and group concepts. Fix various room-related bugs in the process.
I decided not to enable end-to-end encryption by default, as it still comes with a few practical limitations for a bot like Clawdbot. In particular, encryption introduces additional operational complexity around key storage and recovery, requires explicit trust/verification from users, and can make debugging and observability significantly harder. There are also edge cases where bots miss messages or fail silently if keys aren’t shared correctly, which is a poor default experience.