- Feb 12, 2022
-
-
Jonas Platte authored
Remove it from request handler since there's already the context of the request path, added through TraceLayer.
-
Jonas Platte authored
-
Jonas Platte authored
-
- Jan 19, 2022
-
-
Jonas Platte authored
-
- Dec 23, 2021
-
-
Jonas Platte authored
-
- Dec 15, 2021
-
-
Jonas Platte authored
-
- Oct 13, 2021
-
-
Jonas Platte authored
Should make the code a little bit easier to read.
-
Jonas Platte authored
Co-authored-by:
Timo Kösters <timo@koesters.xyz>
-
- Sep 13, 2021
-
-
Jonas Platte authored
-
- Aug 31, 2021
-
-
Timo Kösters authored
-
- Aug 27, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
- Aug 03, 2021
-
-
Timo Kösters authored
-
- Jul 20, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
- Jul 14, 2021
-
-
Jonathan de Jong authored
-
Jonathan de Jong authored
-
- Jul 11, 2021
-
-
Kurt Roeckx authored
json_body is used in places that need authentication. In case an unknown field is set, Ruma doesn't parse the field and so doesn't give an error on invalid UTF-8. But Conduit has parsed and on error makes json_body None. Return an error to the client instead of generating an internal error.
-
- Jun 09, 2021
-
-
Timo Kösters authored
-
- May 28, 2021
-
-
Timo Kösters authored
-
- May 21, 2021
-
-
Timo Kösters authored
- get encryption keys over federation - optimize signing key storage - rate limit parsing of bad events - rate limit signature fetching - dependency bumps
-
- May 04, 2021
-
-
Timo Kösters authored
-
- Mar 02, 2021
-
-
Timo Kösters authored
-
- Dec 05, 2020
-
-
Devin Ragotzy authored
-
- Oct 23, 2020
-
-
Timo Kösters authored
-
- Oct 18, 2020
-
-
Timo Kösters authored
TIL body.device_id != (*body).device_id, which is pretty bad, so I renamed body.device_id to body.sender_device
-
- Sep 08, 2020
-
-
Timo Kösters authored
-
- Aug 23, 2020
-
-
Devin Ragotzy authored
feat: first steps towards joining rooms over federation Add state-res as a dependency of conduit Add reverse_topological_power_sort before append_pdu Implement statehashstatid_pduid tree for keeping track of state Clean up implementation of state_hash as key for tracking state
-
- Aug 12, 2020
-
-
Jonas Platte authored
-
- Jul 30, 2020
-
-
timokoesters authored
-