MatrixSynapse/synapse
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
..
_scripts Add missing type hints to config classes. (#12402) 2022-04-11 12:07:23 -04:00
api Add a new room version for MSC3787's knock+restricted join rule (#12623) 2022-05-17 10:41:39 +00:00
app Reload cache factors from disk on SIGHUP (#12673) 2022-05-11 13:43:22 +00:00
appservice Update mypy to 0.950 and fix complaints (#12650) 2022-05-06 12:35:20 +00:00
config Fix typo in listener config (#12742) 2022-05-16 13:50:07 +00:00
crypto Fix typechecker problems exposed by signedjson 1.1.2 (#12326) 2022-03-29 21:37:50 +00:00
events Consolidate logic for parsing relations. (#12693) 2022-05-16 12:42:45 +00:00
federation Make handling of federation Authorization header (more) compliant with RFC7230 (#12774) 2022-05-18 11:19:30 +01:00
groups Reduce the number of "untyped defs" (#12716) 2022-05-12 14:33:50 +00:00
handlers Add some type hints to datastore (#12717) 2022-05-17 15:29:06 +01:00
http Make handling of federation Authorization header (more) compliant with RFC7230 (#12774) 2022-05-18 11:19:30 +01:00
logging Another batch of type annotations (#12726) 2022-05-13 12:35:31 +01:00
metrics Add config flags to allow for cache auto-tuning (#12701) 2022-05-13 12:32:39 -07:00
module_api Use `ParamSpec` in a few places (#12667) 2022-05-09 10:27:39 +00:00
push Fix push for m.read events (#12721) 2022-05-17 11:03:07 +01:00
replication Add `StreamKeyType` class and replace string literals with constants (#12567) 2022-05-16 15:35:31 +00:00
res Fix Jinja templating error when generating thumbnail URLs. (#12510) 2022-04-20 12:03:03 -04:00
rest Add some type hints to datastore (#12717) 2022-05-17 15:29:06 +01:00
server_notices Add `StreamKeyType` class and replace string literals with constants (#12567) 2022-05-16 15:35:31 +00:00
spam_checker_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Add some type hints to datastore (#12717) 2022-05-17 15:29:06 +01:00
static Display an error page during failure of fallback UIA. (#10561) 2021-08-18 08:13:35 -04:00
storage Move methods that call add_push_rule to PushRuleStore (#12772) 2022-05-18 09:37:48 +00:00
streams Generate historic pagination token for `/messages` when no `?from` token provided (#12370) 2022-04-06 11:40:28 +01:00
util Add config flags to allow for cache auto-tuning (#12701) 2022-05-13 12:32:39 -07:00
__init__.py Dump setuptools; correct pyproject version number (#12478) 2022-04-20 17:33:20 +01:00
event_auth.py Add a new room version for MSC3787's knock+restricted join rule (#12623) 2022-05-17 10:41:39 +00:00
notifier.py Add `StreamKeyType` class and replace string literals with constants (#12567) 2022-05-16 15:35:31 +00:00
py.typed Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054) 2021-10-13 08:42:41 +01:00
server.py SpamChecker metrics (#12513) 2022-05-13 12:17:38 +01:00
types.py Add `StreamKeyType` class and replace string literals with constants (#12567) 2022-05-16 15:35:31 +00:00
visibility.py Optimise backfill calculation (#12522) 2022-04-26 10:27:11 +01:00