aboutsummaryrefslogtreecommitdiff
path: root/federationapi/queue
AgeCommit message (Expand)Author
2024-05-01Take advantage of changes in recent Go versions (#3361)0x1a8510f2
2024-04-09Don't attempt to send transactions if Dendrite is shutting down (#3356)Till
2024-02-28Make usage of relays optional, avoid DB roundtrips (#3337)Till
2023-11-22Update ACLs when received as outliers (#3008)Till
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-24Move fedclient interface over to gmsl (#3061)devonh
2023-04-21Implement new RoomVersionImpl API (#3062)kegsay
2023-04-20refactor: funnel event creation through room versions (#3060)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-01-28Relay integration to pinecone demos (#2955)devonh
2023-01-23Initial Store & Forward Implementation (#2917)devonh
2022-12-22Add federation peeking table tests (#2920)Till
2022-11-18Add p2p wakeup broadcast handling to pinecone demos (#2841)devonh
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-10-26Associate events in db before queueing them to send (#2833)devonh
2022-10-26Initial support for multiple server names (#2829)Neil Alexander
2022-10-21Optimize inserting pending PDUs/EDUs (#2821)Till
2022-10-20Fix flakey queue test (#2818)devonh
2022-10-20Fix race conditionTill Faelligen
2022-10-19Refactor Federation Destination Queues (#2807)devonh
2022-10-13Revert "Federation backoff fixes and tests (#2792)"Neil Alexander
2022-10-13Federation backoff fixes and tests (#2792)devonh
2022-10-10Send E2EE related errors to sentry (#2784)Till
2022-09-20Update dependencies (#2729)Neil Alexander
2022-08-09Add housekeeping function to delete old/expired EDUs (#2399)Till
2022-08-05Only create a new destinationQueue if we don't have one (#2620)Till
2022-05-17bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)kegsay
2022-04-27Fix graceful shutdownNeil Alexander
2022-04-25Only call key update process functions if there are updates, don't send thing...Neil Alexander
2022-04-25Store the EDU type in the database (#2370)Till
2022-04-04Slower federation warm-up (#2320)Neil Alexander
2022-02-11Remove FederationDisabled error type (#2174)S7evinK
2022-02-08Demote logging entry for backoffNeil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander