Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
2686:ce1e15d59496 | 2687:e9cd473a2f46 |
---|---|
1 All theses changelogs are not exhaustive, please check the Mercurial repository for more details. | 1 All theses changelogs are not exhaustive, please check the Mercurial repository for more details. |
2 | 2 |
3 v 0.7.0 (NOT RELEASED YET): | 3 v 0.7.0 (NOT RELEASED YET): |
4 This version is a huge gap with previous one, changelog only show a part of novelties | 4 This version is a huge gap with previous one, changelog only show a part of novelties. |
5 This is also the first "general audience" version. | |
5 - XEP-0070 implementation (HTTP Auth via XMPP) | 6 - XEP-0070 implementation (HTTP Auth via XMPP) |
6 - XEP-0184 implementation (Delivery Receipts) | 7 - XEP-0184 implementation (Delivery Receipts) |
7 - XEP-0231 implementation (Bits of Binary) | 8 - XEP-0231 implementation (Bits of Binary) |
8 - XEP-0264 implementation (Thumbnails) | 9 - XEP-0264 implementation (Thumbnails) |
9 - XEP-0280 implementation (Mesage Carbons) | 10 - XEP-0280 implementation (Mesage Carbons) |
27 - file sharing component (to store file on a server) | 28 - file sharing component (to store file on a server) |
28 - better SàT version handling (in particular Mercurial revision) | 29 - better SàT version handling (in particular Mercurial revision) |
29 - language detection plugin | 30 - language detection plugin |
30 - media remote control through MPRIS standard | 31 - media remote control through MPRIS standard |
31 - generic encryption methods handling in core | 32 - generic encryption methods handling in core |
33 - server certificate validation | |
32 - jp: | 34 - jp: |
33 - new debug commands, to monitor stream, call bridge method or send fake signals | 35 - new debug commands, to monitor stream, call bridge method or send fake signals |
34 - new info/session command, to get data on current session | 36 - new info/session command, to get data on current session |
35 - new blog/get command, to retrieve locally XMPP blog | 37 - new blog/get command, to retrieve locally XMPP blog |
36 - new message/encryption command, to handle encryption sessions | 38 - new message/encryption command, to handle encryption sessions |