summary refs log tree commit diff
path: root/synapse/http/federation/well_known_resolver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of "untyped defs" (#12716)David Robertson2022-05-121-3/+3
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-7/+6
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-291-4/+6
* Fix additional type hints. (#9543)Patrick Cloke2021-03-091-1/+2
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Add a maximum size for well-known lookups. (#8950)Patrick Cloke2020-12-161-2/+23
* Add type hints to matrix federation client / agent. (#8806)Patrick Cloke2020-11-251-8/+8
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
* Use slots in attrs classes where possible (#8296)Patrick Cloke2020-09-141-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* Convert the well known resolver to async (#8214)Patrick Cloke2020-09-011-26/+31
* Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-191-3/+2
* Include a user agent in federation requests. (#7677)Patrick Cloke2020-06-161-2/+15
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Change jitter to be a factor rather than absolute valueErik Johnston2019-08-201-11/+12
* Fixup changelog and remove debug loggingErik Johnston2019-08-161-4/+1
* Retry well known on fail.Erik Johnston2019-08-151-22/+100
* Retry well-known lookup before expiry.Erik Johnston2019-08-131-22/+60
* Make default well known cache global again.Erik Johnston2019-08-131-1/+4
* Move well known lookup into a separate clasErik Johnston2019-08-071-0/+184