- May 22, 2021
-
-
Timo Kösters authored
docs: APPSERVICES setup guide See merge request famedly/conduit!83
-
Timo Kösters authored
-
Timo Kösters authored
fix: too many syncs See merge request famedly/conduit!82
-
Timo Kösters authored
-
Timo Kösters authored
Update cargo-deb packaging for recent changes See merge request famedly/conduit!61
-
Timo Kösters authored
improvement: federation get_keys and optimize signingkey storage See merge request famedly/conduit!81
-
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
I'm a bit torn on the "auth check based on the current state of the room". It can mean multiple things: 1. The state of the room before the homeserver looked at the event at all. But that means if a message event from a user arrives, but we didn't see their join event before, we soft fail the message (even though we would find the join event when going through the auth events of the event and doing state res) 2. The state of the room after doing state-res with the event and our previous room state. We need to do this state resolution to find the new room state anyway, so we could just use the new room state for the auth check. The problem is that if the incoming event is a membership leave event, the new room state does not allow another leave event. This is obviously the wrong option. 3. The state of the room after doing state-res with the state **before** the event and our previous room state. This will mean a lot more calculations because we have to run state-res again We used 2. before and now use 1. again
-
Timo Kösters authored
currently they will only be sent if a PDU has to be sent as well
-
- May 14, 2021
-
-
Timo Kösters authored
-
- May 13, 2021
-
-
Timo Kösters authored
Try to improve CI build times by caching See merge request famedly/conduit!79
-
Jonas Fowl authored
-
- May 12, 2021
-
-
Timo Kösters authored
Add linting checks to CI See merge request famedly/conduit!76
-
Timo Kösters authored
Add dbg_macro check See merge request famedly/conduit!75
-
Timo Kösters authored
improvement: bug fixes and refactors See merge request famedly/conduit!78
-
Timo Kösters authored
- power level content override adds to the default event instead of replacing it - sending code refactored to make edus possible - remove presence events when restarting conduit - remove room_id field from read receipts over /sync - handle incoming read receipts - fix array bounds bug in server_server.rs
-
- May 08, 2021
-
-
Timo Kösters authored
Upgrade Ruma See merge request famedly/conduit!77
-
Jonas Platte authored
-
- May 07, 2021
-
-
Jonas Platte authored
-
- May 05, 2021
-
-
Jonathan de Jong authored
-
Jonathan de Jong authored
-
Jonathan de Jong authored
-
Jonathan de Jong authored
-
Jonathan de Jong authored
-
Jonathan de Jong authored
-
Timo Kösters authored
fix: add trusted_servers to config and deploy guide See merge request famedly/conduit!74
-
Timo Kösters authored
-
Timo Kösters authored
improvement: uiaa works like in synapse See merge request famedly/conduit!73
-
- May 04, 2021
-
-
Timo Kösters authored
-
- May 02, 2021
-
-
Timo Kösters authored
Upgrade ruma and clean up request sending code See merge request famedly/conduit!72
-
- Apr 29, 2021
-
-
Jonas Platte authored
-
Jonas Platte authored
-
Jonas Platte authored
-
Jonas Platte authored
`try_into_http_request` takes care of this already.
-
Jonas Platte authored
-
Jonas Platte authored
-
- Apr 28, 2021
-
-
Timo Kösters authored
improvement: optimize room directory Closes #36 See merge request famedly/conduit!71
-