aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-17Get room versions from database (#918)Neil Alexander
2020-03-17bugfix: Fix a bug which caused failures to join rooms over federation (#917)Kegsay
2020-03-17bugfix: Fix a bug which caused prev_content not to be sent to clients (#919)Kegsay
2020-03-17Add room version to room create request, persist in storage (#915)Neil Alexander
2020-03-17Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)Neil Alexander
2020-03-16bugfix: Fix #908 by setting the correct state after the event (#913)Kegsay
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-16Update room version descriptors, add error handling (#906)Neil Alexander
2020-03-14Federation: Add event_auth endpoint (#905)Kegsay
2020-03-13Make P2P use JSServerKegan Dougal
2020-03-11p2p: Use JSServer for comms rather than GoJsConn (#888)Kegsay
2020-03-10p2p: use separate topics! (#886)Kegsay
2020-03-10p2p: Use a single ed25519 key for event signing/verifying and p2p peer IDs (#...Kegsay
2020-03-10Update .gitignoreNeil Alexander
2020-03-09Improve logging when sending events (#883)Kegsay
2020-03-06bugfix: Fix a race condition when creating guest accounts (#882)Kegsay
2020-03-06Try to recursively find auth events (to a point) if they are missing (#881)Neil Alexander
2020-03-06bugfix: fix sytest 155 by actually returning depth+1 and not 0Kegan Dougal
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-03-02Don't fail hard if backward topology position fails, just use 1 insteadNeil Alexander
2020-03-02Remove httputil.LogThenError so that the line numbers are reported properly -...Neil Alexander
2020-02-28Fix bug in devices endpoint (#877)Neil Alexander
2020-02-28Make sure PDUs and EDUs in transaction don't marshal to null (#876)Neil Alexander
2020-02-28Kick CIKegan Dougal
2020-02-20Fix dockerfileNeil Alexander
2020-02-20sqlite: fixes from sytest (#872)Kegsay
2020-02-14More SQLite (#871)Neil Alexander
2020-02-14Add whitelist/blacklist maintenance complainer to buildkite annotations (#870)Andrew Morgan
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Upgrade gomatrixserverlib dependency (#808)Thibaut CHARLES
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-02-11Fix AppService bind addrs in test (#805)aditsachde
2020-02-11Adding sslmode: disable to sytest server config (#813)Thibaut CHARLES
2020-02-11Implement missing device management features (#835)S7evinK
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2020-02-06Update documentation for Go 1.13 (#867)Neil Alexander
2020-02-05Implement room version capabilities in CS API (#866)Neil Alexander
2020-02-05Room version abstractions (#865)Neil Alexander
2020-02-01Blacklist 'displayname updates affect room member events' (#859)Andrew Morgan
2020-01-30Update sytest-whitelistNeil Alexander
2020-01-30Handle kind=guest query parameter on /register (#860)Prateek Sachan
2020-01-30Add empty push rules into account data on account creation (#862)Neil Alexander
2020-01-29Implement GET endpoints for account_data in clientapi (#861)Neil Alexander
2020-01-25More sync fixes (#854)Neil Alexander
2020-01-25Store our own keys in the keydb (#853)Neil Alexander
2020-01-24Wire up publicroomsapi for roomserver events (#851)Neil Alexander
2020-01-24Some fixes for #847 (#850)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander
2020-01-22Add more passing tests to the testfile, add test blacklist file (#848)Andrew Morgan
2020-01-22Add a Sytest blacklist file (#849)Andrew Morgan