Subject: CVS commit: pkgsrc/chat/ircd-hybrid
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 01/03/2006 13:09:25
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Tue Jan  3 13:09:25 UTC 2006

Modified Files:
	pkgsrc/chat/ircd-hybrid: MESSAGE Makefile PLIST distinfo options.mk
	pkgsrc/chat/ircd-hybrid/patches: patch-aa patch-ab patch-ac
Removed Files:
	pkgsrc/chat/ircd-hybrid/patches: patch-ae

Log Message:
Update to 7.2.0

> -- ircd-hybrid-7.2.0 RELNOTES
> o) Fixed broken operwall = yes;
> o) Added 'umode' directive to oper{}.  List of modes to get on /OPER.
> o) Fixed a WHOIS bug
> o) Fixed bug where we would increase Count.invisi even
>    if invisible_on_connect is turned off
> o) Removed invite_ops_only, controlled by paranoid (+p) now
> o) Better DDoS protection
> o) Fixed va_list bug on amd64
> o) Fixed /dev/poll
>
>
> -- ircd-hybrid-7.2rc1 RELNOTES
> o) ircd can dynamically change all its client/fd limits at runtime
> o) Added epoll as the primary I/O engine under Linux
> o) Local channels will not show up in remote /WHOIS
> o) Added hidden_name which allows customized hidden server names
> o) Added restrict_channels to define a static channel set
> o) Added --disable-gline-voting to disable G-Line votes
>    for small networks or people who don't want it.
> o) Allow accumulating more ip= entries in an exempt{} block
> o) Various improvements and bugfixes
> o) Make win32 build usable
> o) Fixed ban caching bug
> o) Cosmetical fixes to TIME
> o) Get "KLINE nick" to work with clients that have a spoof
> o) Fixed RESV/XLINE bug in conjunction with names that include escaped
>    characters such as \*, \?, \#.
>
>
> -- ircd-hybrid-7.2beta1 RELNOTES
> o) Usermode +G, like +g, but allow messaging from people on common channels
> o) Usermode +D - "deaf", don't receive channel messages
> o) RXLINE and RKLINE - commands for setting regexp K/X lines
> o) Join flood is now detected and reported to +b opers
> o) Re-added REJECT_HOLD - lock clients for a while before throwing away
> o) ping_warning, a class{} option to notify opers before "Ping timeout"
> o) New hooking system, modularised: usermodes, iauth, message filtering etc.
> o) Network I/O speedups
> o) Various cleanups and bugfixes
> o) Support for client SSL
> o) Support for services (contrib/m_services.c)
> o) IP cloaking module (contrib/ip_cloaking.c)
> o) Native win32 build


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/chat/ircd-hybrid/MESSAGE \
    pkgsrc/chat/ircd-hybrid/PLIST pkgsrc/chat/ircd-hybrid/distinfo
cvs rdiff -r1.25 -r1.26 pkgsrc/chat/ircd-hybrid/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/ircd-hybrid/options.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/ircd-hybrid/patches/patch-aa \
    pkgsrc/chat/ircd-hybrid/patches/patch-ab \
    pkgsrc/chat/ircd-hybrid/patches/patch-ac
cvs rdiff -r1.3 -r0 pkgsrc/chat/ircd-hybrid/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.