aboutsummaryrefslogtreecommitdiff
path: root/federationsender
AgeCommit message (Expand)Author
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
2020-05-04Roomserver perform leave (#1004)Neil Alexander
2020-05-04Roomserver perform join (#1001)Neil Alexander
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-05-01Rename FS queue package to internal (#997)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-04-29Join room support in federation sender (#989)Neil Alexander
2020-04-29Federation sender API remodel (#988)Neil Alexander
2020-04-28Loopback event from invite response (#982)Neil Alexander
2020-04-24More invite support (#979)Neil Alexander
2020-04-22Fix sarama import URLs (#856)Neil Alexander
2020-04-16Add SQL tracing via DENDRITE_TRACE_SQL (#968)Kegsay
2020-04-03Invites v2 endpoint (#952)Neil Alexander
2020-04-03use custom http client instead of the http DefaultClient (#823)Ben B
2020-03-30Implement typing over federation (#949)Kegsay
2020-03-30Rename the typing server to EDU server (#948)Kegsay
2020-03-27Further room version wiring (#936)Neil Alexander
2020-03-18Log errors from rows.Close (#920)Prateek Sachan
2020-03-17Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)Neil Alexander
2020-03-16Implement gomatrixserverlib.HeaderedEvent in roomserver query API (#912)Neil Alexander
2020-03-06Add peer-to-peer support into Dendrite via libp2p and fetch (#880)Kegsay
2020-02-28Make sure PDUs and EDUs in transaction don't marshal to null (#876)Neil Alexander
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Always defer *sql.Rows.Close and consult with Err (#844)Kiril Vladimiroff
2020-01-09Fix #842 - again...Neil Alexander
2020-01-09Fix #842Neil Alexander
2020-01-09Fall back to postgres when database connection string parsing fails (#842)Neil Alexander
2020-01-03Implement storage interfaces (#841)Neil Alexander
2019-12-20Return server names (#833)Neil Alexander
2019-08-24Set up queryAPI in federationsender (#791)Alex Chen
2019-08-22Add joined hosts query APIs (#781)Alex Chen
2019-08-06Replace membership and visibility values with constants (#774)Alex Chen
2019-07-01Don't print Sending EDU if there is noone to send to (#721)Andrew Morgan
2019-05-21use go module for dependencies (#594)ruben