Valere Fedronic
Valere Fedronic
TOFU Identity change notice | Add "expert/advanced" UI to learn more about an identity change notice
### Your use case #### What would you like to do? As a "security savy" person, I would like to be able to get more information about a user identity...
As part of #2700 devices which are insecure (not cross-signed by their owner) will be excluded from sending & receiving encrypted messages. This includes bots: if bot devices are not...
As part of the Trust & Decoration work, clients will now display Identity Violations as a banner on top of the composer, for example: As per current design, we can...
This is because the other session was missing some secrets. Could it be possible to detect that and not do verification with an incomplete device and go directly for 4S...
After key storage remove/add on another client, Web fails to detect that key storage is out of sync
### Steps to reproduce 1. Have 2 active devices. Web and EX, all verified with all secrets cached locally 2. On EX go to encryption settings then turn off key...
Related to #29170 as it is same step to reproduce. The recovery key has been changed by another EX client. Web is not reacting about it at all. **But** long...
Draft: Depends on a new wasm-bindings version https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/226 Notes for reviewer: Since the integration of the rust-sdk it was not possible to make the difference between a succesfully decrypted toDevice...
Add a new simplified EncryptionManager that will rotate the key for any membership change (join or leave or same) There is no specific experimental flag to use it, it will...
Draft based on https://github.com/matrix-org/matrix-js-sdk/pull/4799 ## Checklist - [ ] Tests written for new code (and old code if feasible). - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/)...
Adds the capability for widgets to send encrytped to-device messages properly. It is getting rid of the old encrypted boolean that was used by widget to request encryption. As said...