summary refs log tree commit diff
path: root/synapse/http/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace client_secret with <redacted> in server logs (#6158)Andrew Morgan2019-10-031-2/+4
| | | Replace `client_secret` query parameter values with `<redacted>` in the logs. Prevents a scenario where a MITM of server traffic can horde 3pids on their account.
* Run Black. (#5482)Amber Brown2019-06-201-5/+4
|
* Fix TaskStopped exceptions when outbound requests time out (#4690)Richard van der Hoff2019-02-201-0/+15
|
* redact betterAmber Brown2018-09-141-2/+2
|
* factor out uri redaction into a method on httpMichael Telatynski2018-06-051-0/+13
|
* add missing param to cancelled_to_request_timed_out_errorRichard van der Hoff2018-05-021-1/+1
| | | | This gets two arguments, not one.
* Backport deferred.addTimeoutRichard van der Hoff2018-04-271-1/+1
| | | | Twisted 16.0 doesn't have addTimeout, so let's backport it.
* Use deferred.addTimeout instead of time_bound_deferredRichard van der Hoff2018-04-231-0/+22
| | | | This doesn't feel like a wheel we need to reinvent.
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Fix pep8 warningsMark Haines2014-10-301-1/+0
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+14