Regex Policy Daemon 0.2 (Development branch) |
|
|
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:
gnu-pth is now used as the underlying event/scheduling library now. All basic commands, including the ones for distributed operation (FETCH, UPDATE, and MERGE) are now implemented. A test suite was included. Many other things were completed and cleaned up.
|