aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-05-05Update to matrix-org/gomatrixserverlib#303Neil Alexander
2022-05-05Update table names for user API stats tableNeil Alexander
2022-05-05Don't log consumer errors on shutdownNeil Alexander
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-05-05Use `gomatrixserverlib.Client` instead of `http.Client` (#2421)Neil Alexander
2022-05-05Fix user already joined when using server notices (#2364)Till
2022-05-05Don't use in-memory db for userapi tests (#2417)Till
2022-05-05Errors from createdb are non-fatal (#2420)kegsay
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-05-04Add opt-in anonymous stats reporting (#2249)Till
2022-05-03Fix bug in database global setupNeil Alexander
2022-05-03Skip tests that require a database if we can't connect to one (#2413)Neil Alexander
2022-05-03Tidy up `AddPublicRoutes` (#2412)Neil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-05-02Return `null` if MaxFileSizeBytes is 0 (#2409)Till
2022-04-30Test_Devices, sqlite may return devices in different order, test should still...Brian Meek
2022-04-30Return "to", if we didn't return any presence events (#2407)Till
2022-04-29Device list display name fixes (#2405)Neil Alexander
2022-04-29Fix `TestThumbnailsStorage` failing when media results come back in non-deter...Brian Meek
2022-04-29Move admin functions into their own file in the client APINeil Alexander
2022-04-29Add create-account to Getting startedTill Faelligen
2022-04-29Update golangci-lint, how it's installed, and added to the PATH (#2403)Brian Meek
2022-04-29Add restrictions for open registration (#2402)Till
2022-04-28Only load members of newly joined rooms (#2389)Till
2022-04-28Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)Neil Alexander
2022-04-28Limit presence in `/sync` responses (#2394)Till
2022-04-28Make tests more reliableTill Faelligen
2022-04-28Unlist test since it no longer seems to be flakey (hopefully?)Neil Alexander
2022-04-28Don't answer expensive federation requests for rooms we no longer belong to (...Neil Alexander
2022-04-28Ensure signature map exists (fixes #2393) (#2397)Neil Alexander
2022-04-27Fix #2390 (#2392)Till
2022-04-27Use Go 1.18 to build Docker images (#2391)0x1a8510f2
2022-04-27Version 0.8.2 (#2386)v0.8.2Neil Alexander
2022-04-27Fix graceful shutdownNeil Alexander
2022-04-27Defer cancel on shutdown contextNeil Alexander