aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-21Wait for safe shutdown of NATS Server (#2289)Neil Alexander
2022-03-21Remove unused partition_offset_table (#2288)S7evinK
2022-03-18Fix panic that can occur from nil pointer exception in media API `fetchRemote...Neil Alexander
2022-03-18Update to matrix-org/pinecone@8687b0dNeil Alexander
2022-03-18Update FAQ.mdNeil Alexander
2022-03-18Better mapping of stream positions to topological positions in `/messages` (#...Neil Alexander
2022-03-17Assign room NIDs, event type NIDs and state key NIDs outside of database tran...Neil Alexander
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-03-17Update to matrix-org/gomatrixserverlib@0980b7fNeil Alexander
2022-03-17Update to matrix-org/gomatrixserverlib@a62d9f3Neil Alexander
2022-03-16Remove unexpected fileNeil Alexander
2022-03-16Update Yggdrasil P2P demo (also remove QUIC dependency)Neil Alexander
2022-03-16Stream tweaks, use same codepath for sync vs async input room events, wait fo...Neil Alexander
2022-03-16Return error from remote download requests (#2266)S7evinK
2022-03-16Update to NATS Server 2.7.4 (#2282)Neil Alexander
2022-03-16Federation client improvements (HTTP/2, reaping federation trippers, TLS clie...Neil Alexander
2022-03-16Fix SQL statement for PurgeRoomState (#2280)S7evinK
2022-03-16Truncate `recentStreamEvents` before working out which event IDs to exclude f...Neil Alexander
2022-03-15Use accountdb with provided config (#2273)S7evinK
2022-03-14Fix /context with lazy_load_members (#2277)S7evinK
2022-03-11Platform sanity checks (#2271)Neil Alexander
2022-03-11Don't range entire state for `/sync` (#2270)Neil Alexander
2022-03-1064-bit stream IDs for device list updates (#2267)Neil Alexander
2022-03-10Implement MSC3383 (update to matrix-org/gomatrixserverlib#296)Neil Alexander
2022-03-09Remove references to `userapi_devices` (fixes #2259)Neil Alexander
2022-03-09Fix `GET /directory/list/room/{roomID}` (#2262)Neil Alexander
2022-03-09Update to matrix-org/pinecone@cfde1f8Neil Alexander
2022-03-08Get MSC2946 working for restricted rooms locally/over federation (#2260)kegsay
2022-03-07Don't send `adds_state_events` in roomserver output events anymore (#2258)Neil Alexander
2022-03-07Fix appservice username check (#2223)S7evinK
2022-03-07Capture Sentry exceptions for errors in `JetStreamConsumer`Neil Alexander
2022-03-07Add canonical alias support (#2236)S7evinK
2022-03-04Version 0.6.5 (#2254)v0.6.5Neil Alexander
2022-03-04Revert NATS server upgrade in 00b3545b14ca5e6987be93cabafc51e771f8bcc7Neil Alexander
2022-03-04Mark soft-failed events as rejected in `roomserver_events` (#2252)Neil Alexander
2022-03-04Fix memory leaks with SQLite prepared statements (#2253)Neil Alexander
2022-03-04Un-ratelimit calls to /thumbnail (#2251)S7evinK
2022-03-04Fix a panic in `OnIncomingMessagesRequest` (#2250)Neil Alexander
2022-03-03Send profile updates asynchronously (#2246)Neil Alexander
2022-03-03Return 404 if event given to `/context` was not found (#2245)Neil Alexander
2022-03-03Clean old notifications regularly (#2244)Neil Alexander
2022-03-03Don't open two connections for the userapiTill Faelligen
2022-03-03Test `/context/ with lazy_load_members filter works` should be OK nowNeil Alexander
2022-03-03Give more time to `TestSessionCleanUp` testsNeil Alexander
2022-03-03Handle `ErrNoRows` when sending read updatesNeil Alexander
2022-03-03Only store notifications for users with pushers, de-parallelise `TestSessionC...Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-03-03Update `sytest-whitelist` for changes in matrix-org/sytest#1200Neil Alexander
2022-03-02Skip flakey test for nowKegan Dougal
2022-03-02Media endpoints on `/v3` (#2242)Neil Alexander