Hi!
New features:
-faster scanning of content due to new word-search algorithm
-Deny is now before allow when blocking URL's
Fixes:
-Will enable safe-search on google
Hi.
Version 0.4 of icappfd is released, it is more stable then 0.2 and contains 2 new featues.
1) The extras directory contains an install.sh script that will turn a bare Arch linux box with 2 network cards into a filtering bridge.
2) An extra feature has been added to icappfd.conf... you can now specify .bu<text> to block all URLS that contain TEXT. .bur<regex> will do the same but with a regex, .au<text> passes any URL that containts TEXT, and of course to complete the set: .aur<regex>
With this it is possible to add URL based filtering.... read more</regex></text></regex></text>
Added: 1 installation guide!
If you want to use icappfd: read this install guide.
http://sourceforge.net/p/icappfd/wiki/InstallationGuide/
First downloadable version of icappfd is here!
https://sourceforge.net/projects/icappfd/files/development/icappfd-0.2.tar.gz/download
To install:
tar zxvf icappfd-[version].tar.gz
cd icappfd-[version]/build
cmake ../
make
make install
More to follow.
First commit of the ICAP Phrase Filter Daemon is live :)
To be continued.