matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

Matrix Client-Server SDK for Rust

Results 279 matrix-rust-sdk issues
Sort by recently updated
recently updated
newest added

It is possible to send out of order messages when doing verification in rooms. When a client receive a m.key.verification.key message, the verification machine will then queue up the reciprocate...

bug
encryption

After having read up on encryption a bit, I think adding support for [MSC3270](https://github.com/matrix-org/matrix-doc/pull/3270) would be a good fit for matrix-rust-crypto

enhancement
encryption

For some bots and especially for end-to-bridge encryption capable bridges, it would be very nice if the stores could use PostgreSQL as a backend so existing infrastructure with proper backup...

help wanted

Like we did for Swift in https://github.com/matrix-org/matrix-rust-sdk/tree/ben-ios-ffi/crates/matrix-sdk-ffi

Z-ElementX-Alpha
bindings

## Decription This API would allow clients to query for sent key requests, and see the replies by other devices to this request. This API would be used by clients:...

encryption

## Description Keep track of main key exchange events so that clients/user could perform an audit and see where/when keys was forwarded or imported. This would just be stored in...

encryption

`cargo audit` says: ``` Scanning Cargo.lock for vulnerabilities (479 crate dependencies) Crate: lru Version: 0.6.6 Title: Use after free in lru crate Date: 2021-12-21 ID: RUSTSEC-2021-0130 URL: https://rustsec.org/advisories/RUSTSEC-2021-0130 Solution: Upgrade...

bug
Security

> serde_cbor is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `serde_cbor` | | Version | `0.11.2` | | URL...

The example given in [the readme](https://github.com/matrix-org/matrix-rust-sdk/blob/main/crates/matrix-sdk/README.md) seems to be not trivial to run. With these in my cargo.toml, I am still not able to run the example as it gives...

enhancement
help wanted

With https://github.com/matrix-org/matrix-rust-sdk/pull/571 we've reintroduced bash-scripts for building the Apple artifacts. Instead, let's move these over to the `xtask`-infrastructure as usual

help wanted