diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-04-09 12:39:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-04-09 12:39:25 +0000 |
commit | fa4eda0b585c1f4aa28e9e6a3e1beff8a0b63f9e (patch) | |
tree | da79b3167acccb74d8d0fc197e53fa842434e317 /chat/ircu/PLIST | |
parent | 488434a6abf033975302005ec05bb3db21a8ad82 (diff) | |
download | pkgsrc-fa4eda0b585c1f4aa28e9e6a3e1beff8a0b63f9e.tar.gz |
Update to 2.10.12.10
Some of the changes include:
* doc/example.conf: Document new options for General block.
* doc/example.conf (Features): Illustrate URLREG feature.
* ircd/m_burst.c (ms_burst): Properly handle member mode :ov.
* doc/example.conf (Port): Document the method to select IPv4 or
IPv6 restriction for a port.
* ircd/s_auth.c (auth_ping_timeout): If the client never had an
auth request, kill them on ping timeout.
* ircd/s_auth.c (check_auth_finished): Only check passwords on
user ports.
See the ChangeLog for the full details
Diffstat (limited to 'chat/ircu/PLIST')
-rw-r--r-- | chat/ircu/PLIST | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chat/ircu/PLIST b/chat/ircu/PLIST index 9df8415f2d4..de8e977dd1a 100644 --- a/chat/ircu/PLIST +++ b/chat/ircu/PLIST @@ -1,24 +1,25 @@ -@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:33:58 reed Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/04/09 12:39:26 adrianp Exp $ man/man8/ircd.8 sbin/ircd -sbin/ircd-chkconf -sbin/ircd-mkpasswd share/doc/ircd/README -share/doc/ircd/README.mkpasswd -share/doc/ircd/iauth.txt +share/doc/ircd/RELEASE.NOTES +share/doc/ircd/INSTALL +share/doc/ircd/iso-time.html +share/doc/ircd/p10.html +share/doc/ircd/snomask.html share/doc/ircd/readme.asll share/doc/ircd/readme.chroot share/doc/ircd/readme.crules share/doc/ircd/readme.cvs share/doc/ircd/readme.features share/doc/ircd/readme.gline +share/doc/ircd/readme.iauth share/doc/ircd/readme.indent share/doc/ircd/readme.jupe share/doc/ircd/readme.log share/doc/ircd/readme.who share/doc/ircd/readme.www share/examples/ircd/example.conf -share/examples/ircd/ircd.conf.sample share/examples/rc.d/ircd @dirrm share/examples/ircd @dirrm share/doc/ircd |