Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
| | | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them. | ||||
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -11/+15 |
| | |||||
* | Add MSC4040 `matrix-fed` service lookups (#16137) | Travis Ralston | 2023-09-05 | 1 | -0/+12 |
| | |||||
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 1 | -1/+1 |
| | |||||
* | Switch from `matrix://` to `matrix-federation://` scheme for internal ↵ | Eric Eastwood | 2023-06-20 | 1 | -2/+2 |
| | | | | | | | Synapse routing of outbound federation traffic (#15806) `matrix://` is a registered specced scheme nowadays and doesn't make sense for our internal to Synapse use case anymore. ([discussion] (https://github.com/matrix-org/synapse/pull/15773#discussion_r1227598679)) | ||||
* | Fixes to `federation_client` dev script (#14479) | Richard van der Hoff | 2022-11-20 | 1 | -35/+87 |
| | | | | | | | | | | | * Attempt to fix federation-client devscript handling of .well-known The script was setting the wrong value in the Host header * Fix TLS verification Turns out that actually doing TLS verification isn't that hard. Let's enable it. | ||||
* | Make `scripts-dev` pass `mypy --disallow-untyped-defs` (#12356) | David Robertson | 2022-04-27 | 1 | -10/+17 |
| | | | Not enforced in config yet. One day. | ||||
* | Implement MSC3383: include destination in X-Matrix auth header (#11398) | Jan Christian Grünhage | 2022-04-19 | 1 | -1/+6 |
| | | | | Co-authored-by: Jan Christian Grünhage <jan.christian@gruenhage.xyz> Co-authored-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | `scripts-dev/sign_json`: support for signing events (#11486) | Richard van der Hoff | 2021-12-02 | 1 | -0/+19 |
| | |||||
* | federation_client: handle inline signing_keys in hs.yaml (#9647) | Richard van der Hoff | 2021-03-18 | 1 | -54/+17 |
| | |||||
* | federation_client: stop adding URL prefix (#9645) | Richard van der Hoff | 2021-03-18 | 1 | -2/+2 |
| | |||||
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
| | | | | | | | This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py | ||||
* | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 1 | -2/+0 |
| | |||||
* | Update the test federation client to handle streaming responses (#8130) | Richard van der Hoff | 2020-08-26 | 1 | -8/+27 |
| | | | | Now that the server supports streaming back JSON responses, it would be nice to show the response as it is streamed, in the test tool. | ||||
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -2/+1 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -19/+13 |
| | |||||
* | Updates to the federation_client script (#5447) | Richard van der Hoff | 2019-06-13 | 1 | -5/+38 |
| | | | | | * py3 fixes for federation_client * .well-known support for federation_client | ||||
* | Add a Content-Type header on POST requests to the federation client | Brendan Abolivier | 2018-11-09 | 1 | -2/+7 |
| | |||||
* | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase ↵ | Amber Brown | 2018-10-20 | 1 | -51/+48 |
| | | | | on py3) (#4068) | ||||
* | Fix federation_client to send the right Host | Richard van der Hoff | 2018-06-12 | 1 | -14/+51 |
| | | | | | | This appears to have stopped working since matrix.org moved to cloudflare. The Host header should match the name of the server, not whatever is in the SRV record. | ||||
* | federation_client script: Support for posting content | Richard van der Hoff | 2017-11-28 | 1 | -8/+34 |
| | |||||
* | test federation client: Allow server-name and key-file as options | Richard van der Hoff | 2017-08-22 | 1 | -8/+28 |
| | | | | so that you don't necessarily need a config file. | ||||
* | Improvements to the federation test client | Richard van der Hoff | 2017-08-17 | 1 | -7/+58 |
| | | | | Make it read the config file, primarily. | ||||
* | Print newline after result in federation_client script | Erik Johnston | 2016-08-05 | 1 | -0/+1 |
| | |||||
* | Print status code in federation_client.py | Erik Johnston | 2016-08-03 | 1 | -0/+1 |
| | |||||
* | Print authorization header for federation_client.py | Erik Johnston | 2016-08-02 | 1 | -5/+6 |
| | |||||
* | Acutally add scripts-dev/ | Erik Johnston | 2015-05-06 | 1 | -0/+146 |