summary refs log tree commit diff
path: root/synapse/federation/sender/transaction_manager.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+5
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Debug for device lists updates (#11760)David Robertson2022-01-201-0/+12
* Annotate `log_function` decorator (#10943)reivilibre2021-10-271-1/+0
* Convert Transaction and Edu object to attrs (#10542)Patrick Cloke2021-08-061-4/+5
* remove `HomeServer.get_config` (#9815)Richard van der Hoff2021-04-141-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Don't go into federation catch up mode so easily (#9561)Erik Johnston2021-03-151-34/+14
* Replace `last_*_pdu_age` metrics with timestamps (#9540)Richard van der Hoff2021-03-041-6/+5
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Add prometheus metrics to track federation delays (#8430)Richard van der Hoff2020-10-011-0/+22
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Remove obsolete order field in `send_new_transaction` (#8245)reivilibre2020-09-031-13/+13
* Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-191-3/+2
* Fix typing for notifier (#8064)Erik Johnston2020-08-121-2/+5
* Remove obsolete comment.Olivier Wilkinson (reivilibre)2020-07-161-2/+0
* Fix catchup-on-reconnect for the Federation Stream (#7374)Richard van der Hoff2020-05-051-2/+4
* Add typing to synapse.federation.sender (#6871)Erik Johnston2020-02-071-7/+9
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-2/+2
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-2/+2
* use access methods (duh..)Jorik Schellekens2019-09-051-1/+3
* Link the send loop with the edus contextsJorik Schellekens2019-09-051-3/+8
* Propagate opentracing contexts through EDUs (#5852)Jorik Schellekens2019-08-221-73/+97
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* remove dead transaction persist code (#5622)Richard van der Hoff2019-07-051-9/+0
* Run Black. (#5482)Amber Brown2019-06-201-20/+18
* Rename and move the classesRichard van der Hoff2019-03-131-0/+147