mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
2125420ff2
Submitted by: Michael Clay Approved by: moggie <moggie@elasticmind.net> (maintainer)
21 lines
646 B
Plaintext
21 lines
646 B
Plaintext
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://www.ratbox.org/
|