aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2020-07-03Implement ExtraPublicRoomsProvider for p2p demos (#1180)Kegsay
2020-07-02Yggdrasil+QUIC demo, federation sender tweaks (#1177)Neil Alexander
2020-07-02Remove publicroomsapi (#1176)Kegsay
2020-07-02Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...Kegsay
2020-07-01Update Yggdrasil demo peer countNeil Alexander
2020-07-01Fix Yggdrasil gobind build, set display name at registrationNeil Alexander
2020-07-01Persistent federation sender queues (PDUs) (#1173)Neil Alexander
2020-06-30Remove membership table from account DB (#1172)Kegsay
2020-06-25Remove trailing slash in client api proxy (#1163)Ashley Nelson
2020-06-23LintingKegan Dougal
2020-06-23Add instrumented main for coverageKegan Dougal
2020-06-20Add appservices component to docker scripts (#1153)Ashley Nelson
2020-06-19Bind build support, further Yggdrasil demo updates (#1152)Neil Alexander
2020-06-18Fix embed Riot Web into Yggdrasil demoNeil Alexander
2020-06-17Move account/device DBs to userapi (#1141)Kegsay
2020-06-16BREAKING: Make eduserver/appservice use userapi (#1138)Kegsay
2020-06-16Make syncapi use userapi (#1136)Kegsay
2020-06-16Make federationapi use userapi (#1135)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-16More server key updates, tests (#1129)Neil Alexander
2020-06-15Unbreak HTTP mode (#1131)Kegsay
2020-06-15Fix rooms v3 url paths for good - with tests (#1130)Kegsay
2020-06-15Unbreak buildKegan Dougal
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-12Add trace logging to RoomserverInternalAPI (#1120)Kegsay
2020-06-11Fix tiebreak in Yggdrasil demo (uses wrong key)Neil Alexander
2020-06-11Support embedding Riot Web (#1113)Neil Alexander
2020-06-11Update Yggdrasil demo timeouts againNeil Alexander
2020-06-10Yggdrasil demo tweaksNeil Alexander
2020-06-10Improvements to Yggdrasil demo (#1114)Neil Alexander
2020-06-10Remove public appservice routes (#1112)Kegsay
2020-06-10Remove clientapi producers which aren't actually producers (#1111)Kegsay
2020-06-10Yggdrasil-based P2P demo (#1108)Neil Alexander
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-05More flexible caching (#1101)Neil Alexander
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-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-01Fix pg user already exists (#1076)S7evinK
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