summaryrefslogtreecommitdiffstats
path: root/perl/Makefile.PL.in
Commit message (Collapse)AuthorAgeFilesLines
* * Fix error in expression parser that causes bad errors with expressions ↵Vsevolod Stakhov2009-03-231-1/+2
| | | | | | | | | | | | that have regexp at the end * Improve test for fuzzy hashes * Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes * Add documentation for expressions parser and fot Mail::Rspamd::TextPart * Allways calculate fuzzy hash for text parts * Store text parts separately from other parts * Add compare_parts_distance for expressions that calculates difference in 2 parts messages * Do not try to substitute variables in empty strings
* * Completely rewrite and reorganize perl APIVsevolod Stakhov2009-02-261-2/+14
| | | | | | | | | * Add documentation for Mail::Rspamd * Add install targets to cmake --HG-- rename : perl/rspamd.pm => perl/Rspamd.pm rename : perl/rspamd.xs => perl/Rspamd.xs
* * Add issue to cmake to make perl module as wellVsevolod Stakhov2009-02-171-2/+2
| | | | | * Fix some portability issues (to FreeBSD mainly) * Add script to make modules list
* * Add initial implementation of rspamd XS moduleVsevolod Stakhov2008-08-191-0/+9