aboutsummaryrefslogtreecommitdiff
path: root/federationapi
AgeCommit message (Expand)Author
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
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-21Wait for safe shutdown of NATS Server (#2289)Neil Alexander
2022-03-21Remove unused partition_offset_table (#2288)S7evinK
2022-03-16Stream tweaks, use same codepath for sync vs async input room events, wait fo...Neil Alexander
2022-03-1064-bit stream IDs for device list updates (#2267)Neil Alexander
2022-03-07Don't send `adds_state_events` in roomserver output events anymore (#2258)Neil Alexander
2022-03-01MSC2946: Spaces Summary (round 2) (#2232)kegsay
2022-02-22Remove logging line in `PerformInvite`Neil Alexander
2022-02-11Ensure only one transaction is used for RS input per room (#2178)Neil Alexander
2022-02-11Remove FederationDisabled error type (#2174)S7evinK
2022-02-11Drop `m.room.create` events in federation `/send` transaction (#2179)Neil Alexander
2022-02-09Unmarshal events at the Dendrite level not GMSL level (#2164)kegsay
2022-02-09Avoid unnecessary logs and marshaling (#2167)S7evinK
2022-02-09Fix sytest `uploading signed devices gets propagated over federation` (#2162)S7evinK
2022-02-08Remove OutputKeyChangeEvent consumer on keyserver (#2160)S7evinK
2022-02-08Demote logging entry for backoffNeil Alexander
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-02-02Use background contexts during federated join for clarity (#2134)Neil Alexander
2022-02-02Use pull consumers (#2140)Neil Alexander
2022-01-31Tweak some logging (#2130)Neil Alexander