Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix url parser (get regexp from our mail system) | Vsevolod Stakhov | 2008-09-09 | 6 | -167/+143 |
| | | | | * Add some more tests to url testcase | ||||
* | * Fix url length while passing them to normalizer | Vsevolod Stakhov | 2008-09-08 | 2 | -9/+7 |
| | | | | TODO: fix html parsing regexp (now it doesn't work) | ||||
* | * Use glib logger and regexp matching functions | Vsevolod Stakhov | 2008-09-08 | 4 | -49/+76 |
| | |||||
* | * Add initial test suite using glib test suite | Vsevolod Stakhov | 2008-09-08 | 6 | -2/+156 |
| | |||||
* | * Add SURBL logic to surbl plugin | Vsevolod Stakhov | 2008-09-04 | 1 | -1/+156 |
| | | | | * Add whitelist and hosters list to params | ||||
* | * Add initial implementation of surbl check module | Vsevolod Stakhov | 2008-09-03 | 12 | -96/+536 |
| | |||||
* | * Add ability to pass options to rspamd modules via flex start conditions | Vsevolod Stakhov | 2008-09-02 | 4 | -2/+73 |
| | |||||
* | * Update URL normalizer (partially taken from GNU wget) | Vsevolod Stakhov | 2008-08-25 | 1 | -3/+382 |
| | |||||
* | * Add implementation of save point for async events in rspamd filters | Vsevolod Stakhov | 2008-08-22 | 4 | -16/+127 |
| | |||||
* | * Add filters logic | Vsevolod Stakhov | 2008-08-21 | 7 | -39/+201 |
| | | | | | | * 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 | 8 | -87/+239 |
| | | | | | | | | 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 | 8 | -6/+197 |
| | |||||
* | * Add additional headers support in protocol | Vsevolod Stakhov | 2008-08-18 | 2 | -4/+83 |
| | |||||
* | * Add initial implementation of C modules API | Vsevolod Stakhov | 2008-08-14 | 11 | -44/+145 |
| | |||||
* | * Add checking of tempdir (ported from rpop) | Vsevolod Stakhov | 2008-06-30 | 1 | -0/+10 |
| | |||||
* | * Add C api for calling perl filters | Vsevolod Stakhov | 2008-06-25 | 5 | -4/+200 |
| | |||||
* | * Init perl XS correctly | Vsevolod Stakhov | 2008-06-24 | 1 | -2/+2 |
| | |||||
* | * Add initial support of perl filters | Vsevolod Stakhov | 2008-06-24 | 7 | -21/+332 |
| | |||||
* | * Rewrite memcached library to work with events (async model) | Vsevolod Stakhov | 2008-06-19 | 6 | -357/+521 |
| | | | | | * Add simple test for new memcached library * Use glib variants of malloc and free functions in rspamd | ||||
* | * Add extracting urls from messages | Vsevolod Stakhov | 2008-06-16 | 3 | -5/+67 |
| | |||||
* | * Add initial version of URLs parser (still need to make PCRE parse all ↵ | Vsevolod Stakhov | 2008-06-11 | 5 | -24/+644 |
| | | | | | | pattern matches) * Link with PCRE | ||||
* | * Remove warning from main.c | Vsevolod Stakhov | 2008-06-10 | 3 | -5/+55 |
| | | | | | * Add perl detection and perl linker's and cflags * Modify configure to work with BSD sed (stupid and ugly) | ||||
* | * Add gnome mime parser to rspamd | Vsevolod Stakhov | 2008-06-09 | 7 | -216/+338 |
| | | | | | * Add some protocol parser with evbuffer * Add pkg-check to configure script for detecting gmime and glib | ||||
* | * Add initial release of mime parser. Now can only decode base64 and ↵ | Vsevolod Stakhov | 2008-05-12 | 4 | -2/+218 |
| | | | | quoted-printable. | ||||
* | * Add fixed string library | Vsevolod Stakhov | 2008-05-12 | 3 | -2/+315 |
| | |||||
* | * Add skeleton | Vsevolod Stakhov | 2008-05-08 | 20 | -0/+4682 |