Marcel b1284fd509 Replace profile_* with userid_*
Add a missing dot in the errormessage
Require mxc:// to be present at the start of an avatar_url
Update mxc check TODO
Show displayname or avatar_url if either is available when getting the profile Endpoint
Return the correct data in case of a empty displayname or an empty avatar_url

Took 50 minutes

Took 34 seconds
2020-04-09 20:53:27 +02:00
2020-04-09 00:05:37 +02:00
2020-04-09 20:53:27 +02:00
2020-02-15 22:42:21 +01:00
2020-04-08 22:28:03 +02:00
2020-04-09 00:05:37 +02:00
2020-04-03 17:58:38 +02:00
2020-03-28 18:50:02 +01:00

Matrix Homeserver in Rust

Liberapay

Goals

A Matrix Homeserver that's faster than others.

What is it build on?

  • Ruma: Useful structures for endpoint requests and responses that can be (de)serialized
  • Sled: A simple (key, value) database with good performance
  • Rocket: A flexible web framework

Roadmap

  • Register, login, authentication tokens
  • Create room messages
  • Sync room messages
  • Join rooms, lookup room ids
  • Basic Riot web support
  • Riot room discovery
  • Riot read receipts
  • Riot presence
  • Proper room creation
  • Riot E2EE
  • Basic federation
  • State resolution

Donate

Liberapay: https://liberapay.com/timokoesters/

Description
No description provided
Readme 5.3 MiB
Languages
Rust 97.7%
Nix 0.8%
Python 0.7%
Shell 0.5%
Dockerfile 0.3%