match_regex plugin: Renamed `filter_pcre' to `match_regex'.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 21 Nov 2008 22:14:42 +0000 (23:14 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 21 Nov 2008 22:14:42 +0000 (23:14 +0100)
commit266c5c655c88176f817b0df7ce61d37173d6bc42
treed602fb08be07b0162b75a4a93fdaa769ee6ae2d6
parent55a46b483726014b91bc7e741d95a84a611b28c2
match_regex plugin: Renamed `filter_pcre' to `match_regex'.

In order to fit into the new match/target schema, the substitute part of the
plugin has been removed for now and will be put in a target plugin in the
future.

The match_regex now registeres a match with the new infrastructure and uses
regular expressions to match certain values based on their identifier.
configure.in
src/Makefile.am
src/filter_pcre.c [deleted file]
src/match_regex.c [new file with mode: 0644]