aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing
AgeCommit message (Expand)Author
2022-08-25Fix 500s on `/state`, `/state_ids` when state not known (#2672)Neil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-08-02Stronger checks for `/send_join` (#2604)Neil Alexander
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-06-15Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)Neil Alexander
2022-06-15Fix rare panic when returning user devices over federation (#2534)Till
2022-05-26Add support for MSC3787 and `org.matrix.msc3787` room version (update to matr...Neil Alexander
2022-05-25Fix using the remote provided event from `/send_join` (#2490)Neil Alexander
2022-05-25Restricted join support on `/make_join`, `/send_join` (#2478)Neil Alexander
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-04-29Device list display name fixes (#2405)Neil Alexander
2022-04-28Don't answer expensive federation requests for rooms we no longer belong to (...Neil Alexander
2022-04-25Return M_NOT_FOUND for rejected events (#2371)Till
2022-04-25Only call key update process functions if there are updates, don't send thing...Neil Alexander
2022-04-22Fix retrieving cross-signing signatures in `/user/devices/{userId}` (#2368)Neil Alexander
2022-04-08Add metrics for internal API requests (#2310)Till
2022-04-07Simplify presence stringification (should help with vector-im/element-android...Neil Alexander
2022-04-06Add presence module V2 (#2312)Till
2022-03-29Remove eduserver (#2306)S7evinK
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2022-02-11Drop `m.room.create` events in federation `/send` transaction (#2179)Neil Alexander
2022-02-09Unmarshal events at the Dendrite level not GMSL level (#2164)kegsay
2022-02-08Remove OutputKeyChangeEvent consumer on keyserver (#2160)S7evinK
2022-01-31Tweak some logging (#2130)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-06Fix #2084 - incorrect /event_auth response (#2085)kegsay
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-11-08Resume federation sends (#2039)Neil Alexander
2021-11-02Update to matrix-org/gomatrixserverlib@5e02b64Neil Alexander
2021-09-10Added .well-known/matrix/server endpoint (#1988)Ryan W
2021-09-08- Removed double imports (#1989)Ryan W
2021-09-07Add more logs (#2005)kegsay
2021-08-27Don't return nonsense canonical room aliases in the public rooms responses (#...Neil Alexander
2021-08-27publicRooms should accept POST as well as GET (#1991)Neil Alexander
2021-08-17Cross-signing fixes, notifications via sync, federation (#1974)Neil Alexander
2021-08-09Cross-signing signature handling (#1965)Neil Alexander
2021-08-06Cross-signing validation for self-sigs, expose signatures over `/user/keys/qu...Neil Alexander
2021-08-03Add tracing to user API (#1948)kegsay
2021-07-26fix:Inviting to an unsupported room version return M_BAD_JSON instead of Inco...Meenal Trivedi
2021-07-19Fix failing Complement tests (#1931)kegsay
2021-07-16fedsender: try to satisfy all notary key requests from the cache first (#1925)kegsay
2021-07-15fedsender: add cache tables for notary keys (#1923)kegsay
2021-07-13Fix failing complement test (#1917)kegsay
2021-07-09Add more optimised code path for checking if we're in a room (#1909)Neil Alexander