Here is an update to ircd-hybrid 8.2.38.

-- Noteworthy changes in version 8.2.38 (2021-01-17)
* Backwards compatibility mode for ircd-hybrid 8.2.22 and below has been removed
* Minimum supported version of the Anope IRC services is now 2.0.8
* Fixed displaying issue with channel MODE messages
* Characters valid for user names for local clients are now [A-Za-z0-9._-]. 
'Special'
  characters like }|{`^]\[$, that were allowed previously, are no longer valid.
  Also user names may not begin with '.', '_', or '-'.
* The `general::dots_in_ident` configuration directive has been renamed to
  `general::specials_in_ident` and now covers the '-' and '_' characters in
  addition to '.'
* Fixed issue with clients connected from IPv6 localhost that, depending on the
  system's getaddrinfo() implementation, could lead to a crash of remote servers



Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/Makefile,v
retrieving revision 1.58
diff -u -p -u -p -r1.58 Makefile
--- Makefile    17 Jan 2021 15:47:40 -0000      1.58
+++ Makefile    31 Jan 2021 22:20:55 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      Internet Relay Chat server
 
-DISTNAME =     ircd-hybrid-8.2.37
+DISTNAME =     ircd-hybrid-8.2.38
 CATEGORIES =   net
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
 EXTRACT_SUFX = .tgz
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/ircd-hybrid/distinfo,v
retrieving revision 1.35
diff -u -p -u -p -r1.35 distinfo
--- distinfo    17 Jan 2021 15:47:40 -0000      1.35
+++ distinfo    31 Jan 2021 22:21:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (ircd-hybrid-8.2.37.tgz) = rvFAVcnWO9CdRGc3CfCJoPeCvUXjhDNP5K3WQRcZibA=
-SIZE (ircd-hybrid-8.2.37.tgz) = 1046778
+SHA256 (ircd-hybrid-8.2.38.tgz) = xRA0hzowgjSQtb37Pnw7de1nPtlHAg2FwRMSaKdr+2M=
+SIZE (ircd-hybrid-8.2.38.tgz) = 1039787

Reply via email to