synapse/changelog.d
Erik Johnston 382b4e83f1
Defer SIGHUP handlers to reactor. (#8817)
We can get a SIGHUP at any point, including times where we are not in a
sane state. By deferring calling the handlers until the next reactor
tick we ensure that we don't get unexpected conflicts, e.g. trying to
flush logs from the signal handler while the code was in the process of
writing a log entry.

Fixes #8769.
2020-11-26 11:18:10 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
8617.feature Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
8630.feature SAML: Allow specifying the IdP entityid to use. (#8630) 2020-11-19 09:57:13 -05:00
8731.misc SAML: Document allowing a clock/time difference from IdP (#8731) 2020-11-18 07:36:28 -05:00
8734.doc Clarify the usecase for an msisdn delegate (#8734) 2020-11-14 23:09:36 +00:00
8744.bugfix Improve appservice handler to send only the most recent read receipts when no stream_id is stored. (#8744) 2020-11-18 18:54:09 +00:00
8751.misc Generalise _locally_reject_invite (#8751) 2020-11-16 15:37:36 +00:00
8754.misc Generalise _maybe_store_room_on_invite (#8754) 2020-11-13 16:24:04 +00:00
8757.misc changelog 2020-11-15 23:09:03 +00:00
8758.misc Move wait_until_result into FakeChannel (#8758) 2020-11-16 18:21:47 +00:00
8759.misc Rename create_test_json_resource to create_test_resource (#8759) 2020-11-16 14:45:52 +00:00
8760.misc Add a custom_headers param to make_request (#8760) 2020-11-16 14:45:22 +00:00
8761.misc changelog 2020-11-16 18:24:08 +00:00
8765.misc Abstract shared SSO code. (#8765) 2020-11-17 09:46:23 -05:00
8770.misc Use TYPE_CHECKING instead of magic MYPY variable. (#8770) 2020-11-17 09:09:40 -05:00
8771.doc a comma too much (#8771) 2020-11-17 14:13:56 +00:00
8772.misc Add a script to sign arbitrary json objects. (#8772) 2020-11-24 12:53:00 +00:00
8773.misc Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773) 2020-11-23 08:45:23 -05:00
8774.misc Improve error checking for OIDC/SAML mapping providers (#8774) 2020-11-19 14:25:17 -05:00
8776.bugfix Consistently use room_id from federation request body (#8776) 2020-11-19 10:05:33 +00:00
8777.misc Fix tests on develop (#8777) 2020-11-18 15:43:11 +00:00
8779.doc Update turn-howto (#8779) 2020-11-24 12:52:22 +00:00
8784.misc Properly report user-agent/IP during registration of SSO users. (#8784) 2020-11-23 13:28:03 -05:00
8785.removal Remove deprecated /_matrix/client/*/admin endpoints (#8785) 2020-11-25 16:26:11 -05:00
8793.doc INSTALL: Fix setting content-type on well-known (#8793) 2020-11-23 13:01:18 +00:00
8795.doc Clarify documentation of the admin list media API (#8795) 2020-11-24 09:04:51 -05:00
8798.bugfix Fix synctl and duplicate worker spawning (#8798) 2020-11-23 15:20:49 +00:00
8801.feature Support trying multiple localparts for OpenID Connect. (#8801) 2020-11-25 10:04:22 -05:00
8806.misc Add additional type hints to HTTP client. (#8812) 2020-11-25 13:30:47 -05:00
8812.misc Add additional type hints to HTTP client. (#8812) 2020-11-25 13:30:47 -05:00
8815.misc Speed up remote invite rejection database call (#8815) 2020-11-25 20:06:13 +00:00
8817.bugfix Defer SIGHUP handlers to reactor. (#8817) 2020-11-26 11:18:10 +00:00
8818.doc Fix the formatting of push config section (#8818) 2020-11-25 21:02:53 +00:00
8822.doc Improve documentation how to configure prometheus for workers (#8822) 2020-11-26 10:42:55 +00:00
8823.bugfix Strip trailing / from server_url in register_new_matrix_user (#8823) 2020-11-26 10:57:26 +00:00