Index: head/irc/ircd-ratbox/pkg-descr =================================================================== --- head/irc/ircd-ratbox/pkg-descr (revision 331769) +++ head/irc/ircd-ratbox/pkg-descr (revision 331770) @@ -1,19 +1,19 @@ This is a port of the ircd-ratbox IRC daemon. 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 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 forced nick changes (instead of collision kills). o New ssld and bandb processes for SSL connections and ban checking; these allow ratbox-3 to make better use of multi-processor systems. -WWW: http://www.ircd-ratbox.org/ +WWW: http://www.ratbox.org/ Index: head/irc/ratbox-services/pkg-descr =================================================================== --- head/irc/ratbox-services/pkg-descr (revision 331769) +++ head/irc/ratbox-services/pkg-descr (revision 331770) @@ -1,20 +1,20 @@ ratbox-services is a services package written mostly from scratch for use with ircd-ratbox. It is highly configurable, with nearly all options being set in a config that can be rehashed rather than set at compile time. As well as supporting standard database backends like PostgreSQL, its default is to use the SQLite database backend, which works as a database interface to a normal file, meaning no separate database software must be running. Features: - User, nick and channel services - Jupe service - Global message service - Oper services - Watcher services - Opered bot - List service - Memo service -WWW: http://services.ircd-ratbox.org/ +WWW: http://www.ratbox.org/