aboutsummaryrefslogtreecommitdiffstats
path: root/perl.c
Commit message (Collapse)AuthorAgeFilesLines
* * Use internal task pool for memcached operation exported for perlcebka@mailsupport.rambler.ru2008-09-211-3/+1
| | | | * Make AV reference mortal as it is described in perlxs (3)
* * Add implementation of save point for async events in rspamd filtersVsevolod Stakhov2008-08-221-0/+3
|
* * Add filters logicVsevolod Stakhov2008-08-211-3/+14
| | | | | | * 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-23/+38
| | | | | | | | 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 C modules APIVsevolod Stakhov2008-08-141-5/+5
|
* * Add C api for calling perl filtersVsevolod Stakhov2008-06-251-0/+163