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
/
internal
Age
Commit message (
Expand
)
Author
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
Kegsay
2020-06-04
Encode v3 event IDs correctly (#1090)
Kegsay
2020-06-02
Adds support for adding a proxy to the HTTP Client from the config (#1055)
Aiden McClelland
2020-06-02
Reset backoff on incoming federation (#1080)
Neil Alexander
2020-06-01
Fix pg user already exists (#1076)
S7evinK
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-27
Server key component (#1050)
Neil Alexander
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-25
Use Opaque in addition to Path to set naffka DB names
Kegan Dougal
2020-05-22
Define path prefixes in a package that doesn't create import cycles
Neil Alexander
2020-05-22
Fix API paths
Neil Alexander
2020-05-22
Fix internal HTTP API calls
Neil Alexander
2020-05-22
dendritejs tweaks for persisting sqlite DBs (#1058)
Kegsay
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
2020-04-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay