aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/routing.go
AgeCommit message (Expand)Author
2024-08-16Implement MSC3916 (#3397)Till
2024-01-24Update sentry reporting (#3305)Till
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-07-06Add pseudoID compatibility to Invites (#3126)devonh
2023-05-31Move Invite logic to GMSL (#3086)devonh
2023-05-23Move `MakeLeave` to GMSL (#3085)Till
2023-05-19Move SendJoin logic to GMSL (#3084)devonh
2023-05-17Move MakeJoin logic to GMSL (#3081)devonh
2023-05-09Move json errors over to gmsl (#3080)devonh
2023-05-03Use PDU in even more places (#3074)kegsay
2023-04-24Move fedclient interface over to gmsl (#3061)devonh
2023-04-19refactor: update GMSL (#3058)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-01-23Initial Store & Forward Implementation (#2917)devonh
2023-01-20Make tests more reliable (#2948)Till
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-10-26Initial support for multiple server names (#2829)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-04-28Don't answer expensive federation requests for rooms we no longer belong to (...Neil Alexander
2022-04-08Add metrics for internal API requests (#2310)Till
2022-03-29Remove eduserver (#2306)S7evinK
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-09-10Added .well-known/matrix/server endpoint (#1988)Ryan W
2021-08-27publicRooms should accept POST as well as GET (#1991)Neil Alexander
2021-06-30Change how servers are selected for missing auth/prev events (#1892)Neil Alexander
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
2021-03-30Add a per-room mutex to federationapi when processing transactions (#1810)Kegsay
2021-01-22Gate peeking behind msc flags (#1731)Kegsay
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-09-22Initial notary support (#1436)Neil Alexander
2020-09-07Remove current state server (#1405)Kegsay
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-04Remove ServerACLs from the current state server (#1390)Kegsay
2020-08-17Synchronous invites (#1273)Neil Alexander
2020-08-13API setup refactoring (#1266)Neil Alexander
2020-08-11Support for server ACLs (#1261)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-05Process inbound device list updates from federation (#1240)Kegsay
2020-08-04Send device list updates to servers (outbound only) (#1237)Kegsay
2020-07-22Handle inbound federation E2E key queries/claims (#1215)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-25Handle invite v1 (#1165)Kegsay
2020-06-17Do not wrap send_join errors on /v1/send_join (#1143)Kegsay
2020-06-16Make federationapi use userapi (#1135)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay