Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |