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
/
setup
Age
Commit message (
Expand
)
Author
2020-12-02
Add ability to disable federation (#1604)
Neil Alexander
2020-11-16
Add -version flag (#1581)
S7evinK
2020-10-27
Add possibilty to configure MaxMessageBytes for sarama (#1563)
S7evinK
2020-10-20
Internal HTTP APIs over H2C (#1541)
Neil Alexander
2020-10-15
Start Kafka connections for each component that needs them (#1527)
Neil Alexander
2020-10-09
Update federation timeouts (#1504)
Neil Alexander
2020-10-07
Update monolith -api behaviour (#1484)
Neil Alexander
2020-10-07
Rename serverkeyapi to signingkeyserver (#1492)
Kegsay
2020-10-01
Set internal HTTP API timeout to 10 minutes (#1459)
Neil Alexander
2020-10-01
Update HTTP clients (#1457)
Neil Alexander
2020-09-07
Remove current state server (#1405)
Kegsay
2020-09-02
Version imprint (#1383)
Neil Alexander
2020-08-27
Remove device DB from clientapi (#1352)
Kegsay
2020-08-24
Update Naffka (#1295)
Neil Alexander
2020-08-17
Add SkipClean and UseEncodedPaths to intermediate routers (#1275)
Neil Alexander
2020-08-13
Fix Docker builds, polylith components (#1269)
Neil Alexander
2020-08-13
API setup refactoring (#1266)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-08-07
Allow enforcing X.509 certificate validity (MSC1711) (#1249)
Neil Alexander
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay
2020-07-22
Handle inbound federation E2E key queries/claims (#1215)
Kegsay
2020-07-15
Implement key uploads (#1202)
Kegsay
2020-07-13
Add boilerplate for key server APIs (#1196)
Kegsay
2020-07-03
Implement ExtraPublicRoomsProvider for p2p demos (#1180)
Kegsay
2020-07-02
Remove publicroomsapi (#1176)
Kegsay
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-30
Remove membership table from account DB (#1172)
Kegsay
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-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay
2020-06-09
Factor out how monolith routes get added (#1107)
Kegsay