Val Lorentz f3dbd43783
Some checks failed
CI / lint (push) Failing after 1m14s
CI / Build and test (, 1.73.0) (push) Failing after 47s
CI / Build and test (, beta) (push) Failing after 42s
CI / Build and test (, nightly) (push) Failing after 42s
[WIP] add support for images
this crashes because decode_image calls
`client.media().get_file(content, /* use_cache */ true).await` which
then causes `poll_updates` to be called again while this `poll_updates`
is still running, causing inconsistent updates when doing
`.apply(&mut self.items)`.
2024-02-10 12:13:54 +01:00
2024-02-10 12:13:54 +01:00
2023-10-29 14:33:10 +01:00
2024-02-10 12:13:54 +01:00
2023-10-29 09:49:00 +00:00
2023-10-29 14:33:10 +01:00

ratatrix

Setup

  1. Create an account on any Matrix homeserver
  2. Install Rust
  3. Copy .config/config.toml or .config/config.json5 to ~/.config/ratatrix/ and fill the placeholders with your credentials
  4. cargo run

Configuration

Ratatrix supports multiple configuration format: TOML, JSON/JSON5, YAML, and INI, you may choose whichever you prefer. If you don't have a preference, pick TOML. Example configurations for TOML and JSON5 are provided in .config.

Default values for all settings, and their documentation, can be found in src/default_config.toml.

Description
Customizable Matrix client
Readme 1.2 MiB
Languages
Rust 100%