Mercurial > libervia-backend
diff CHANGELOG @ 2687:e9cd473a2f46
core (xmpp): server certificate validation:
XMPP server certificate is now checked, and connection is refused (by default) if it's not valid.
Certificate check can be disabled in the new parameter "Configuration/check_certificate".
If certificate checking is disabled, a warning note is sent on every new connection.
Twisted and Wokkel are temporarly monkey patched in sat.core.tls_patches module, until modifications are merged upstream.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 10 Nov 2018 10:16:35 +0100 |
parents | 35a513811540 |
children | d715d912afac |
line wrap: on
line diff
--- a/CHANGELOG Fri Nov 09 16:17:45 2018 +0100 +++ b/CHANGELOG Sat Nov 10 10:16:35 2018 +0100 @@ -1,7 +1,8 @@ All theses changelogs are not exhaustive, please check the Mercurial repository for more details. v 0.7.0 (NOT RELEASED YET): - This version is a huge gap with previous one, changelog only show a part of novelties + This version is a huge gap with previous one, changelog only show a part of novelties. + This is also the first "general audience" version. - XEP-0070 implementation (HTTP Auth via XMPP) - XEP-0184 implementation (Delivery Receipts) - XEP-0231 implementation (Bits of Binary) @@ -29,6 +30,7 @@ - language detection plugin - media remote control through MPRIS standard - generic encryption methods handling in core + - server certificate validation - jp: - new debug commands, to monitor stream, call bridge method or send fake signals - new info/session command, to get data on current session