aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-09Add more optimised code path for checking if we're in a room (#1909)Neil Alexander
2021-07-09bugfix: order the state blocks so recreating state snapshots works correctly ...kegsay
2021-07-08Fix bug when rejecting invites (#1907)Neil Alexander
2021-07-08Only log filename and not entire path (#1906)kegsay
2021-07-08dendrite-upgrade-test: tweaks to get it to run under CI in docker (#1905)kegsay
2021-07-08lintingKegan Dougal
2021-07-08Improve error handling and close files post-tarringKegan Dougal
2021-07-07Fix concurrent map reads/writes on t.hadEvents (#1902)Neil Alexander
2021-07-07db migration: handle create events with no state blocks from v0.1.0 (#1904)kegsay
2021-07-07dendrite-upgrade-test: support --from HEAD-N, cleanup on startup (#1903)kegsay
2021-07-07Add dendrite-upgrade-test (#1901)kegsay
2021-07-05Track expiry rate on pduCountTotalNeil Alexander
2021-07-05Federation API fixes (#1899)Neil Alexander
2021-07-05Remove processEventWithMissingStateMutexNeil Alexander
2021-07-02Update to matrix-org/gomatrixserverlib#266 (+ missing file)Neil Alexander
2021-07-02Update to matrix-org/gomatrixserverlib#265 for faster power level content par...Neil Alexander
2021-07-02Federation API workers for /send to reduce memory usage (#1897)Neil Alexander
2021-07-02Roomserver input backpressure metricNeil Alexander
2021-06-30Fix concurrent map read/write on haveEvents (#1893)Neil Alexander
2021-06-30Change how servers are selected for missing auth/prev events (#1892)Neil Alexander
2021-06-30Give up on loops when the context expires (#1891)Neil Alexander
2021-06-30Reduce memory usage in federation /send endpoint (#1890)Neil Alexander
2021-06-29db migration: fix #1844 and add additional assertions (#1889)kegsay
2021-06-29Put gmectx back to 5 minutesNeil Alexander
2021-06-29Restore the getServers RS query (needs optimisation)Neil Alexander
2021-06-28Protect processEventWithMissingState with per-room mutex, to prevent mass CPU...Neil Alexander
2021-06-28Use a custom FIFO queue for the RS input API (#1888)Neil Alexander
2021-06-25Fix bugs in P2P demosNeil Alexander
2021-06-25Update go.mod/go.sumNeil Alexander
2021-06-25dendritejs-pineconeNeil Alexander
2021-06-22dendrite-demo-pinecone: Accept any originNeil Alexander
2021-06-22✂️ Media API: Handle unlimited file size (#1881)database64128
2021-06-21Fix panic in roomserverNeil Alexander
2021-06-16Revert "Ensure user IDs match the spec (matrix-org/gomatrixserverlib#261)"Neil Alexander
2021-06-15Ensure user IDs match the spec (matrix-org/gomatrixserverlib#261)Neil Alexander
2021-06-14Update go.mod/go.sumNeil Alexander
2021-06-14Set MaxFileSizeBytes <= 0 to "unlimited" (#1875)S7evinK
2021-06-14Remove mention of enabling naffka in install instructions, as it is the defau...Arnaud Venturi
2021-06-14Fix Key Generation Docs - resolves #1759 (#1865)Ben Yanke
2021-06-14Add parameters to specify password (#1868)S7evinK
2021-06-14Use NotFound instead of Forbidden for missing account data (#1872)Adam Greig
2021-06-14Update go.mod/go.sumNeil Alexander
2021-06-14Pinecone demo updatesNeil Alexander
2021-06-07Add CORS to nginx config (#1791)Rasmus Thomsen
2021-06-07Link to Synapse (#1863)Ben Langfeld
2021-06-07Add missing IPv6 "ssl" keyword in nginx config examples (#1854)Arnaud Venturi
2021-06-07Try to optimize SelectOneTimeKeys (#1851)S7evinK
2021-06-07Use LimitReader to prevent DoS risk (#1843)S7evinK
2021-06-07Fix SIGSEGV in IsInterestedInRoomID (#1846)bodqhrohro
2021-06-07Split the select+update query for txn_id counter (#1855)bodqhrohro