summaryrefslogtreecommitdiffstats
path: root/perl.h
Commit message (Collapse)AuthorAgeFilesLines
* * Add filters logicVsevolod Stakhov2008-08-211-1/+1
| | | | | | * 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-5/+9
| | | | | | | | 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/+15