aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-12Add trace logging to RoomserverInternalAPI (#1120)Kegsay
2020-06-12More key tweaks (#1116)Neil Alexander
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-11Remove unused internal APIs (#1117)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-10Remove federationsender producer, which in fact was not a producer (#1115)Kegsay
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-10Use ServerKeyAPI as keyring (#1110)Neil Alexander
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-08Update gomatrixserverlibNeil Alexander
2020-06-05Nuke old Docker stuff (#1104)Neil Alexander
2020-06-05More flexible caching (#1101)Neil Alexander
2020-06-05Use AuthChainProvider to try and speed up federated joins (#1100)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-04Add key validity fetching to server key API (#1094)Neil Alexander
2020-06-04Refactor how federationsender gets created (#1095)Kegsay
2020-06-04Update gomatrixserverlibNeil Alexander
2020-06-04s/Base64String/Base64Bytes/g (#1093)Kegsay
2020-06-04Add ParseFileURI and use it when dealing with file URIs (#1088)Kegsay
2020-06-04Fix #632 and send spec-compliant transactions to the AS (#1091)Kegsay
2020-06-04Encode v3 event IDs correctly (#1090)Kegsay
2020-06-04Update are-we-synapse-yet (#1092)Neil Alexander
2020-06-04Don't reset counters before successful outgoing federation request (#1089)Neil Alexander
2020-06-04Enable room version 6 (#1087)Neil Alexander
2020-06-03Update DendriteJS.DockerfileKegsay
2020-06-02Adds support for adding a proxy to the HTTP Client from the config (#1055)Aiden McClelland
2020-06-02Remove ENV to avoid confusionKegsay
2020-06-02Delegate responsibility for marking room versions as supported/stable to goma...Neil Alexander
2020-06-02Sort public rooms again by member count (#1083)Kegsay
2020-06-02Only store our own aliases in publicroomsapi (#1081)Kegsay
2020-06-02Reset backoff on incoming federation (#1080)Neil Alexander
2020-06-02Use gomatrixserverlib device structs (#1079)Neil Alexander
2020-06-02Remove p2p log linesKegan Dougal
2020-06-02Return correct error to LookupRoomAliasNeil Alexander
2020-06-01Unbreak dendritejsKegan 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-29Add Dockerfile for building p2p riotKegan Dougal