aboutsummaryrefslogtreecommitdiff
path: root/federationapi/routing/send_test.go
AgeCommit message (Expand)Author
2023-11-09Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...Till
2023-05-03Use PDU in even more places (#3074)kegsay
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
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-03-29Remove eduserver (#2306)S7evinK
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2021-08-17Cross-signing fixes, notifications via sync, federation (#1974)Neil Alexander
2021-08-03Add tracing to user API (#1948)kegsay
2021-07-09Add more optimised code path for checking if we're in a room (#1909)Neil Alexander
2021-06-30Reduce memory usage in federation /send endpoint (#1890)Neil Alexander
2021-03-30Add a per-room mutex to federationapi when processing transactions (#1810)Kegsay
2020-12-04MSC2836 threading: part 2 (#1596)Kegsay
2020-12-03Peeking updates (#1607)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-13Try to retrieve missing auth events from multiple servers (#1516)Neil Alexander
2020-10-12Get missing event tweaks (#1514)Neil Alexander
2020-09-29Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...Neil Alexander
2020-09-24Reject make_join for empty rooms (#1439)Neil Alexander
2020-09-16Implement rejected events (#1426)Kegsay
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
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-08-17Synchronous invites (#1273)Neil Alexander
2020-08-11Support for server ACLs (#1261)Neil Alexander
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-24Add PerformInvite and refactor how errors get handled (#1158)Kegsay
2020-06-23Add /send restrictions and return correct error codes (#1156)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-12Minor perf/debugging improvements (#1121)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-11Remove unused internal APIs (#1117)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-12Implement /get_missing_events (#1022)Kegsay
2020-05-06only send new events to RS; add tests for /state_ids and /event (#1011)Kegsay
2020-05-06Add tests around federationapi's txnReq (#1010)Kegsay