1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

irc/ircd-hybrid: Updates to 8.2.34

Changes since 8.2.33:

-- Noteworthy changes in version 8.2.34 (2020-11-01)
* Re-implement backwards compatibility mode for old ircd-hybrid 8.2.23 and below.
  Final removal is scheduled for early 2021.
* For consistency, the `general::network_desc` configuration directive has been
  renamed to `general::network_description`
* Server notices that previously have been sent to user modes +f and +u are now
  sent to user mode +j (reject notices) instead. Due to this change, `unauth` and
  `full` have been removed from eneral::oper_only_umodes`, `general::oper_umodes`,
  and `operator::umodes`.
* User mode +b has been replaced with +f (flood). Spam/flood notices are now sent
  to this user mode. For this, `bots` has been removed from
  `general::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`.
  `flood` has been added instead to these configuration directives.
* Stricten server/user ID validation. IDs have to be all uppercase everywhere now.
* For a full list of all changes in this release, see <https://git.io/JT7UH>
This commit is contained in:
Santhosh Raju 2020-11-08 13:58:51 +00:00
parent 0c00e05637
commit 71170f8bdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554464
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ircd-hybrid
PORTVERSION= 8.2.33
PORTVERSION= 8.2.34
CATEGORIES= irc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1599657333
SHA256 (ircd-hybrid-8.2.33.tgz) = 18470fa4b5361809f8643599facd31541c44b29c0e63b1b44640d6c808456a01
SIZE (ircd-hybrid-8.2.33.tgz) = 1250775
TIMESTAMP = 1604843199
SHA256 (ircd-hybrid-8.2.34.tgz) = fcf872776a066b1623990bd438696a31fd79e184c688ffe5ef1e9c91046337c8
SIZE (ircd-hybrid-8.2.34.tgz) = 1053578