diff CHANGES.md @ 780:560b62f6b0a7

Core: rework socket layer, closes #939 @6h Rework the ip_connector and ip_acceptor to be more easy to use. Also, ip_connector will now use a resolver to find appropriate endpoints. Bring back full support for IPv6/IPv4 with all possible combinations. The tls_stream class now owns a shared ssl::context that is copied from the acceptor or the connector. The tls_connector and tls_acceptor wraps basic ones for convenience and simplicity. Irccd and irccdctl now support local SSL sockets.
author David Demelier <markand@malikania.fr>
date Sun, 04 Nov 2018 17:26:05 +0100
parents 317c66a131be
children 292482f36454
line wrap: on
line diff
--- a/CHANGES.md	Thu Nov 01 10:34:21 2018 +0100
+++ b/CHANGES.md	Sun Nov 04 17:26:05 2018 +0100
@@ -12,7 +12,8 @@
   standard paths for both irccd and plugins (#611),
 - If Mercurial is found, the version is bundled in `irccd --version`,
 - Irccd no longer supports uid, gid, pid and daemon features (#846).
-- Sections `[identity]` and `[server]` have been merged (#905).
+- Sections `[identity]` and `[server]` have been merged (#905),
+- Local transports support SSL too (#939).
 
 Irccd test: