| 1 |
+ |
-- Noteworthy changes in version 8.2.30 (2020-??-??) |
| 2 |
+ |
o) "QUOTE HELP extban" didn't work because the extban help file hasn't been |
| 3 |
+ |
installed properly during installation |
| 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 |
+ |
|
| 10 |
+ |
|
| 11 |
+ |
-- Noteworthy changes in version 8.2.29 (2020-02-19) |
| 12 |
+ |
o) Extbans have been implemented. Currently supported extbans: |
| 13 |
+ |
|
| 14 |
+ |
Matching: |
| 15 |
+ |
|
| 16 |
+ |
$a:<account> Matches users logged into a matching account. |
| 17 |
+ |
$c:<channel> Matches users that are on the given channel. An additional |
| 18 |
+ |
prefix of either @, %, or + can be specified to test for |
| 19 |
+ |
certain channel privileges. |
| 20 |
+ |
$o:<class> Matches IRC operators that have joined a class |
| 21 |
+ |
matching the mask. |
| 22 |
+ |
$r:<realname> Matches users with a matching realname. |
| 23 |
+ |
$s:<server> Matches users that are connected to a server matching the mask. |
| 24 |
+ |
$u:<modes> Matches users having the specified user modes set or not set. |
| 25 |
+ |
$z:<certfp> Matches users having the given TLS certificate fingerprint. |
| 26 |
+ |
|
| 27 |
+ |
Acting: |
| 28 |
+ |
|
| 29 |
+ |
$j:<banmask> Prevents matching users from joining the channel. |
| 30 |
+ |
$m:<banmask> Blocks messages from matching users. Users with voice |
| 31 |
+ |
or above are not affected. |
| 32 |
+ |
|
| 33 |
+ |
For more details, see help/extban. |
| 34 |
+ |
o) Added 'channel::enable_extbans' configuration option. See doc/reference.conf |
| 35 |
+ |
for more information. |
| 36 |
+ |
o) For a full list of all changes in this release, see https://git.io/JvBca |
| 37 |
+ |
|
| 38 |
+ |
|
| 39 |
|
-- Noteworthy changes in version 8.2.28 (2020-01-26) |
| 40 |
|
o) Fixed issue with topics set by TBURST not being propagated properly to clients |
| 41 |
|
o) Allow IRC operators to search for real hosts in "WHO" |
| 42 |
|
o) Ban/exempt/invex masks are now also tested against realhosts to prevent clients |
| 43 |
|
from bypassing channel bans by activating a fakehost |
| 44 |
< |
o) For a full list of all changes in this release, see https://git.io/JvqpT |
| 44 |
> |
o) For a full list of all changes in this release, see https://git.io/Jv37M |
| 45 |
|
|
| 46 |
|
|
| 47 |
|
-- Noteworthy changes in version 8.2.27 (2020-01-22) |