aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/routing.go
AgeCommit message (Expand)Author
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
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-04Encode v3 event IDs correctly (#1090)Kegsay
2020-06-02Reset backoff on incoming federation (#1080)Neil Alexander
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-12Implement /get_missing_events (#1022)Kegsay
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-29Honour history_visibility when backfilling (#990)Kegsay
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-04-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-03-30Implement typing over federation (#949)Kegsay
2020-03-14Federation: Add event_auth endpoint (#905)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-12-20Fix /send_join and /send_leave (#821)Brendan Abolivier
2019-12-20Return server names (#833)Neil Alexander
2019-08-20Make trailing slash on server key request optional (#788)Alex Chen
2019-07-18Remove the trailing slash from /send/{txnID} and /backfill/{roomID} (#746)Andrew Morgan
2019-07-03Encode URLs properly (#728)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben