aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
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
2021-07-07Fix concurrent map reads/writes on t.hadEvents (#1902)Neil Alexander
2021-07-05Track expiry rate on pduCountTotalNeil Alexander
2021-07-05Federation API fixes (#1899)Neil Alexander
2021-07-05Remove processEventWithMissingStateMutexNeil Alexander
2021-07-02Federation API workers for /send to reduce memory usage (#1897)Neil Alexander
2021-06-30Fix concurrent map read/write on haveEvents (#1893)Neil Alexander
2021-06-30Change how servers are selected for missing auth/prev events (#1892)Neil Alexander
2021-06-30Give up on loops when the context expires (#1891)Neil Alexander
2021-06-30Reduce memory usage in federation /send endpoint (#1890)Neil Alexander
2021-06-29Put gmectx back to 5 minutesNeil Alexander
2021-06-29Restore the getServers RS query (needs optimisation)Neil Alexander
2021-06-28Protect processEventWithMissingState with per-room mutex, to prevent mass CPU...Neil Alexander
2021-04-13Move room mutex in federation API (#1830)Neil Alexander
2021-04-08Optimise memory usage when calling /g_m_e (#1819)Kegsay
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