summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* * Place all protocol logic in separate filecebka@mailsupport.rambler.ru2008-09-201-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.ru2008-09-181-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 dependenciescebka@mailsupport.rambler.ru2008-09-161-1/+1
|
* * Add utility for extracting urls from messageVsevolod Stakhov2008-09-101-2/+26
| | | | * Rework build system
* * Add initial test suite using glib test suiteVsevolod Stakhov2008-09-081-1/+23
|
* * Add initial implementation of surbl check moduleVsevolod Stakhov2008-09-031-4/+8
|
* * Add initial implementation of rspamd XS moduleVsevolod Stakhov2008-08-191-4/+16
|
* * Add initial implementation of C modules APIVsevolod Stakhov2008-08-141-18/+69
|
* * Add C api for calling perl filtersVsevolod Stakhov2008-06-251-2/+2
|
* * Add initial version of URLs parser (still need to make PCRE parse all ↵Vsevolod Stakhov2008-06-111-2/+8
| | | | | | pattern matches) * Link with PCRE
* * Remove warning from main.cVsevolod Stakhov2008-06-101-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 rspamdVsevolod Stakhov2008-06-091-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 Stakhov2008-05-121-2/+2
| | | | quoted-printable.
* * Add fixed string libraryVsevolod Stakhov2008-05-121-2/+2
|
* * Add skeletonVsevolod Stakhov2008-05-081-0/+516