summary refs log tree commit diff
path: root/synapse/http/matrixfederationclient.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-24/+24
* Attempt to be more performant on PyPy (#3462)Amber Brown2018-06-281-2/+1
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-2/+3
* Merge pull request #3276 from matrix-org/dbkr/unbindDavid Baker2018-06-111-2/+23
|\
| * pep8David Baker2018-06-061-3/+3
| * More doc fixesDavid Baker2018-06-061-2/+2
| * fix pep8David Baker2018-06-051-3/+5
| * doc fixesDavid Baker2018-06-051-6/+6
| * DocstringDavid Baker2018-06-041-0/+14
| * Merge remote-tracking branch 'origin/develop' into dbkr/unbindDavid Baker2018-05-241-3/+5
| |\
| * | Hit the 3pid unbind endpoint on deactivationDavid Baker2018-05-231-2/+7
* | | Merge remote-tracking branch 'origin/develop' into 3218-official-promAmber Brown2018-05-281-3/+5
|\ \ \ | | |/ | |/|
| * | Replace some more comparisons with sixAdrian Tschira2018-05-191-3/+5
| |/
* | cleanupAmber Brown2018-05-221-2/+4
* | replacing portionsAmber Brown2018-05-211-10/+4
|/
* Merge pull request #3108 from NotAFile/py3-six-urlparseRichard van der Hoff2018-04-301-2/+1
|\
| * Use six.moves.urlparseAdrian Tschira2018-04-151-2/+1
* | Backport deferred.addTimeoutRichard van der Hoff2018-04-271-3/+4
* | Use deferred.addTimeout instead of time_bound_deferredRichard van der Hoff2018-04-231-17/+18
|/
* use PUT instead of POST for federating groups/m.join_policyKrombel2018-04-061-1/+5
* Add federation_domain_whitelist option (#2820)Matthew Hodgson2018-01-221-1/+27
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Merge branch 'develop' into erikj/groups_mergedDavid Baker2017-10-021-7/+6
|\
| * Improve logging of failures in matrixfederationclientRichard van der Hoff2017-09-281-7/+6
* | Add DELETEErik Johnston2017-07-181-0/+46
* | Add 'args' param to post_jsonErik Johnston2017-07-181-9/+15
|/
* Fix some lies, and other clarifications, in docstringsRichard van der Hoff2017-04-211-7/+14
* try not to drop context after federation requestsRichard van der Hoff2017-03-231-12/+16
* Ignore backoff history for invites, aliases, and roomdirsRichard van der Hoff2017-03-231-7/+26
* push federation retry limiter down to matrixfederationclientRichard van der Hoff2017-03-231-101/+127
* MatrixFederationHttpClient: clean upRichard van der Hoff2017-03-231-17/+24
* Fix routing loop when fetching remote mediaRichard van der Hoff2017-03-131-3/+12
* Respect long_retries param and default to offErik Johnston2016-12-291-2/+2
* Clean upErik Johnston2016-12-291-5/+0
* Wrap connections in an N minute timeout to ensure they get reaped correctlyErik Johnston2016-12-291-1/+7
* More intelligent Content-Type parsingRichard van der Hoff2016-11-301-18/+30
* Add a timeout parameter for end2end key queries.Mark Haines2016-09-121-2/+9
* Clean up TransactionQueueErik Johnston2016-08-101-3/+1
* Fix flake8 warnings for new flake8Daniel Wagner-Hall2016-02-021-1/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix typoErik Johnston2015-11-201-2/+2
* Don't limit connections to perspective serversErik Johnston2015-11-201-1/+4
* Use min and not max to set an upper bound on retry intervalErik Johnston2015-11-201-2/+2
* Add commentErik Johnston2015-11-171-0/+2
* Only retry federation requests for a long time for background requestsErik Johnston2015-11-171-7/+19
* Implement required method 'resumeProducing'Erik Johnston2015-11-171-0/+3
* Slightly more aggressive retry timers at HTTP levelErik Johnston2015-11-171-2/+3
* Retry dead servers a lot less oftenErik Johnston2015-11-021-2/+8
* Allow configuration to ignore invalid SSL certsDaniel Wagner-Hall2015-09-091-2/+2
* Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-241-2/+2
* PEP8Erik Johnston2015-08-131-1/+0
* Merge branch 'develop' into markjh/twisted-15Mark Haines2015-08-121-68/+77
|\
| * Fix log context when sending requestsErik Johnston2015-06-191-28/+30
| * Remove stale debug linesErik Johnston2015-06-191-10/+0
| * Add IDs to outbound transactionsErik Johnston2015-06-191-53/+71
* | Use Twisted-15.2.1, Use Agent.usingEndpointFactory rather than implement our ...Mark Haines2015-06-011-50/+25
|/
* Correctly pass connection pool parameterErik Johnston2015-05-281-1/+1
* Up maxPersistentPerHost countErik Johnston2015-05-281-0/+1
* Use connection pool for federation connectionsErik Johnston2015-05-281-2/+3
* Add doc stringsErik Johnston2015-05-221-0/+3
* Add a timeout param to get_eventErik Johnston2015-05-191-5/+8
* Change the way we do logging contexts so that they survive divergencesErik Johnston2015-05-081-16/+16
* Appease pep8Paul "LeoNerd" Evans2015-03-121-3/+7
* Use _ instead of . as a metric namespacing separator, for PrometheusPaul "LeoNerd" Evans2015-03-121-2/+2
* Rename Metrics' "keys" to "labels"Paul "LeoNerd" Evans2015-03-121-2/+2
* Add vector counters to HTTP clients and servers; count the requests by method...Paul "LeoNerd" Evans2015-03-121-3/+25
* Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.7.1Erik Johnston2015-02-181-2/+2
|\
| * Use git aware version string in User-Agent and Server headersErik Johnston2015-02-181-2/+2
* | Don't convert DNSLookupError to a 4xx SynapseErrorErik Johnston2015-02-181-1/+1
|/
* Add .__name__ after type(e)Erik Johnston2015-02-181-2/+2
* Fix up ResponseNeverReceived to strErik Johnston2015-02-181-9/+11
* strings.join() expects iterable of stringsErik Johnston2015-02-181-1/+1
* Remove unused importErik Johnston2015-02-171-1/+0
* Make matrixfederationclient log more nicelyErik Johnston2015-02-171-11/+12
* Merge pull request #61 from matrix-org/timeout-federation-requestsErik Johnston2015-02-111-1/+7
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into timeout-federati...Erik Johnston2015-02-111-5/+73
| |\
| * | PEP8Erik Johnston2015-02-111-1/+0
| * | Move time_bound_deferred into ClockErik Johnston2015-02-111-3/+2
| * | Time out HTTP federation requestsErik Johnston2015-02-101-2/+9
* | | Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
| |/ |/|
* | Return body of response in HttpResponseExceptionErik Johnston2015-02-061-1/+2
* | Apply sanity to the transport client interface. Convert 'make_join' and 'send...Erik Johnston2015-02-041-6/+36
* | Make post_json(...) actually send data.Erik Johnston2015-01-291-1/+1
* | Add post_json(...) method to federation clientErik Johnston2015-01-291-0/+37
* | Finish renaming "context" to "room_id" in federation codebaseMark Haines2015-01-161-1/+0
|/
* Update copyright noticesMark Haines2015-01-061-1/+1
* Include version in User-Agent and Server headersMark Haines2014-12-221-1/+3
* Limit the size of images that are thumbnailed serverside. Limit the size of f...Mark Haines2014-12-111-6/+19
* Merge branch 'develop' into media_repositoryMark Haines2014-12-101-9/+26
|\
| * turn back on per-request transaction retries, so that every time we try to hi...Matthew Hodgson2014-12-101-4/+3
| * Code style.Erik Johnston2014-12-101-8/+21
| * add errbacks to enqueue_pdu deferreds; change logging for failed federation s...Matthew Hodgson2014-12-101-2/+2
| * squidge to 79 columns as per pep8Matthew Hodgson2014-12-101-3/+4
| * track replication destination health, and perform exponential back-off when s...Matthew Hodgson2014-12-071-6/+10
* | Implement download support for media_repositoryMark Haines2014-12-041-5/+68
|/
* Fix pep8 and pyflakes warningsMark Haines2014-11-201-3/+3
* Separate out the matrix http client completely because just about all of its ...David Baker2014-11-201-0/+308