- Jul 20, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
- Jul 14, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
Conduit did not send the event in /sync because of a race condition. There is a brief moment in time where Conduit accepted the event, but did not store it yet. So when the client /syncs it updates the since token without sending the event. I hope I fixed it by significantly shortening the race-condition period.
-
Timo Kösters authored
-
Jonathan de Jong authored
-
Jonathan de Jong authored
-
- Jul 11, 2021
-
-
Kurt Roeckx authored
-
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 30, 2021
-
-
Devin Ragotzy authored
-
Timo Kösters authored
-
- Jun 21, 2021
-
-
Timo Kösters authored
-
- Jun 19, 2021
-
-
phesch authored
-
- Jun 17, 2021
-
-
Jonas Platte authored
-
Jonas Platte authored
-
Jonas Platte authored
-
Jonas Platte authored
-
Jonas Platte authored
-
Jonas Platte authored
-
- Jun 14, 2021
-
-
Timo Kösters authored
Fixes #35
-
- Jun 12, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
- Jun 09, 2021
-
-
hamidreza kalbasi authored
-
hamidreza kalbasi authored
-
Timo Kösters authored
-
- May 30, 2021
-
-
Timo Kösters authored
-
- May 29, 2021
-
-
Timo Kösters authored
-
- May 28, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
- May 22, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
- May 21, 2021
-
-
Timo Kösters authored
-
Timo Kösters authored
-
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 17, 2021
-
-
Timo Kösters authored
currently they will only be sent if a PDU has to be sent as well
-