Introduction

The RegexPolicyDaemon 'rxpd' is a simple generic daemon which can be used to check data against different lists of regular expressions. This can be used to build white/blacklists to protect many kinds of internet service (wiki, mail, cgi, ...). It can be used build distributed (peer to peer) networks of syncronized lists.

News

Include(/News, , editlink)

Documentation

Read the ["/Documentation"].

Todo

Include(/ToDo, , editlink)

Contact

Email: ct@pipapo.org

IRC: #mala on irc.freenode.net, my nick is 'cehteh'.

Bugs

Please view and report issues at: ["/Bugs"]

Anonymous git

I created a 'mob' repository on my server where anyone can push patches.

Little HowTo:

# first clone the repository
# (use the --reference option when you already have any other
# git clone of a cinelerra repo)
git clone git://git.pipapo.org/mob/rxpd my_rxpd
cd my_rxpd

# work and commit
..hack..hack..hack
git commit ...

# push it to the server, creating a new branch
git push git://git.pipapo.org/mob/rxpd master:refs/heads/newbranchname

/!\ IMPORTANT: BR

Do not trust the code in this repository, anyone could add potentially dangerous code, review every foreign commit before run anything!

I'd suggest to use gpg signed tags when you reviewd some state and trust it (man gpg-tag). Such tags then sign the state and all its history.

Authors

Include(/Authors)

License

Rxpd is distributed under the "Gnu General Public License". For details read the 'COPYING' file which comes with the distribution.

Applications

Here is a list of projects using rxpd:

Include(/Applications, , editlink)

Resources

Freshmeat Project page:

Release Tarballs:

Git url:

The gitweb interface lets you download development tarball:

Changlog and Code browser:

RegexPolicyDaemon (last edited 2008-11-22 03:40:03 by ct)