summary refs log tree commit diff
path: root/scripts-dev/federation_client.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make `scripts-dev` pass `mypy --disallow-untyped-defs` (#12356)David Robertson2022-04-271-10/+17
* Implement MSC3383: include destination in X-Matrix auth header (#11398)Jan Christian Grünhage2022-04-191-1/+6
* `scripts-dev/sign_json`: support for signing events (#11486)Richard van der Hoff2021-12-021-0/+19
* federation_client: handle inline signing_keys in hs.yaml (#9647)Richard van der Hoff2021-03-181-54/+17
* federation_client: stop adding URL prefix (#9645)Richard van der Hoff2021-03-181-2/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-171-2/+0
* Update the test federation client to handle streaming responses (#8130)Richard van der Hoff2020-08-261-8/+27
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+1
* Run Black. (#5482)Amber Brown2019-06-201-19/+13
* Updates to the federation_client script (#5447)Richard van der Hoff2019-06-131-5/+38
* Add a Content-Type header on POST requests to the federation clientBrendan Abolivier2018-11-091-2/+7
* Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on...Amber Brown2018-10-201-51/+48
* Fix federation_client to send the right HostRichard van der Hoff2018-06-121-14/+51
* federation_client script: Support for posting contentRichard van der Hoff2017-11-281-8/+34
* test federation client: Allow server-name and key-file as optionsRichard van der Hoff2017-08-221-8/+28
* Improvements to the federation test clientRichard van der Hoff2017-08-171-7/+58
* Print newline after result in federation_client scriptErik Johnston2016-08-051-0/+1
* Print status code in federation_client.pyErik Johnston2016-08-031-0/+1
* Print authorization header for federation_client.pyErik Johnston2016-08-021-5/+6
* Acutally add scripts-dev/Erik Johnston2015-05-061-0/+146