Skip to content
Snippets Groups Projects
Commit 3fbca80a authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

changelog

parent 8b8f8c7b
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
Cleanup event auth type initialisation.
\ No newline at end of file
Use the v2 Identity Service API for 3PID invites.
\ No newline at end of file
Add POST /_matrix/client/unstable/account/3pid/unbind endpoint from MSC2140 for unbinding a 3PID from an identity server without removing it from the homeserver user account.
Setting metrics_flags.known_servers to True in the configuration will publish the synapse_federation_known_servers metric over Prometheus. This represents the total number of servers your server knows about (i.e. is in rooms with), including itself.
Include missing opentracing contexts in outbout replication requests.
Add minimum opentracing for client servlets.
Fix sending of EDUs when opentracing is enabled with an empty whitelist.
Check at setup that opentracing is installed if it's enabled in the config.
Trace replication send times.
Fix invalid references to None while opentracing if the log context slips.
Clean up dependency checking at setup.
Fix invalid references to None while opentracing if the log context slips.
Give appropriate exit codes when synctl fails.
Add the ability to send registration emails from the homeserver rather than delegating to an identity server.
Add the ability to send registration emails from the homeserver rather than delegating to an identity server.
\ No newline at end of file
Return a M_MISSING_PARAM if `sid` is not provided to `/account/3pid`.
\ No newline at end of file
federation_certificate_verification_whitelist now will not cause TypeErrors to be raised (a regression in 1.3). Additionally, it now supports internationalised domain names in their non-canonical representation.
Fix room and user stats tracking.
Apply the federation blacklist to requests to identity servers.
\ No newline at end of file
Add opentracing span over HTTP push processing.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment