summary refs log tree commit diff
path: root/synapse/util/distributor.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Use `ParamSpec` in a few places (#12667)David Robertson2022-05-091-6/+23
* Add most missing type hints to synapse.util (#11328)Patrick Cloke2021-11-161-5/+6
* Add types to synapse.util. (#10601)reivilibre2021-09-101-11/+12
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Allow spam-checker modules to be provide async methods. (#8890)David Teller2020-12-111-5/+2
* Remove some unused distributor signals (#8216)Patrick Cloke2020-09-091-42/+8
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* Convert device handler to async/await (#7871)Patrick Cloke2020-07-171-2/+26
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-17/+12
* comment about user_joined_roomRichard van der Hoff2019-05-141-0/+1
* Make Distributor run its processes as a background processRichard van der Hoff2018-07-181-26/+18
* Run things as background processesRichard van der Hoff2018-07-181-0/+4
* Remove preserve_context_over_{fn, deferred}Richard van der Hoff2017-11-141-15/+7
* Remove registered_users from the distributor.Mark Haines2016-06-171-4/+0
* Move all the wrapper functions for distributor.fireMark Haines2016-04-081-1/+21
* Fix up logcontextsErik Johnston2016-02-081-6/+9
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Make distributer.fire work as it didErik Johnston2015-05-121-20/+30
* Fix up leak. Add warnings.Erik Johnston2015-05-081-24/+21
* Update copyright noticesMark Haines2015-01-061-1/+1
* Supply auth_chain along with current state in '/state/', fetch auth events fr...Mark Haines2014-12-181-1/+1
* Replace distributor deferred list, with a simple for loop until I understand ...Mark Haines2014-12-181-6/+6
* Add a few missing yields, Move deferred lists inside PreserveLoggingContext b...Mark Haines2014-11-201-19/+24
* Fix pep8 warningsMark Haines2014-10-301-1/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Allow optional non-suppression of exceptions through the DistributorPaul "LeoNerd" Evans2014-09-031-4/+13
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+108