aboutsummaryrefslogtreecommitdiffstats
path: root/perl
Commit message (Collapse)AuthorAgeFilesLines
* * Add implementation of save point for async events in rspamd filtersVsevolod Stakhov2008-08-221-0/+22
|
* * Add filters logicVsevolod Stakhov2008-08-211-15/+33
| | | | | | * Perl should use separate memcached context for its operations (just do memcpy with the same socket) TODO: add block mechanics here to avoid memcached connection closing before perl operation is finished * Change logic of perl chain filter
* * Rewrite perl module for new XS, now perl filters got only object of rspamd ↵Vsevolod Stakhov2008-08-201-4/+123
| | | | | | | | module that provides access to every part of message * Add memcached access api for perl * Reorganize Makefile, add .PHONY targets * Fix memcached module as now we cannot write or read several keys in async mode
* * Add initial implementation of rspamd XS moduleVsevolod Stakhov2008-08-194-0/+142