aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
2022-10-07Fix issue with DMs shown as normal rooms (#2776)Till
2022-10-06Allow specifying old signing keys with the public key and key ID only (#2770)Neil Alexander
2022-10-06Tweak logging for federated room joinsNeil Alexander
2022-10-05Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)Till
2022-09-29Remove `Suppressing send-to-device` log lineNeil Alexander
2022-09-26Remove `origin` field from PDUs (#2737)Neil Alexander
2022-09-22Tweak `InsertMigration` to avoid logging (#2720)Till
2022-09-20Update dependencies (#2729)Neil Alexander
2022-09-16Fix origin on device list update EDUsTill Faelligen
2022-09-13Send-to-device consumer/producer tweaks (#2713)Till
2022-09-08Fix issue with stale device lists (#2702)Till
2022-09-07Add HTTP status code to FederationClientError (#2699)Till
2022-09-07Avoid unneeded JSON operations (#2698)Till
2022-09-07Add a SigningKeyUpdate producer (#2697)Till
2022-09-07Handle errors differently in the `DeviceListUpdater` (#2695)Till
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