maelstrom
maelstrom copied to clipboard
High performance Matrix Home Server in rust.
I'm ran `cargo run -- release` on Ubuntu 18.04, but it failed. It shows a series of errors! There're parts of it: ```bash 1259 | let rem = n %...
Hi there. Found the project while looking for matrix homeserver alternatives. The README states that the project is under "daily active development", which seems not to be the case anymore...
Upgrade Actix to latest.
Upgrade Sqlx to latest and use Sqlx migrations.
Migrate internals to use Ruma.
Invalidates a user access token Invalidates an existing access token, so that it can no longer be used for authorization. The device associated with the access token is also deleted....
Authenticates the user. Authenticates the user, and issues an access token they can use to authorize themself in subsequent requests. If the client does not supply a ``device_id``, the server...
Register for an account on this homeserver. This API endpoint uses the `User-Interactive Authentication API`_, except in the cases where a guest account is being registered. Register for an account...
Send a receipt for the given event ID. This API updates the marker for the given receipt type to the event ID specified.
Get the state identified by the type and key. .. For backwards compatibility with older links... .. _`get-matrix-client-unstable-rooms-roomid-state-eventtype`: Looks up the contents of a state event in a room. If...