Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add implementation of save point for async events in rspamd filters | Vsevolod Stakhov | 2008-08-22 | 1 | -0/+22 |
| | |||||
* | * Add filters logic | Vsevolod Stakhov | 2008-08-21 | 1 | -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 Stakhov | 2008-08-20 | 1 | -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 module | Vsevolod Stakhov | 2008-08-19 | 1 | -0/+100 |