index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-18
Add -api flag to monolith (#1044)
Neil Alexander
2020-05-15
Only keep keys valid for 100 years rather than the heat death of the universe
Kegan Dougal
2020-05-15
Set canonical alias on room creation (#1042)
Kegsay
2020-05-15
Prometheus metrics for LRU cache (#1039)
Neil Alexander
2020-05-15
Implement key caching directly (#1038)
Neil Alexander
2020-05-14
Keyserver skeleton (#1032)
Neil Alexander
2020-05-11
Add PPROFLISTEN (#1019)
Neil Alexander
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-04-29
Federation sender API remodel (#988)
Neil Alexander
2020-04-28
Fix URLDecodeMapValues (#984)
Neil Alexander
2020-04-22
Fix sarama import URLs (#856)
Neil Alexander
2020-04-22
LRU cache for room versions in RS query API (#976)
Neil Alexander
2020-04-20
Perspective key fetching, some federation room join fixes (#975)
Neil Alexander
2020-04-19
Fix nil http clients provided to components in polylith mode (#973)
Alex Chen
2020-04-17
Allow anyone to publish rooms (#971)
Kegsay
2020-04-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay
2020-04-15
Add HTTP trace logging (#965)
Kegsay
2020-04-14
Move /room/{roomID}/state endpoints into client API (#606) (#962)
Neil Alexander
2020-04-14
S7evinK: basicauth metrics (#961)
Kegsay
2020-04-14
support non-exclusive namespaces for AS (#828)
mohit kumar singh
2020-04-09
Federation for v3/v4 rooms (#954)
Neil Alexander
2020-04-03
use custom http client instead of the http DefaultClient (#823)
Ben B
2020-03-30
Rename the typing server to EDU server (#948)
Kegsay
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-18
maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)
Abhinav Krishna C K
2020-03-18
Log errors from rows.Close (#920)
Prateek Sachan
2020-03-16
Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)
Neil Alexander
2020-03-09
Improve logging when sending events (#883)
Kegsay
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Always defer *sql.Rows.Close and consult with Err (#844)
Kiril Vladimiroff
2020-02-11
Fix AppService bind addrs in test (#805)
aditsachde
2020-02-11
Pass cfg by reference around the codebase (#819)
Behouba Manassé
2020-01-25
Store our own keys in the keydb (#853)
Neil Alexander
2020-01-09
Fix #842 - again...
Neil Alexander
2020-01-09
Fall back to postgres when database connection string parsing fails (#842)
Neil Alexander
2020-01-03
Implement storage interfaces (#841)
Neil Alexander
2019-12-17
Replace deprecated prometheus.InstrumentHandler and unsafe time.Ticker
Andrew Morgan
2019-10-04
Add AppService to test config and bind addrs (#800)
Andrew Morgan
2019-10-02
patch dendrite microservices with bind config (#795)
aditsachde
2019-10-02
Add missing servers field in /directory/room/:alias response (#732)
Alex Chen
2019-08-16
Error when recaptcha enabled with empty configs (#786)
Parminder Singh
2019-08-16
Replace event content types with ones in gomatrixserverlib (#785)
Alex Chen
2019-08-15
Add auth fallback endpoint (#405)
Parminder Singh
2019-08-07
Implement profile retrieval over federation (#726)
Alex Chen
2019-08-06
Fix transaction IDs in transaction cache have global scope (#772)
Alex Chen
2019-07-24
Implement room creation content (#754)
Alex Chen
2019-07-24
Add filepath and function name to log output (#755)
Andrew Morgan
[next]