882e980867
dependancy, updated rc.d script to add 'conftest' option. Changes include: o Optional SSL support to enable encrypted connections between clients and servers, as well as server to server links. o Add support for SSL only channels, channel mode +S. o Bundled sqlite3 for handling and storing k/x/d lines. o Support for global CIDR limits. o Added adminwall allowing admins to broadcast messages to each other. o Creation of new library archive 'libratbox'. o Support for force nick changes. o New ssld and bandb processes for SSL connections and ban checking. PR: ports/122994 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
23 lines
1 KiB
Text
23 lines
1 KiB
Text
This is a port of the ircd-ratbox IRC daemon.
|
|
|
|
This version is the 'testing' branch; it usually contains more features,
|
|
but may contain as of yet unidentified bugs. Admins wishing to try out new
|
|
features or test the development release may prefer to use it over the
|
|
standard production release.
|
|
|
|
ircd-ratbox is the primary ircd used on EFnet; it combines the stability
|
|
of an ircd required for a large production network together with a rich
|
|
set of features, making it also suitable for use on smaller networks.
|
|
|
|
Changes Include:
|
|
o Optional SSL support to enable encrypted connections between clients
|
|
and servers, as well as server to server links.
|
|
o Add support for SSL only channels, channel mode +S.
|
|
o Bundled sqlite3 for handling and storing k/x/d lines.
|
|
o Support for global CIDR limits.
|
|
o Added adminwall allowing admins to broadcast messages to each other.
|
|
o Creation of new library archive 'libratbox'.
|
|
o Support for force nick changes.
|
|
o New ssld and bandb processes for SSL connections and ban checking.
|
|
|
|
WWW: http://www.ircd-ratbox.org/
|