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
/
cmd
/
dendrite-monolith-server
/
main.go
Age
Commit message (
Expand
)
Author
2020-08-07
Allow enforcing X.509 certificate validity (MSC1711) (#1249)
Neil Alexander
2020-08-04
Send device list updates to servers (outbound only) (#1237)
Kegsay
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-07-23
keyserver: produce key change events (#1218)
Kegsay
2020-07-22
Handle inbound federation E2E key queries/claims (#1215)
Kegsay
2020-07-21
Perform outbound federation hits for querying/claiming E2E keys (#1212)
Kegsay
2020-07-15
Implement key uploads (#1202)
Kegsay
2020-07-13
Add boilerplate for key server APIs (#1196)
Kegsay
2020-07-02
Remove publicroomsapi (#1176)
Kegsay
2020-06-30
Remove membership table from account DB (#1172)
Kegsay
2020-06-16
BREAKING: Make eduserver/appservice use userapi (#1138)
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-15
Unbreak HTTP mode (#1131)
Kegsay
2020-06-15
Fix rooms v3 url paths for good - with tests (#1130)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-12
Add trace logging to RoomserverInternalAPI (#1120)
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
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
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-02
Only store our own aliases in publicroomsapi (#1081)
Kegsay
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-27
Server key component (#1050)
Neil Alexander
2020-05-22
Fix monolith room server-federation sender connection
Neil Alexander
2020-05-22
Use HTTP APIs when -api specified (#1057)
Neil Alexander
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-18
Add -api flag to monolith (#1044)
Neil Alexander
2020-05-14
Keyserver skeleton (#1032)
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
Join room support in federation sender (#989)
Neil Alexander
2020-04-29
Federation sender API remodel (#988)
Neil Alexander
2020-04-28
Dependency inject the federation client so p2p binaries work as expected (#987)
Kegsay
2020-04-28
Implement backfill in the roomserver (#983)
Kegsay
2020-04-28
Loopback event from invite response (#982)
Neil Alexander
2020-04-20
Perspective key fetching, some federation room join fixes (#975)
Neil Alexander
2020-04-14
WIP: Add libp2p-go (#956)
Hilmar Gústafsson
2020-04-14
S7evinK: basicauth metrics (#961)
Kegsay
2020-03-30
Implement typing over federation (#949)
Kegsay
2020-03-30
Rename the typing server to EDU server (#948)
Kegsay
2020-03-19
p2p: Implement published rooms (#923)
Kegsay
2020-01-24
Wire up publicroomsapi for roomserver events (#851)
Neil Alexander
2020-01-23
CS API: Support for /messages, fixes for /sync (#847)
Neil Alexander
2019-12-20
Return server names (#833)
Neil Alexander
2019-10-02
Add missing servers field in /directory/room/:alias response (#732)
Alex Chen
[next]