Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Place all protocol logic in separate file | cebka@mailsupport.rambler.ru | 2008-09-20 | 1 | -0/+3 |
| | | | | | | - simplify protocol parsing logic - add compatibility with sa-spamd - TODO: add protocol output for all commands | ||||
* | * Add memory pool support. | cebka@mailsupport.rambler.ru | 2008-09-18 | 1 | -0/+3 |
| | | | | | | - memory pools would be used in modules for allocating task specific data without freeing it separately - memory pools growth is implemented as multiplying by 2 its length (for avoiding multiply reallocs) - when memory pool is freed all data that was allocated from this pool is freed too | ||||
* | * Use glib logger and regexp matching functions | Vsevolod Stakhov | 2008-09-08 | 1 | -4/+4 |
| | |||||
* | * Add initial implementation of surbl check module | Vsevolod Stakhov | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | * Add implementation of save point for async events in rspamd filters | Vsevolod Stakhov | 2008-08-22 | 1 | -1/+10 |
| | |||||
* | * Add filters logic | Vsevolod Stakhov | 2008-08-21 | 1 | -0/+25 |
| | | | | | | * 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 | -0/+4 |
| | | | | | | | | 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/+13 |
| | |||||
* | * Add additional headers support in protocol | Vsevolod Stakhov | 2008-08-18 | 1 | -0/+5 |
| | |||||
* | * Add initial implementation of C modules API | Vsevolod Stakhov | 2008-08-14 | 1 | -1/+3 |
| | |||||
* | * Add C api for calling perl filters | Vsevolod Stakhov | 2008-06-25 | 1 | -0/+10 |
| | |||||
* | * Add initial support of perl filters | Vsevolod Stakhov | 2008-06-24 | 1 | -0/+1 |
| | |||||
* | * Add initial version of URLs parser (still need to make PCRE parse all ↵ | Vsevolod Stakhov | 2008-06-11 | 1 | -0/+5 |
| | | | | | | pattern matches) * Link with PCRE | ||||
* | * Add gnome mime parser to rspamd | Vsevolod Stakhov | 2008-06-09 | 1 | -1/+16 |
| | | | | | * Add some protocol parser with evbuffer * Add pkg-check to configure script for detecting gmime and glib | ||||
* | * Add skeleton | Vsevolod Stakhov | 2008-05-08 | 1 | -0/+71 |