| 1 |
|
-- Noteworthy changes in version 8.2.27 (2019-??-??) |
| 2 |
+ |
o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0 |
| 3 |
+ |
o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts |
| 4 |
+ |
--disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch |
| 5 |
+ |
which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'. |
| 6 |
+ |
If nothing has been specified, configure tries to autodetect in the following order: |
| 7 |
+ |
openssl/libressl -> gnutls -> wolfssl. |
| 8 |
|
o) Fixed segfault with GnuTLS/libgmp in case there's no DH parameters file |
| 9 |
|
defined in 'serverinfo::ssl_dh_param_file' or if that file is missing |
| 10 |
|
o) The connection timeout for connect{} blocks can now be configured via |
| 25 |
|
o) In the connect {} block, the following configuration directives have been renamed: |
| 26 |
|
ssl_cipher_list -> tls_cipher_list |
| 27 |
|
ssl_certificate_fingerprint -> tls_certificate_fingerprint |
| 22 |
– |
o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0 |
| 23 |
– |
o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts |
| 24 |
– |
--disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch |
| 25 |
– |
which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'. |
| 26 |
– |
If nothing has been specified, configure tries to autodetect in the following order: |
| 27 |
– |
openssl/libressl -> gnutls -> wolfssl. |
| 28 |
|
|
| 29 |
|
|
| 30 |
|
-- Noteworthy changes in version 8.2.26 (2019-05-31) |
| 193 |
|
o) Made idle time look nicer in "STATS v|p" by using a formatted time string |
| 194 |
|
o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now |
| 195 |
|
o) Several code cleanups and optimizations. Improved documentation |
| 196 |
+ |
o) For a full list of all changes in this release, see https://git.io/JvLtj |
| 197 |
|
|
| 198 |
|
|
| 199 |
|
-- Noteworthy changes in version 8.2.11 (2015-11-19) |
| 200 |
|
o) Implemented IRCv3.2 invite-notify extension |
| 201 |
|
o) Implemented IRCv3.2 chghost extension |
| 202 |
|
o) Added channel::invite_delay_channel configuration option |
| 203 |
+ |
o) For a full list of all changes in this release, see https://git.io/JvLqe |
| 204 |
|
|
| 205 |
|
|
| 206 |
|
-- Noteworthy changes in version 8.2.10 (2015-11-06) |
| 219 |
|
to the DH param file |
| 220 |
|
o) Added missing irc-operator privilege flags to /stats o. For a full list |
| 221 |
|
of flags see doc/reference.conf |
| 222 |
+ |
o) For a full list of all changes in this release, see https://git.io/JvLqJ |
| 223 |
|
|
| 224 |
|
|
| 225 |
|
-- Noteworthy changes in version 8.2.9 (2015-09-13) |
| 251 |
|
privileges. |
| 252 |
|
o) Added 'close' to irc-operator flags |
| 253 |
|
o) ircd is using ISO 8601 date and time notation in most places now |
| 254 |
+ |
o) For a full list of all changes in this release, see https://git.io/JvLqI |
| 255 |
|
|
| 256 |
|
|
| 257 |
|
-- Noteworthy changes in version 8.2.8 (2015-05-10) |
| 270 |
|
o) Fixed broken temporary remote XLINEs |
| 271 |
|
o) The 'general::havent_read_conf' configuration directive has been removed |
| 272 |
|
o) Various code cleanups |
| 273 |
+ |
o) For a full list of all changes in this release, see https://git.io/JvLqq |
| 274 |
|
|
| 275 |
|
|
| 276 |
|
-- Noteworthy changes in version 8.2.7 (2015-04-05) |