aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendritejs
AgeCommit message (Expand)Author
2020-12-18Fix #1655 by re-adding the appservice alias query (#1660)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-10-15Start Kafka connections for each component that needs them (#1527)Neil Alexander
2020-10-09Update federation timeouts (#1504)Neil Alexander
2020-10-07Rename serverkeyapi to signingkeyserver (#1492)Kegsay
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-17Add SkipClean and UseEncodedPaths to intermediate routers (#1275)Neil Alexander
2020-08-13API setup refactoring (#1266)Neil Alexander
2020-08-10Prefix-defined Kafka topics (#1254)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-03Implement ExtraPublicRoomsProvider for p2p demos (#1180)Kegsay
2020-07-02Remove publicroomsapi (#1176)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-06-30Remove membership table from account DB (#1172)Kegsay
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-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-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-10Remove unused UserUpdates producer (#1109)Kegsay
2020-06-09Factor out how monolith routes get added (#1107)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-06-04Refactor how federationsender gets created (#1095)Kegsay
2020-06-04s/Base64String/Base64Bytes/g (#1093)Kegsay
2020-06-02Only store our own aliases in publicroomsapi (#1081)Kegsay
2020-06-02Remove p2p log linesKegan Dougal
2020-06-01Add a way to force federationsender to retry sending transactions (#1077)Kegsay
2020-06-01Send-to-device support (#1072)Neil Alexander
2020-05-29p2p: de-dupe and shuffle public rooms; implement keydb (#1074)Kegsay
2020-05-27Server key component (#1050)Neil Alexander
2020-05-22dendritejs tweaks for persisting sqlite DBs (#1058)Kegsay
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-19Bake in git commit into dendritejs binary (#1048)Kegsay
2020-05-19dendritejs: Persist ed25519 keys in localforage (#1046)Kegsay
2020-05-18bump go-http-js-libp2pKegan Dougal
2020-05-18Latest go-http-js-libp2pKegan Dougal
2020-05-18Add -api flag to monolith (#1044)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander