Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint | Richard van der Hoff | 2020-12-15 | 1 | -2/+0 |
| | |||||
* | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 1 | -7/+7 |
| | | | | This was never used, so let's get rid of it. | ||||
* | Replace `request.code` with `channel.code` | Richard van der Hoff | 2020-12-15 | 1 | -5/+5 |
| | | | | | | The two are equivalent, but really we want to check the HTTP result that got returned to the channel, not the code that the Request object *intended* to return to the channel. | ||||
* | Add authentication to replication endpoints. (#8853) | Patrick Cloke | 2020-12-04 | 1 | -0/+119 |
Authentication is done by checking a shared secret provided in the Synapse configuration file. |