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-19
User API polylith component (#1151)
Neil Alexander
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay
2020-06-16
Make syncapi use userapi (#1136)
Kegsay
2020-06-16
Make federationapi use userapi (#1135)
Kegsay
2020-06-16
Fix media API for demos and possibly Synapse (#1134)
Neil Alexander
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-16
More server key updates, tests (#1129)
Neil Alexander
2020-06-15
Fix rooms v3 url paths for good - with tests (#1130)
Kegsay
2020-06-15
Current wiring (#1125)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-12
More key tweaks (#1116)
Neil Alexander
2020-06-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay
2020-06-10
Remove unused UserUpdates producer (#1109)
Kegsay
2020-06-09
Factor out how monolith routes get added (#1107)
Kegsay
2020-06-05
More flexible caching (#1101)
Neil Alexander
2020-06-05
General cleanup when making components (#1098)
Kegsay
2020-06-04
Convert serverkeys to inthttp (#1097)
Kegsay
2020-06-04
Convert everything but serverkeyapi to inthttp (#1096)
Kegsay
2020-06-04
Refactor how federationsender gets created (#1095)
Kegsay
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