mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-29 00:10:26 +00:00
081b3524db
fix xml tool.
15 lines
547 B
Plaintext
15 lines
547 B
Plaintext
This is the AbuseFilter native expression parser. It improves the performance
|
|
of the filter by using a C++ program to parse the expression.
|
|
|
|
parser_native has been tested on these platforms:
|
|
|
|
* Solaris 10 with GCC 3.4.3
|
|
* Solaris 10 with Sun Studio 12 (C++ patch 124864-04)
|
|
* Debian Linux with GCC 4.3.1
|
|
|
|
parser_filter requires Boost (www.boost.org) 1.35.0 or higher. Earlier versions
|
|
will generate a parser which does not work.
|
|
|
|
To compile it, copy makefile.config.example to makefile.config, edit it, and
|
|
run 'make'. (GNU make is required.)
|