aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-18Add -api flag to monolith (#1044)Neil Alexander
2020-05-15Only keep keys valid for 100 years rather than the heat death of the universeKegan Dougal
2020-05-15Set canonical alias on room creation (#1042)Kegsay
2020-05-15Prometheus metrics for LRU cache (#1039)Neil Alexander
2020-05-15Implement key caching directly (#1038)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-29Federation sender API remodel (#988)Neil Alexander
2020-04-28Fix URLDecodeMapValues (#984)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-19Fix nil http clients provided to components in polylith mode (#973)Alex Chen
2020-04-17Allow anyone to publish rooms (#971)Kegsay
2020-04-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
2020-04-15Add HTTP trace logging (#965)Kegsay
2020-04-14Move /room/{roomID}/state endpoints into client API (#606) (#962)Neil Alexander
2020-04-14S7evinK: basicauth metrics (#961)Kegsay
2020-04-14support non-exclusive namespaces for AS (#828)mohit kumar singh
2020-04-09Federation for v3/v4 rooms (#954)Neil Alexander
2020-04-03use custom http client instead of the http DefaultClient (#823)Ben B
2020-03-30Rename the typing server to EDU server (#948)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-18maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)Abhinav Krishna C K
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-09Improve logging when sending events (#883)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-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-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2020-01-25Store our own keys in the keydb (#853)Neil Alexander
2020-01-09Fix #842 - again...Neil Alexander
2020-01-09Fall back to postgres when database connection string parsing fails (#842)Neil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander
2019-12-17Replace deprecated prometheus.InstrumentHandler and unsafe time.TickerAndrew Morgan
2019-10-04Add AppService to test config and bind addrs (#800)Andrew Morgan
2019-10-02patch dendrite microservices with bind config (#795)aditsachde
2019-10-02Add missing servers field in /directory/room/:alias response (#732)Alex Chen
2019-08-16Error when recaptcha enabled with empty configs (#786)Parminder Singh
2019-08-16Replace event content types with ones in gomatrixserverlib (#785)Alex Chen
2019-08-15Add auth fallback endpoint (#405)Parminder Singh
2019-08-07Implement profile retrieval over federation (#726)Alex Chen
2019-08-06Fix transaction IDs in transaction cache have global scope (#772)Alex Chen
2019-07-24Implement room creation content (#754)Alex Chen
2019-07-24Add filepath and function name to log output (#755)Andrew Morgan