aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
2020-06-04Refactor how federationsender gets created (#1095)Kegsay
2020-06-04s/Base64String/Base64Bytes/g (#1093)Kegsay
2020-06-02Only store our own aliases in publicroomsapi (#1081)Kegsay
2020-06-02Remove p2p log linesKegan Dougal
2020-06-01Fix pg user already exists (#1076)S7evinK
2020-06-01Add a way to force federationsender to retry sending transactions (#1077)Kegsay
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-29p2p: de-dupe and shuffle public rooms; implement keydb (#1074)Kegsay
2020-05-27Server key component (#1050)Neil Alexander
2020-05-22Fix monolith room server-federation sender connectionNeil Alexander
2020-05-22dendritejs tweaks for persisting sqlite DBs (#1058)Kegsay
2020-05-22Use HTTP APIs when -api specified (#1057)Neil Alexander
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-19Bake in git commit into dendritejs binary (#1048)Kegsay
2020-05-19dendritejs: Persist ed25519 keys in localforage (#1046)Kegsay
2020-05-18bump go-http-js-libp2pKegan Dougal
2020-05-18Latest go-http-js-libp2pKegan Dougal
2020-05-18Add -api flag to monolith (#1044)Neil Alexander
2020-05-14Keyserver skeleton (#1032)Neil Alexander
2020-05-11Add PPROFLISTEN (#1019)Neil Alexander
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-29Join room support in federation sender (#989)Neil Alexander
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-04-28Dependency inject the federation client so p2p binaries work as expected (#987)Kegsay
2020-04-28Unbreak the wasm build (#986)Kegsay
2020-04-28Implement backfill in the roomserver (#983)Kegsay
2020-04-28Loopback event from invite response (#982)Neil Alexander
2020-04-22Fix sarama import URLs (#856)Neil Alexander
2020-04-22LRU cache for room versions in RS query API (#976)Neil Alexander
2020-04-20Perspective key fetching, some federation room join fixes (#975)Neil Alexander
2020-04-14WIP: Add libp2p-go (#956)Hilmar Gústafsson
2020-04-14S7evinK: basicauth metrics (#961)Kegsay
2020-04-03use custom http client instead of the http DefaultClient (#823)Ben B
2020-03-30Implement typing over federation (#949)Kegsay
2020-03-30Rename the typing server to EDU server (#948)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-19p2p: Implement published rooms (#923)Kegsay
2020-03-18maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)Abhinav Krishna C K
2020-03-17Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)Neil Alexander
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-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-01-24Wire up publicroomsapi for roomserver events (#851)Neil Alexander
2020-01-23CS API: Support for /messages, fixes for /sync (#847)Neil Alexander