Commit Graph

414 Commits (b6d55588e1055ad99d0640b4311551e959de462f)

Author SHA1 Message Date
Amber Brown b37c472419
Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 6 years ago
Richard van der Hoff f900d50824 include known room versions in outgoing make_joins 6 years ago
Richard van der Hoff 01e93f48ed Kill off MatrixCodeMessageException 6 years ago
Richard van der Hoff fa7dc889f1 Be more careful which errors we send back over the C-S API 6 years ago
Amber Brown da7785147d
Python 3: Convert some unicode/bytes uses (#3569) 6 years ago
Amber Brown a97c845271
Move v1-only APIs into their own module & isolate deprecated ones (#3460) 6 years ago
Erik Johnston 5bd0a47fcd pep8 6 years ago
Erik Johnston e45a46b6e4 Add response code to response timer metrics 6 years ago
Amber Brown bc006b3c9d
Refactor REST API tests to use explicit reactors (#3351) 6 years ago
Krombel 78a9ddcf9a rerun isort with latest version 6 years ago
Krombel 4a27000548 check isort by travis 6 years ago
Krombel 3366b9c534 rename assert_params_in_request to assert_params_in_dict 6 years ago
Richard van der Hoff 55370331da
Refactor logcontext resource usage tracking (#3501) 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Richard van der Hoff 546bc9e28b More server_name validation 6 years ago
Richard van der Hoff 508196e08a
Reject invalid server names (#3480) 6 years ago
Matthew Hodgson fc4f8f33be replace invalid utf8 with \ufffd 6 years ago
Matthew Hodgson 1c867f5391 a fix which doesn't NPE everywhere 6 years ago
Matthew Hodgson f131bf8d3e don't mix unicode strings with utf8-in-byte-strings 6 years ago
Amber Brown 6350bf925e
Attempt to be more performant on PyPy (#3462) 7 years ago
Jeroen b7f34ee348 allow self-signed certificates 7 years ago
Erik Johnston 947fea67cb Need to pass reactor to endpoint fac 7 years ago
Amber Brown 07cad26d65
Remove all global reactor imports & pass it around explicitly (#3424) 7 years ago
Jeroen 07b4f88de9 formatting changes for pep8 7 years ago
Jeroen 3d605853c8 send SNI for federation requests 7 years ago
Amber Brown 77ac14b960
Pass around the reactor explicitly (#3385) 7 years ago
Richard van der Hoff b088aafcae Log number of events fetched from DB 7 years ago
Amber Brown f6c4d74f96
Fix inflight requests metric (incorrect name & traceback) (#3413) 7 years ago
Michael Telatynski 330432031b
redact_uri in two missed log paths 7 years ago
David Baker bf54c1cf6c pep8 7 years ago
David Baker 3e4bc4488c More doc fixes 7 years ago
Michael Telatynski e6cbf47773
factor out uri redaction into a method on http 7 years ago
David Baker 607bd27c83 fix pep8 7 years ago
David Baker d62162bbec doc fixes 7 years ago
David Baker c5930d513a Docstring 7 years ago
Michael Telatynski 09503126df
Strip `access_token` from outgoing requests using existing regex 7 years ago
Amber Brown 3ef5cd74a6 update to more consistently use seconds in any metrics or logging 7 years ago
Amber Brown a2eb5db4a0 update metrics to be in seconds 7 years ago
Amber Brown e987079037 fixes 7 years ago
David Baker 2c7866d664 Hit the 3pid unbind endpoint on deactivation 7 years ago
Amber Brown 53cc2cde1f cleanup 7 years ago
Amber Brown 071206304d cleanup pep8 errors 7 years ago
Amber Brown 8f5a688d42 cleanups, self-registration 7 years ago
Erik Johnston c435b0b441 Don't store context 7 years ago
Erik Johnston fb2806b186 Move in_flight_requests_count to be a callback metric 7 years ago
Amber Brown fcc525b0b7 rest of the changes 7 years ago
Amber Brown df9f72d9e5 replacing portions 7 years ago
Erik Johnston dfa70adc33 Add in flight request metrics 7 years ago
Adrian Tschira d9fe2b2d9d Replace some more comparisons with six 7 years ago
Adrian Tschira b932b4ea25 use repr, not str 7 years ago