K 10 svn:author V 3 fox K 8 svn:date V 27 2020-02-20T07:01:55.904903Z K 7 svn:log V 1270 irc/ircd-hybrid: Updates to 8.2.29 Changes since 8.2.28: -- Noteworthy changes in version 8.2.29 (2020-02-19) o) Extbans have been implemented. Currently supported extbans: Matching: $a: Matches users logged into a matching account. $c: Matches users that are on the given channel. An additional prefix of either @, %, or + can be specified to test for certain channel privileges. $o: Matches IRC operators that have joined a class matching the mask. $r: Matches users with a matching realname. $s: Matches users that are connected to a server matching the mask. $u: Matches users having the specified user modes set or not set. $z: Matches users having the given TLS certificate fingerprint. Acting: $j: Prevents matching users from joining the channel. $m: Blocks messages from matching users. Users with voice or above are not affected. For more details, see help/extban. o) Added 'channel::enable_extbans' configuration option. See doc/reference.conf for more information. o) For a full list of all changes in this release, see https://git.io/JvBca END