aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendrite-monolith-server
AgeCommit message (Expand)Author
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-09-10Added .well-known/matrix/server endpoint (#1988)Ryan W
2021-08-09Cross-signing signature handling (#1965)Neil Alexander
2021-08-04Cross-signing groundwork (#1953)Neil Alexander
2021-08-03Add tracing to user API (#1948)kegsay
2021-07-20Only include go-sqlite3 on the relevant binaries (#1900)Neil Alexander
2021-07-09Implement /_synapse/admin/v1/register (#1911)kegsay
2021-05-24Allow clearing federation blacklist at startup for P2P demosNeil Alexander
2021-01-26Graceful shutdowns (#1734)Neil Alexander
2020-12-18Fix #1655 by re-adding the appservice alias query (#1660)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-19MSC2836: Threading - part one (#1589)Kegsay
2020-10-15Start Kafka connections for each component that needs them (#1527)Neil Alexander
2020-10-07Update monolith -api behaviour (#1484)Neil Alexander
2020-10-07Rename serverkeyapi to signingkeyserver (#1492)Kegsay
2020-10-01Update HTTP clients (#1457)Neil Alexander
2020-09-07Remove current state server (#1405)Kegsay
2020-09-04Remove QueryRoomsForUser from current state server (#1398)Kegsay
2020-09-02Use federation sender for backfill/getting missing events (#1379)Neil Alexander
2020-08-27Remove device DB from clientapi (#1352)Kegsay
2020-08-20Add FederationClient interface to federationsender (#1284)Kegsay
2020-08-13API setup refactoring (#1266)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-07Allow enforcing X.509 certificate validity (MSC1711) (#1249)Neil Alexander
2020-08-04Send device list updates to servers (outbound only) (#1237)Kegsay
2020-07-30Notify clients when devices are deleted (#1233)Kegsay
2020-07-23keyserver: produce key change events (#1218)Kegsay
2020-07-22Handle inbound federation E2E key queries/claims (#1215)Kegsay
2020-07-21Perform outbound federation hits for querying/claiming E2E keys (#1212)Kegsay
2020-07-15Implement key uploads (#1202)Kegsay
2020-07-13Add boilerplate for key server APIs (#1196)Kegsay
2020-07-02Remove publicroomsapi (#1176)Kegsay
2020-06-30Remove membership table from account DB (#1172)Kegsay
2020-06-23LintingKegan Dougal
2020-06-23Add instrumented main for coverageKegan Dougal
2020-06-16BREAKING: Make eduserver/appservice use userapi (#1138)Kegsay
2020-06-16Fix media API for demos and possibly Synapse (#1134)Neil Alexander
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-15Unbreak HTTP mode (#1131)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-12Add trace logging to RoomserverInternalAPI (#1120)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-09Factor out how monolith routes get added (#1107)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-06-05General cleanup when making components (#1098)Kegsay
2020-06-04Convert serverkeys to inthttp (#1097)Kegsay
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
2020-06-04Refactor how federationsender gets created (#1095)Kegsay
2020-06-02Only store our own aliases in publicroomsapi (#1081)Kegsay