This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Commit 57bf237
committed
Merge branch 'master' of github.com:matrix-org/synapse into anoa/amorgan.xyz
* 'master' of github.com:matrix-org/synapse: (245 commits)
1.22.0
Fixup changelog
Expand changelog entry
1.22.0rc2
Fix get|set_type_stream_id_for_appservice store functions (#8648)
Properly handle presence events for application services. (#8656)
Fix user_daily_visits to not have duplicate rows for UA. (#8654)
Fixup changelog even more
Fixup changelog some more
Fixup changelog
1.22.0rc1
Optimise CacheDescriptor (#8594)
fix failure case
optimise DeferredCache.set
Add some more tests
Push some deferred wrangling down into DeferredCache
Combine the two sets of tests for CacheDescriptor
Limit AS transactions to 100 events (#8606)
Separate the TCP and terse JSON formatting code. (#8587)
Pin mypy-zope for compatibility with mypy. (#8600)
...File tree
505 files changed
+15327
-6867
lines changed- .buildkite
- .circleci
- changelog.d
- contrib
- cmdclient
- graph
- jitsimeetbridge
- scripts
- debian
- demo
- docker
- conf
- docs
- admin_api
- sphinx
- scripts-dev
- scripts
- stubs
- sortedcontainers
- synapse
- _scripts
- api
- appservice
- app
- config
- crypto
- events
- federation
- sender
- transport
- groups
- handlers
- ui_auth
- http
- federation
- logging
- metrics
- module_api
- push
- replication
- http
- slave/storage
- tcp
- streams
- rest
- admin
- client
- v1
- v2_alpha
- key/v2
- media/v1
- saml2
- synapse
- client
- res/templates
- spam_checker_api
- state
- storage
- databases
- main
- schema/delta
- 20
- 25
- 27
- 30
- 31
- 33
- 56
- 57
- 58
- state
- engines
- util
- streams
- util
- caches
- synmark
- tests
- api
- appservice
- app
- crypto
- federation
- handlers
- http
- logging
- module_api
- push
- replication
- slave/storage
- rest
- admin
- client
- v1
- v2_alpha
- media/v1
- storage
- test_utils
- util
- caches
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
505 files changed
+15327
-6867
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 6 | | |
31 | 7 | | |
32 | | - | |
33 | | - | |
34 | 8 | | |
35 | 9 | | |
36 | 10 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | | - | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
14 | | - | |
| 23 | + | |
| 24 | + | |
15 | 25 | | |
16 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
17 | 32 | | |
18 | 33 | | |
19 | | - | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
| |||
29 | 43 | | |
30 | 44 | | |
31 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments