summary refs log tree commit diff
path: root/synapse/http/federation/well_known_resolver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-v1.20.0' into matrix-org-hotfixesRichard van der Hoff2020-09-071-2/+2
|\
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2020-09-031-26/+31
|\|
| * Convert the well known resolver to async (#8214)Patrick Cloke2020-09-011-26/+31
* | Merge branch 'develop' into matrix-org-hotfixesPatrick Cloke2020-08-271-3/+2
|\|
| * Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-191-3/+2
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2020-06-171-2/+15
|\|
| * Include a user agent in federation requests. (#7677)Patrick Cloke2020-06-161-2/+15
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-09-041-1/+1
|\|
| * Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesErik Johnston2019-08-291-36/+150
|\|
| * 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
* | Temporary fix to ensure kde can contact matrix.org if stuff breaksBrendan Abolivier2019-08-131-0/+4
|/
* 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