Regex Policy Daemon 0.2pre1 (Development branch) |
|
|
Wednesday October 17, 2007. 11:12 PM FreshMeat
The RegexPolicyDaemon (rxpd) can be used to efficiently check
data against different lists of regular expressions. This can be
used to build whitelists/blacklists to protect many kinds of
Internet services. It uses a simple textual protocol that is easily
implementable in scripting languages. Example usages are
access and content control (spam filtering) for CGI scripts,
wikis, email, revision control systems, IRC servers and clients,
and so on.
License: GNU General Public License (GPL)
Changes:
This release adds a lot new commands and features. The daemon now maintains an 'atime' when rules get matched, and can expire old rules. Some code cleanup has been done, and added a lot of documentation has been added. Distributed synchronization of lists is on the way.
|