synapse/changelog.d
Shay e002faee01
Fetch verify key locally rather than trying to do so over federation if origin and host are the same. (#11129)
* add tests for fetching key locally

* add logic to check if origin server is same as host and fetch verify key locally rather than over federation

* add changelog

* slight refactor, add docstring, change changelog entry

* Make changelog entry one line

* remove verify_json_locally and push locality check to process_request, add function process_request_locally

* remove leftover code reference

* refactor to add common call to 'verify_json and associated handling code

* add type hint to process_json

* add some docstrings + very slight refactor
2021-10-28 10:27:17 -07:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
10943.misc Annotate log_function decorator (#10943) 2021-10-27 17:27:23 +01:00
10969.bugfix Delete messages from device_inbox table when deleting device (#10969) 2021-10-27 16:01:18 +01:00
11126.feature Implement an on_new_event callback (#11126) 2021-10-26 15:17:36 +02:00
11129.bugfix Fetch verify key locally rather than trying to do so over federation if origin and host are the same. (#11129) 2021-10-28 10:27:17 -07:00
11147.feature Add a ModuleApi method to update a user's membership in a room (#11147) 2021-10-28 16:45:53 +00:00
11151.doc docs/openid: Add Authentik documentation. (#11151) 2021-10-28 10:31:22 +00:00
11164.misc Type hints for the remaining two files in synapse.http. (#11164) 2021-10-28 14:14:42 +01:00
11166.misc Changelog 2021-10-22 23:21:40 +01:00
11187.feature Include the stable identifier for MSC3288. (#11187) 2021-10-27 14:19:19 +00:00
11191.bugfix Fixed config parse bug in review_recent_signups (#11191) 2021-10-27 17:25:18 +01:00
11194.misc Refactor Filter to handle fields according to data being filtered. (#11194) 2021-10-27 11:26:30 -04:00