aboutsummaryrefslogtreecommitdiff
path: root/irc/ratbox-services
Commit message (Collapse)AuthorAgeFilesLines
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* ratbox-services is a services package written mostly from scratch forPav Lucistnik2006-05-0110-0/+554
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. It also uses the SQLite database backend, which works as a database interface to a normal file, meaning no seperate database software must be running. Features: - User, nick and channel services - Jupe service - Global message service - Oper services - Opered bot - List service WWW: http://services.ircd-ratbox.org/ PR: ports/92520 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=161043