You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Merge branch 'release-v1.19.1' of github.com:matrix-org/synapse into anoa/amorgan.xyz
* 'release-v1.19.1' of github.com:matrix-org/synapse: (197 commits)
Changelog fixes
1.19.1rc1
Fix join ratelimiter breaking profile updates and idempotency (#8153)
Do not apply ratelimiting on joins to appservices (#8139)
Changelog changes
1.19.0
More changelog tweaks
More changelog tweaks
Remove unwanted changelog line
1.19.0rc1
Convert the roommember database to async/await. (#8070)
Convert devices database to async/await. (#8069)
Add type hints to handlers.message and events.builder (#8067)
Convert account data, device inbox, and censor events databases to async/await (#8063)
Convert appservice, group server, profile and more databases to async (#8066)
Fix typing for notifier (#8064)
Convert tags and metrics databases to async/await (#8062)
Converts event_federation and registration databases to async/await (#8061)
Add comment explaining cast
Update changelog.d/8051.misc
...
Copy file name to clipboardExpand all lines: README.rst
+7-36Lines changed: 7 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ which handle:
45
45
- Eventually-consistent cryptographically secure synchronisation of room
46
46
state across a global open network of federated servers and services
47
47
- Sending and receiving extensible messages in a room with (optional)
48
-
end-to-end encryption[1]
48
+
end-to-end encryption
49
49
- Inviting, joining, leaving, kicking, banning room members
50
50
- Managing user accounts (registration, login, logout)
51
51
- Using 3rd Party IDs (3PIDs) such as email addresses, phone numbers,
@@ -82,9 +82,6 @@ at the `Matrix spec <https://matrix.org/docs/spec>`_, and experiment with the
82
82
83
83
Thanks for using Matrix!
84
84
85
-
[1] End-to-end encryption is currently in beta: `blog post <https://matrix.org/blog/2016/11/21/matrixs-olm-end-to-end-encryption-security-assessment-released-and-implemented-cross-platform-on-riot-at-last>`_.
86
-
87
-
88
85
Support
89
86
=======
90
87
@@ -115,12 +112,11 @@ Unless you are running a test instance of Synapse on your local machine, in
115
112
general, you will need to enable TLS support before you can successfully
116
113
connect from a client: see `<INSTALL.md#tls-certificates>`_.
117
114
118
-
An easy way to get started is to login or register via Riot at
119
-
https://riot.im/app/#/login or https://riot.im/app/#/register respectively.
115
+
An easy way to get started is to login or register via Element at
116
+
https://app.element.io/#/login or https://app.element.io/#/register respectively.
120
117
You will need to change the server you are logging into from ``matrix.org``
121
118
and instead specify a Homeserver URL of ``https://<server_name>:8448``
122
119
(or just ``https://<server_name>`` if you are using a reverse proxy).
123
-
(Leave the identity server as the default - see `Identity servers`_.)
From 10th August 2020, we will no longer publish Docker images with the `-py3` tag suffix. The images tagged with the `-py3` suffix have been identical to the non-suffixed tags since release 0.99.0, and the suffix is obsolete.
85
+
86
+
On 10th August, we will remove the `latest-py3` tag. Existing per-release tags (such as `v1.18.0-py3`) will not be removed, but no new `-py3` tags will be added.
87
+
88
+
Scripts relying on the `-py3` suffix will need to be updated.
89
+
90
+
Redis replication is now recommended in lieu of TCP replication
When setting up worker processes, we now recommend the use of a Redis server for replication. **The old direct TCP connection method is deprecated and will be removed in a future release.**
94
+
See `docs/workers.md <docs/workers.md>`_ for more details.
0 commit comments