| 1 |
< |
-- Noteworthy changes in version 8.2.27 (2019-??-??) |
| 1 |
> |
-- Noteworthy changes in version 8.2.28 (2020-01-26) |
| 2 |
> |
o) Fixed issue with topics set by TBURST not being propagated properly to clients |
| 3 |
> |
o) Allow IRC operators to search for real hosts in "WHO" |
| 4 |
> |
o) Ban/exempt/invex masks are now also tested against realhosts to prevent clients |
| 5 |
> |
from bypassing channel bans by activating a fakehost |
| 6 |
> |
o) For a full list of all changes in this release, see https://git.io/JvqpT |
| 7 |
> |
|
| 8 |
> |
|
| 9 |
> |
-- Noteworthy changes in version 8.2.27 (2020-01-22) |
| 10 |
|
o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0 |
| 11 |
|
o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts |
| 12 |
|
--disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch |
| 33 |
|
o) In the connect {} block, the following configuration directives have been renamed: |
| 34 |
|
ssl_cipher_list -> tls_cipher_list |
| 35 |
|
ssl_certificate_fingerprint -> tls_certificate_fingerprint |
| 36 |
+ |
o) For a full list of all changes in this release, see https://git.io/Jvq9g |
| 37 |
|
|
| 38 |
|
|
| 39 |
|
-- Noteworthy changes in version 8.2.26 (2019-05-31) |