2006-05-01 14:45:14 +02:00
|
|
|
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
|
2007-10-28 00:18:13 +02:00
|
|
|
that can be rehashed rather than set at compile time. As well as supporting
|
2007-09-28 03:03:41 +02:00
|
|
|
standard database backends like PostgreSQL, its default is to use
|
|
|
|
the SQLite database backend, which works as a database interface to a normal
|
2009-08-16 16:06:52 +02:00
|
|
|
file, meaning no separate database software must be running.
|
2006-05-01 14:45:14 +02:00
|
|
|
|
|
|
|
Features:
|
|
|
|
- User, nick and channel services
|
|
|
|
- Jupe service
|
|
|
|
- Global message service
|
|
|
|
- Oper services
|
2007-09-28 03:03:41 +02:00
|
|
|
- Watcher services
|
2006-05-01 14:45:14 +02:00
|
|
|
- Opered bot
|
|
|
|
- List service
|
2008-07-03 21:32:51 +02:00
|
|
|
- Memo service
|
2006-05-01 14:45:14 +02:00
|
|
|
|
2013-10-27 14:21:29 +01:00
|
|
|
WWW: http://www.ratbox.org/
|