aboutsummaryrefslogtreecommitdiff
path: root/federationsender
AgeCommit message (Expand)Author
2020-08-10Prefix-defined Kafka topics (#1254)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-07Backoff fixes (#1250)Neil Alexander
2020-08-07Tweak log levels of some federation logging (#1248)Neil Alexander
2020-08-06Yggdrasil demo updates (#1241)Neil Alexander
2020-08-05SelectJoinedHostsForRooms should use QueryVariadic on SQLite (#1238)Neil Alexander
2020-08-04Unbreak postgresKegan Dougal
2020-08-04Send device list updates to servers (outbound only) (#1237)Kegsay
2020-07-23Add UNIQUE constraint to blacklist table (#1216)Neil Alexander
2020-07-22Persistent federation sender blacklist (#1214)Neil Alexander
2020-07-20Remove debug linesNeil Alexander
2020-07-20Deduplicate FS database, EDU persistence table (#1207)Neil Alexander
2020-07-16Yggdrasil demo updates ("Bare QUIC")Neil Alexander
2020-07-14Send-to-device messages over federation (#1198)Neil Alexander
2020-07-10Yggdrasil demo updatesNeil Alexander
2020-07-09Use TransactionWriter to reduce database lock issues on SQLite (#1192)Neil Alexander
2020-07-09Reduce federation sender wedges (#1191)Neil Alexander
2020-07-08Handle case where pendingPDUs might get out of sync for some reasonNeil Alexander
2020-07-08Squashed commit of the following:Neil Alexander
2020-07-07Fix buildNeil Alexander
2020-07-07Fix error handling in federationsenderNeil Alexander
2020-07-07 bugfix: continue sending PDUs if ones are added whilst sending another PDU (...Kegsay
2020-07-03Wake up destination queues more aggressively (#1183)Neil Alexander
2020-07-03Hydrate destination queues at startup (#1179)Neil Alexander
2020-07-02Yggdrasil+QUIC demo, federation sender tweaks (#1177)Neil Alexander
2020-07-01Persistent federation sender queues (PDUs) (#1173)Neil Alexander
2020-06-25Return remote errors from FS.PerformJoin (#1164)Kegsay
2020-06-12Minor perf/debugging improvements (#1121)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-12Add trace logging to RoomserverInternalAPI (#1120)Kegsay
2020-06-11Roomserver API changes (#1118)Kegsay
2020-06-11Remove unused internal APIs (#1117)Kegsay
2020-06-10Remove federationsender producer, which in fact was not a producer (#1115)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-06-05Use AuthChainProvider to try and speed up federated joins (#1100)Neil Alexander
2020-06-04Refactor how federationsender gets created (#1095)Kegsay
2020-06-04Add ParseFileURI and use it when dealing with file URIs (#1088)Kegsay
2020-06-04Don't reset counters before successful outgoing federation request (#1089)Neil Alexander
2020-06-01Add a way to force federationsender to retry sending transactions (#1077)Kegsay
2020-05-29fedsender: de-duplicate without sorting server names (#1073)Kegsay
2020-05-27Read batches from incoming channels (#1067)Neil Alexander
2020-05-26Miscellaneous fixes (#1060)Neil Alexander
2020-05-22Fix API pathsNeil 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-18Add -api flag to monolith (#1044)Neil Alexander
2020-05-15Don't prematurely stop trying to join using servers (#1041)Neil Alexander
2020-05-07Fix 'input to Unique() must be sorted' panicNeil Alexander
2020-05-07Improve federation sender performance, implement backoff and blacklisting, fi...Neil Alexander