aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
2022-09-01Configuration tweaks (#2567)Neil Alexander
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-25Fix 500s on `/state`, `/state_ids` when state not known (#2672)Neil Alexander
2022-08-23Only set backOffStarted to false if until is not zero (#2669)Till
2022-08-19De-race `TestExpireEDUs` (#2654)Winter
2022-08-18Actually store EDUs once we retrieved from the database (#2651)Till
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-09Add housekeeping function to delete old/expired EDUs (#2399)Till
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-08-05Add race testing to tests, and fix a few small race conditions in the tests (...Brian Meek
2022-08-05Only create a new destinationQueue if we don't have one (#2620)Till
2022-08-02Stronger checks for `/send_join` (#2604)Neil Alexander
2022-07-25Update database migrations, remove goose (#2264)Till
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-07-12Minor SendToDevice fix (#2565)Till
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-07-05Hopefully fix read receipts timestamps (#2557)Neil Alexander
2022-06-30Silence presence logs (#2547)Till
2022-06-15Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)Neil Alexander
2022-06-15Fix rare panic when returning user devices over federation (#2534)Till
2022-05-30Add missing indexes to federation API destination queues (#2502)Neil Alexander
2022-05-26Add support for MSC3787 and `org.matrix.msc3787` room version (update to matr...Neil Alexander
2022-05-25Fix using the remote provided event from `/send_join` (#2490)Neil Alexander
2022-05-25Restricted join support on `/make_join`, `/send_join` (#2478)Neil Alexander
2022-05-23Preserve content from `/make_join` as well as supplied content in the request...Neil Alexander
2022-05-23Allow defers to run in `TestMain` in federation API testsNeil Alexander
2022-05-17Remove debug loggingKegan Dougal
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-09Federation consumer `adds_state_event_ids` tweak (#2441)Neil Alexander
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-05-03Tidy up `AddPublicRoutes` (#2412)Neil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-29Device list display name fixes (#2405)Neil Alexander
2022-04-28Don't answer expensive federation requests for rooms we no longer belong to (...Neil Alexander
2022-04-27Fix graceful shutdownNeil Alexander
2022-04-27Don't try to federated-join via ourselves (#2383)Neil Alexander
2022-04-25Return M_NOT_FOUND for rejected events (#2371)Till
2022-04-25Only call key update process functions if there are updates, don't send thing...Neil Alexander
2022-04-25Store the EDU type in the database (#2370)Till
2022-04-22Fix retrieving cross-signing signatures in `/user/devices/{userId}` (#2368)Neil Alexander
2022-04-08Add metrics for internal API requests (#2310)Till
2022-04-07Simplify presence stringification (should help with vector-im/element-android...Neil Alexander
2022-04-06Add presence module V2 (#2312)Till
2022-04-05Update to matrix-org/gomatrixserverlib#300Neil Alexander
2022-04-04Slower federation warm-up (#2320)Neil Alexander