aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-07Update pinecone in go.mod/go.sumNeil Alexander
2021-05-06Pinecone P2P demo (#1856)Neil Alexander
2021-04-26Don't return immediately when there's nothing to syncNeil Alexander
2021-04-26Fix bug in SQLite migrationNeil Alexander
2021-04-26State storage refactor (#1839)Neil Alexander
2021-04-19Remove the 'Content-Type' request header requirement (#1834)Fero
2021-04-15Fix registration error when disabledNeil Alexander
2021-04-14fedsender: tolerate dupe membership events (#1824)Kegsay
2021-04-14Remove the Content-Length requirement on upload request (#1831)Fero
2021-04-13Move room mutex in federation API (#1830)Neil Alexander
2021-04-09Remove legacy register endpoint (#1822)Kegsay
2021-04-08Optimise memory usage when calling /g_m_e (#1819)Kegsay
2021-04-08Document need for max-body-size change in reverse proxy as well (#1816)Tim McCormack
2021-04-07Implement OpenID module (#599) (#1812)Bruce MacDonald
2021-03-30Add a per-room mutex to federationapi when processing transactions (#1810)Kegsay
2021-03-30Use log directory that we will be able to write to (#1799)Eric Eastwood
2021-03-24Add Sentry support (#1803)Kegsay
2021-03-23Add more metrics (#1802)Kegsay
2021-03-23log less for failed key querys, add counters for incoming pdus/edus (#1801)Kegsay
2021-03-17Fix nil pointer crash in QueryMembershipsForRoomNeil Alexander
2021-03-08roomserver: don't make_join with ourselves if clients ask us to (#1797)Kegsay
2021-03-08device lists: backoff for longer if the wrong error type is returned (#1796)Kegsay
2021-03-08Make sure the component max open conns doesn't exceed 100Kegan Dougal
2021-03-08Return a more useful error on /register spec compliance violation (#1792)Neil Alexander
2021-03-08Update sytest-whitelistNeil Alexander
2021-03-08Make bcrypt cost configurable (#1793)Kegsay
2021-03-08Fix database default connection limits for CI (#1794)Neil Alexander
2021-03-05Use default transport for AS traffic (#1789)Neil Alexander
2021-03-05Treat the sender_localpart as an exclusive namespace of one user (#1790)Will Hunt
2021-03-05Tweak AS registration check and AS component HTTP clients (#1785)Neil Alexander
2021-03-03Fix appsevice alias queries part 2 (#1684)Will Hunt
2021-03-03Send events to appservice based on room membership (#1680)Will Hunt
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2021-03-03Don't return error when account conflict is handled gracefully (#1782)Neil Alexander
2021-03-03Docker fix and tweak (#1781)stoically
2021-03-03Upgrade dependencies (#1779)Neil Alexander
2021-03-02Use new path for MSC2946 (#1778)Kegsay
2021-03-02Version 0.3.11v0.3.11Neil Alexander
2021-03-02Return the current OTK count on an empty upload request (#1774)Neil Alexander
2021-03-02Fix user registration bug (#1777)Neil Alexander
2021-02-18Revert quic-go dependency updateNeil Alexander
2021-02-18Update libp2p dependenciesNeil Alexander
2021-02-18Fix transitive dependency for P2P demoNeil Alexander
2021-02-18Don't close channels when clearing queue (we might race and panic, when the G...Neil Alexander
2021-02-17Version 0.3.10v0.3.10Neil Alexander
2021-02-17Unbreak DendriteJS.Dockerfile; Riot is now ElementKegan Dougal
2021-02-17fix database names to reflect renaming (#1636)Marco Kundt
2021-02-17Don't exclude an event from sync if it was previously not excluded (#1767)Neil Alexander
2021-02-17Don't hold destination queues in memory forever (#1769)Neil Alexander
2021-02-17Retrieve remote file size without the Content-Size header (#1537)darkgallium