| 1 |
< |
-- Noteworthy changes in version 8.2.27 (2019-??-??) |
| 1 |
> |
-- Noteworthy changes in version 8.2.30 (2020-03-01) |
| 2 |
> |
o) "QUOTE HELP extban" didn't work because the extban help file hasn't been |
| 3 |
> |
installed properly during 'make install' |
| 4 |
> |
o) Fixed broken libcrypto detection which caused the ircd not to work with |
| 5 |
> |
openssl under certain circumstances |
| 6 |
> |
o) Extban $n of type 'acting' has been implemented. This extban prevents |
| 7 |
> |
matching users from changing their nick while in the channel. Users |
| 8 |
> |
with voice or above are not affected. |
| 9 |
> |
o) Channel mode +N has been changed so channel members with +v can change |
| 10 |
> |
their nick name as well |
| 11 |
> |
o) For a full list of all changes in this release, see https://git.io/JvgAq |
| 12 |
> |
|
| 13 |
> |
|
| 14 |
> |
-- Noteworthy changes in version 8.2.29 (2020-02-19) |
| 15 |
> |
o) Extbans have been implemented. Currently supported extbans: |
| 16 |
> |
|
| 17 |
> |
Matching: |
| 18 |
> |
|
| 19 |
> |
$a:<account> Matches users logged into a matching account. |
| 20 |
> |
$c:<channel> Matches users that are on the given channel. An additional |
| 21 |
> |
prefix of either @, %, or + can be specified to test for |
| 22 |
> |
certain channel privileges. |
| 23 |
> |
$o:<class> Matches IRC operators that have joined a class |
| 24 |
> |
matching the mask. |
| 25 |
> |
$r:<realname> Matches users with a matching realname. |
| 26 |
> |
$s:<server> Matches users that are connected to a server matching the mask. |
| 27 |
> |
$u:<modes> Matches users having the specified user modes set or not set. |
| 28 |
> |
$z:<certfp> Matches users having the given TLS certificate fingerprint. |
| 29 |
> |
|
| 30 |
> |
Acting: |
| 31 |
> |
|
| 32 |
> |
$j:<banmask> Prevents matching users from joining the channel. |
| 33 |
> |
$m:<banmask> Blocks messages from matching users. Users with voice |
| 34 |
> |
or above are not affected. |
| 35 |
> |
|
| 36 |
> |
For more details, see help/extban. |
| 37 |
> |
o) Added 'channel::enable_extbans' configuration option. See doc/reference.conf |
| 38 |
> |
for more information. |
| 39 |
> |
o) For a full list of all changes in this release, see https://git.io/JvgAL |
| 40 |
> |
|
| 41 |
> |
|
| 42 |
> |
-- Noteworthy changes in version 8.2.28 (2020-01-26) |
| 43 |
> |
o) Fixed issue with topics set by TBURST not being propagated properly to clients |
| 44 |
> |
o) Allow IRC operators to search for real hosts in "WHO" |
| 45 |
> |
o) Ban/exempt/invex masks are now also tested against realhosts to prevent clients |
| 46 |
> |
from bypassing channel bans by activating a fakehost |
| 47 |
> |
o) For a full list of all changes in this release, see https://git.io/Jv37M |
| 48 |
> |
|
| 49 |
> |
|
| 50 |
> |
-- Noteworthy changes in version 8.2.27 (2020-01-22) |
| 51 |
|
o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0 |
| 52 |
|
o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts |
| 53 |
|
--disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch |
| 74 |
|
o) In the connect {} block, the following configuration directives have been renamed: |
| 75 |
|
ssl_cipher_list -> tls_cipher_list |
| 76 |
|
ssl_certificate_fingerprint -> tls_certificate_fingerprint |
| 77 |
+ |
o) For a full list of all changes in this release, see https://git.io/Jvq9g |
| 78 |
|
|
| 79 |
|
|
| 80 |
|
-- Noteworthy changes in version 8.2.26 (2019-05-31) |