aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
2021-03-30Add a per-room mutex to federationapi when processing transactions (#1810)Kegsay
2021-03-24Add Sentry support (#1803)Kegsay
2021-03-23Add more metrics (#1802)Kegsay
2021-03-23log less for failed key querys, add counters for incoming pdus/edus (#1801)Kegsay
2021-03-03Fix appsevice alias queries part 2 (#1684)Will Hunt
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-02-16Don't query for servers so often in /send (#1766)Neil Alexander
2021-01-22NewClient and NewFederationClient updates (#1730)Neil Alexander
2021-01-22Gate peeking behind msc flags (#1731)Kegsay
2021-01-22Peeking over federation via MSC2444 (#1391)Matthew Hodgson
2021-01-04Send/state tweaks (#1681)Neil Alexander
2020-12-04MSC2836 threading: part 2 (#1596)Kegsay
2020-12-03Peeking updates (#1607)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-18Protect txnReq.newEvents with mutex (#1587)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-11-05Implement forgetting about rooms (#1572)S7evinK
2020-10-19KindOld (#1531)Neil Alexander
2020-10-15Don't re-run state resolution on a single trusted state snapshot (#1526)Neil Alexander
2020-10-14Ignore typing events where sender doesn't match origin (#1523)Neil Alexander
2020-10-14Improved state handling in /send (#1521)Neil Alexander
2020-10-13Try to retrieve missing auth events from multiple servers (#1516)Neil Alexander
2020-10-12Get missing event tweaks (#1514)Neil Alexander
2020-10-09Only return 500 on /send if a database error occurs (#1503)Neil Alexander
2020-10-06Use [] not null when there are no devices (#1480)Kegsay
2020-10-02Log origin in /sendNeil Alexander
2020-10-01Fix golangci-lint issues (#1464)S7evinK
2020-09-30Fix panic on verifySigError in fetching missing eventsNeil Alexander
2020-09-29Remove TLS fingerprints, improve perspective unmarshal handling (#1452)Neil Alexander
2020-09-29Ignore depth in federation API (#1451)Neil Alexander
2020-09-29Fix old verify keysNeil Alexander
2020-09-29Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...Neil Alexander
2020-09-28Use workers when fetching events from /state_ids, use /state only if signific...Neil Alexander
2020-09-28Don't fall back to /state on incoming /send (#1446)Neil Alexander
2020-09-25Allow configuring old verify keys (#1443)Neil Alexander
2020-09-24Return the correct error codes for v6 invite JSON violations (#1440)Neil Alexander
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander
2020-09-22Initial notary support (#1436)Neil Alexander
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
2020-09-08Backoff ignore invalid signatures (#1408)Neil Alexander
2020-09-07Remove current state server (#1405)Kegsay
2020-09-07Remove QueryBulkStateContent from current state server (#1404)Kegsay
2020-09-07Use background context when processing event with missing state (#1403)Neil Alexander
2020-09-04Remove ServerACLs from the current state server (#1390)Kegsay
2020-09-03Move currentstateserver API to roomserver (#1387)Kegsay
2020-09-03FIFO ordering of input events (#1386)Neil Alexander
2020-09-02Add Queryer and Inputer and factor out more RSAPI stuff (#1382)Kegsay