0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-14 07:09:31 +02:00
synapse/changelog.d
Hubert Chathi 8afb7b55d0
Make handling of federation Authorization header (more) compliant with RFC7230 (#12774)
The main differences are:
- values with delimiters (such as colons) should be quoted, so always
  quote the origin, since it could contain a colon followed by a port
  number
- should allow more than one space after "X-Matrix"
- quoted values with backslash-escaped characters should be unescaped
- names should be case insensitive
2022-05-18 11:19:30 +01:00
..
.gitignore
10533.misc Track in memory events using weakrefs (#10533) 2022-05-17 10:34:27 +01:00
12477.misc
12513.feature SpamChecker metrics (#12513) 2022-05-13 12:17:38 +01:00
12567.misc Add StreamKeyType class and replace string literals with constants (#12567) 2022-05-16 15:35:31 +00:00
12586.misc
12588.misc
12618.feature add default_power_level_content_override config option. (#12618) 2022-05-12 10:41:35 +00:00
12623.feature Add a new room version for MSC3787's knock+restricted join rule (#12623) 2022-05-17 10:41:39 +00:00
12630.misc
12673.feature Reload cache factors from disk on SIGHUP (#12673) 2022-05-11 13:43:22 +00:00
12676.misc
12677.misc
12679.misc
12680.misc Remove code which updates application_services_state.last_txn (#12680) 2022-05-17 11:07:18 +01:00
12683.bugfix
12689.misc
12691.misc
12693.misc Consolidate logic for parsing relations. (#12693) 2022-05-16 12:42:45 +00:00
12694.misc
12695.misc
12696.bugfix Fix room upgrades creating an empty room when auth fails (#12696) 2022-05-16 14:06:04 +01:00
12698.misc
12699.misc
12700.misc Respect the @cancellable flag for ReplicationEndpoints (#12700) 2022-05-11 12:25:39 +01:00
12701.feature Add config flags to allow for cache auto-tuning (#12701) 2022-05-13 12:32:39 -07:00
12705.misc Complain if a federation endpoint has the @cancellable flag (#12705) 2022-05-11 14:52:26 +01:00
12708.misc Enable cancellation of GET /members and GET /state requests (#12708) 2022-05-11 17:22:34 +01:00
12709.removal No longer permit empty body when sending receipts (#12709) 2022-05-11 15:34:17 +00:00
12711.misc Avoid unnecessary copies when filtering private read receipts. (#12711) 2022-05-16 15:06:23 +00:00
12713.bugfix Don't create an empty room when checking for MAU limits (#12713) 2022-05-13 15:30:15 +02:00
12715.doc Fix reference to the wrong symbol in the media admin api docs (#12715) 2022-05-12 09:29:37 +01:00
12716.misc Reduce the number of "untyped defs" (#12716) 2022-05-12 14:33:50 +00:00
12717.misc Add some type hints to datastore (#12717) 2022-05-17 15:29:06 +01:00
12720.misc URL preview cache expiry logs: INFO -> DEBUG, text clarifications (#12720) 2022-05-12 18:16:32 +01:00
12721.bugfix Fix push for m.read events (#12721) 2022-05-17 11:03:07 +01:00
12726.misc Another batch of type annotations (#12726) 2022-05-13 12:35:31 +01:00
12727.doc Update issuer URL in example OIDC Keycloak config (#12727) 2022-05-13 10:15:51 +00:00
12731.misc Update configs used by Complement to allow more invites (#12731) 2022-05-13 16:45:47 +01:00
12734.misc Tidy up and type-hint the database engine modules (#12734) 2022-05-17 00:34:38 +01:00
12742.doc Fix typo in listener config (#12742) 2022-05-16 13:50:07 +00:00
12747.bugfix Add index to cache invalidations (#12747) 2022-05-17 09:34:59 +00:00
12749.doc Fix typo in name of 'run_background_tasks_on' option in config manual (#12749) 2022-05-16 17:31:12 +00:00
12765.doc Suggest using docker when testing against postgres (#12765) 2022-05-17 18:05:53 +00:00
12769.misc allow on_invalidate=None in @cached methods (#12769) 2022-05-17 16:06:45 +00:00
12770.bugfix Delete events from federation_inbound_events_staging table on purge (#12770) 2022-05-17 17:01:06 +00:00
12772.misc Move methods that call add_push_rule to PushRuleStore (#12772) 2022-05-18 09:37:48 +00:00
12774.misc Make handling of federation Authorization header (more) compliant with RFC7230 (#12774) 2022-05-18 11:19:30 +01:00