diff options
author | nia <nia@pkgsrc.org> | 2019-05-03 17:14:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-05-03 17:14:27 +0000 |
commit | 1ac8644721753f4a0261e3fcce4111b34ce50539 (patch) | |
tree | 972c35a1ee8c107d68d99d4a0a1ef54e3c7ce452 /chat/Makefile | |
parent | a81dc6bce959262e37e571e083f3ae42fe3a44ae (diff) | |
download | pkgsrc-1ac8644721753f4a0261e3fcce4111b34ce50539.tar.gz |
chat/inspircd3: Add version 3.0.0.
This release contains many major new enhancements, some of which include:
* Full support for all currently ratified IRCv3 extensions.
* Support for WebSocket connections.
* Support for the bcrypt and PBKDF2 password hashing algorithms.
* Support for the WHOX extension.
* Support for UNIX socket connections.
* Support for the HAProxy PROXY protocol.
* Many performance improvements.
To upgrade from v2 (chat/inspircd) please consult the list of config
changes:
https://docs.inspircd.org/3/configuration-changes/
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index 1d913f4d7d6..4363ce9340e 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.217 2019/05/02 07:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.218 2019/05/03 17:14:27 nia Exp $ # COMMENT= Communication programs @@ -47,6 +47,7 @@ SUBDIR+= icbirc SUBDIR+= icqlib SUBDIR+= ii SUBDIR+= inspircd +SUBDIR+= inspircd3 SUBDIR+= ircII SUBDIR+= ircd-hybrid SUBDIR+= irchat-pj |