Commit graph

2 commits

Author SHA1 Message Date
Beech Rintoul
8bf7d6ac01 - Update to 1.2.0
Some port changes include:
o Removed port dependency on patch files.
o Added LIB_DEPENDS for requiring pcre to build services.
o Added CONFIGURE_ENV options to help configure detect sqlite and pcre libs and header files.
o Added PERL dependency for database schema generation scripts on port installation.
o Added new Memoserv configure options.
o Restored MySQL database backend support.
o Fixed build error caused when building with 'NOPORTDOCS=yes'.

Brief list of some package changes:
o Multi-language support - Support for different language translations of services help files and
responses (currently not recommended in this release).
o Memoserv - A new service allowing usernames to send memos to each other.
o Service merging - Ability to merge services like banserv, jupeserv and watchserv into operserv.
o Regexp - Ability to add regular expression ban matches.
o Suspend - Ability to suspend users and channels.

PR:		ports/125035
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-07-02 22:28:13 +00:00
Pav Lucistnik
b873fc159a 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. 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>
2006-05-01 12:45:14 +00:00