aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-23Preserve content from `/make_join` as well as supplied content in the request...Neil Alexander
2022-05-23Fix control flow related to joining restricted v8/v9 rooms (update to matrix-...Neil Alexander
2022-05-23Allow defers to run in `TestMain` in federation API testsNeil Alexander
2022-05-23Update to matrix-org/gomatrixserverlib#311 (#2479)Neil Alexander
2022-05-20Fix `/deactivate` (#2474)Till
2022-05-19syncapi: don't return early for no-op incremental syncs (#2473)kegsay
2022-05-18Really SKIP_NODB (#2472)Till
2022-05-17bugfix: fix race condition when updating presence via /sync (#2470)kegsay
2022-05-17Remove debug loggingKegan Dougal
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-05-17Add docs which explain how to calculate coverage (#2468)kegsay
2022-05-16Add roomserver tests (3/4) (#2447)Till
2022-05-13Version 0.8.5 (#2461)v0.8.5Neil Alexander
2022-05-13The Pinecone `gobind` demo must listen on `localhost` for `baseURL` to be cor...Neil Alexander
2022-05-13Update README.mdNeil Alexander
2022-05-13Resolve over old and new extremities (#2457)Neil Alexander
2022-05-13Update NATS Server to version 2.8.2 (#2460)Neil Alexander
2022-05-13Only try to get OTKs if the context isn't done yetTill Faelligen
2022-05-13Shuffle config Verify/Defaults a bit around (#2459)Till
2022-05-12Separate sample configs for monolith and polylith (#2456)Neil Alexander
2022-05-12Fix `create-account` with global database settings (#2455)Till
2022-05-12Wait 100ms for events to be processed by syncapiKegan Dougal
2022-05-11Fix OTK upload spam (#2448)Till
2022-05-11Fix linkNeil Alexander
2022-05-11New documentation: https://matrix-org.github.io/dendrite/Neil Alexander
2022-05-11More syncapi tests (#2451)kegsay
2022-05-11Add RoomExists flag to QueryMembershipForUser (#2450)kegsay
2022-05-10Add roomserver tests (2/?) (#2445)Till
2022-05-10Version 0.8.4v0.8.4Neil Alexander
2022-05-10Add indexes to `syncapi_output_room_events` table that satisfy the filters (#...Neil Alexander
2022-05-10Back out matrix-org/dendrite#2421 by restoring `http.Client`sNeil Alexander
2022-05-09🏗️ mediaapi/thumbnailer: fix build with bimg (#2440)database64128
2022-05-09Version 0.8.3 (#2431)v0.8.3Neil Alexander
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-09Don't store invites in sync API that aren't relevant to local users (#2439)Neil Alexander
2022-05-09Federation consumer `adds_state_event_ids` tweak (#2441)Neil Alexander
2022-05-09Don't try to re-fetch the event if it is listed in `adds_state_event_ids` (#2...Neil Alexander
2022-05-09Add roomserver tests (1/?) (#2434)Till
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-09Update to matrix-org/gomatrixserverlib#307Neil Alexander
2022-05-09Add `(user_id, device_id)` index on OTK table (#2435)Neil Alexander
2022-05-06Version 0.8.3rc1v0.8.3rc1Neil Alexander
2022-05-06Simplify `calculateLatest` (#2430)Neil Alexander
2022-05-06Fix power level event auth bugs (update to matrix-org/gomatrixserverlib#306)Neil Alexander
2022-05-06Move LL cache (#2429)Till
2022-05-06Add `PolylithMode` base config option (#2428)Neil Alexander
2022-05-06Produce more useful event auth errors (update to matrix-org/gomatrixserverlib...Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-06Add FAQ entry for anonymous stats (#2419)Till
2022-05-05Define component interfaces based on consumers (2/2) (#2425)kegsay