comparison MIGRATING.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 7145a3df4cb7
comparison
equal deleted inserted replaced
779:317c66a131be 780:560b62f6b0a7
7 ------------------------- 7 -------------------------
8 8
9 ### Irccdctl 9 ### Irccdctl
10 10
11 - The functions `server-cnotice` and `server-cmode` have been removed, use 11 - The functions `server-cnotice` and `server-cmode` have been removed, use
12 `server-notice` and `server-mode` instead. 12 `server-notice` and `server-mode` instead,
13 - The option `connect.host` has been renamed to `connect.hostname` (#941).
13 14
14 ### Plugins 15 ### Plugins
15 16
16 #### Logger 17 #### Logger
17 18