Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add filters logic | Vsevolod Stakhov | 2008-08-21 | 1 | -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 Stakhov | 2008-08-20 | 1 | -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 API | Vsevolod Stakhov | 2008-08-14 | 1 | -5/+5 |
| | |||||
* | * Add C api for calling perl filters | Vsevolod Stakhov | 2008-06-25 | 1 | -0/+15 |