Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Place all protocol logic in separate file | cebka@mailsupport.rambler.ru | 2008-09-20 | 1 | -2/+2 |
| | | | | | | - 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 | -2/+2 |
| | | | | | | - 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 | ||||
* | * Fix include dependencies | cebka@mailsupport.rambler.ru | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | * Add utility for extracting urls from message | Vsevolod Stakhov | 2008-09-10 | 1 | -2/+26 |
| | | | | * Rework build system | ||||
* | * Add initial test suite using glib test suite | Vsevolod Stakhov | 2008-09-08 | 1 | -1/+23 |
| | |||||
* | * Add initial implementation of surbl check module | Vsevolod Stakhov | 2008-09-03 | 1 | -4/+8 |
| | |||||
* | * Add initial implementation of rspamd XS module | Vsevolod Stakhov | 2008-08-19 | 1 | -4/+16 |
| | |||||
* | * Add initial implementation of C modules API | Vsevolod Stakhov | 2008-08-14 | 1 | -18/+69 |
| | |||||
* | * Add C api for calling perl filters | Vsevolod Stakhov | 2008-06-25 | 1 | -2/+2 |
| | |||||
* | * Add initial version of URLs parser (still need to make PCRE parse all ↵ | Vsevolod Stakhov | 2008-06-11 | 1 | -2/+8 |
| | | | | | | pattern matches) * Link with PCRE | ||||
* | * Remove warning from main.c | Vsevolod Stakhov | 2008-06-10 | 1 | -3/+52 |
| | | | | | * 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 | 1 | -4/+58 |
| | | | | | * 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 | 1 | -2/+2 |
| | | | | quoted-printable. | ||||
* | * Add fixed string library | Vsevolod Stakhov | 2008-05-12 | 1 | -2/+2 |
| | |||||
* | * Add skeleton | Vsevolod Stakhov | 2008-05-08 | 1 | -0/+516 |