summary refs log tree commit diff
path: root/synapse/federation/send_queue.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert `*StreamRow` classes to inner classes (#7116)Richard van der Hoff2020-03-231-1/+1
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-2/+2
* Remove unused DeviceRow class (#6800)Erik Johnston2020-01-291-20/+1
* Fix race in federation sender that delayed device updates. (#6799)Erik Johnston2020-01-291-29/+3
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-1/+3
* Port receipt and read markers to async/waitErik Johnston2019-10-291-1/+3
* Run Black. (#5482)Amber Brown2019-06-201-73/+72
* Use event streams to calculate presenceErik Johnston2019-03-271-2/+71
* Rename and move the classesRichard van der Hoff2019-03-131-7/+7
* Move client receipt processing to federation sender worker.Richard van der Hoff2019-03-131-0/+9
* Avoid rebuilding Edu objects in worker mode (#4770)Richard van der Hoff2019-03-041-7/+7
* fix #3445Krombel2018-08-291-2/+2
* Remove pdu_failures from transactionsTravis Ralston2018-07-301-62/+1
* run isortAmber Brown2018-07-091-7/+7
* federation/send_queue.py: fix usage of sortedcontainers.SortedDictIvan Shapovalov2018-06-061-27/+22
* Port to sortedcontainers (with tests!) (#3332)Amber Brown2018-06-061-7/+7
* federation/send_queue.py: fix usage of LaterGaugeIvan Shapovalov2018-06-031-1/+1
* Consistently use six's iteritems and wrap lazy keys/values in list() if they'...Amber Brown2018-05-311-1/+1
* cleanupAmber Brown2018-05-221-3/+2
* replacing portionsAmber Brown2018-05-211-6/+2
* Use six.itervalues in some placesAdrian Tschira2018-04-151-6/+8
* Revert "Use sortedcontainers instead of blist"Richard van der Hoff2018-04-131-7/+7
* Use sortedcontainers instead of blistVincent Breitmoser2018-04-101-7/+7
* Merge pull request #2115 from matrix-org/erikj/dedupe_federation_replErik Johnston2017-04-121-35/+34
|\
| * CommentErik Johnston2017-04-111-1/+7
| * CommentsErik Johnston2017-04-111-7/+7
| * Reduce federation presence replication trafficErik Johnston2017-04-101-27/+20
* | Add some commentsErik Johnston2017-04-121-0/+15
* | Use generatorsErik Johnston2017-04-101-2/+2
* | Dedupe KeyedEdu and Devices federation repl trafficErik Johnston2017-04-101-6/+9
|/
* Rename variableErik Johnston2017-04-101-7/+7
* Revert to sending the same data type as beforeErik Johnston2017-04-101-2/+2
* Change nameErik Johnston2017-04-101-2/+2
* CommentsErik Johnston2017-04-101-4/+6
* CommentErik Johnston2017-04-071-2/+15
* Add loggingErik Johnston2017-04-071-0/+8
* Fix up federation SendQueue and document typesErik Johnston2017-04-071-26/+220
* Don't double json encode federation replication dataErik Johnston2017-04-051-10/+9
* Make federation send queue take the current positionErik Johnston2017-03-301-15/+25
* Notify on new federation trafficErik Johnston2017-03-271-0/+7
* Explicit federation ackErik Johnston2016-11-231-2/+11
* CommentsErik Johnston2016-11-211-0/+2
* Add some metricsErik Johnston2016-11-211-48/+68
* CommentsErik Johnston2016-11-211-0/+26
* Remove explicit calls to send_pduErik Johnston2016-11-211-4/+0
* Handle sending events and device messages over federationErik Johnston2016-11-171-7/+31
* Hook up the send queue and create a federation sender workerErik Johnston2016-11-161-21/+68
* Add initial cut of federation send queueErik Johnston2016-11-161-0/+174