aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* * Fix linking with libutilVsevolod Stakhov2009-03-271-0/+9
|
* * Fix build without perlVsevolod Stakhov2009-03-271-0/+9
|
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-44/+68
| | | | | * Fix creating of uinx socket * Improve some build issues
* * More accurate work with clockVsevolod Stakhov2009-03-251-0/+2
|
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+3
|
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-0/+1
|
* * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)Vsevolod Stakhov2009-03-201-0/+3
| | | | * Add test case for fuzzy hashing check
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-0/+2
| | | | | | | | * Parse expressions with state machine which allows different kinds of arguments in expressions * Fix test to accord current data * Add support of fucntions to regexp module * Move all regexp logic to separate file, describe its API * Fix descriptors leakage in surbl module
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-191-0/+1
| | | | * Set "C" locale on start to avoid some troubles with logging
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-031-1/+33
| | | | | | | * Add ability to drop privilleges of rspamd processes * Add ability to install redirector with rspamd * Add FreeBSD start scripts for rspamd and redirector * Remove command line parsing from util.c as it has specific usage only in main process
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-021-0/+1
|
* * Link with gmime24 if gmime22 is not foundVsevolod Stakhov2009-03-021-1/+6
|
* * Fix url-extracterVsevolod Stakhov2009-02-271-11/+7
| | | | | | * Fix soft-shutdown of dispacther * Turn debug on by default in cmake * Change logic of save points
* * Fix dependencies on perlxs target (do not rebuild it constantly)Vsevolod Stakhov2009-02-271-1/+6
| | | | | | | | | * Fix rspamc to understand lmtp and delivery sections in config * Fix parser's states when reading module options * Add sample config for surbl module with comments --HG-- rename : rspamc.pl => rspamc.pl.in
* * Remove cmake logic for installing targets due to fucking libperlVsevolod Stakhov2009-02-261-1/+1
|
* * Completely rewrite and reorganize perl APIVsevolod Stakhov2009-02-261-0/+4
| | | | | | | | | * Add documentation for Mail::Rspamd * Add install targets to cmake --HG-- rename : perl/rspamd.pm => perl/Rspamd.pm rename : perl/rspamd.xs => perl/Rspamd.xs
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-251-0/+7
| | | | * Add e-mail address validation in lmtp
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-2/+4
|
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with ↵Vsevolod Stakhov2009-02-191-1/+2
| | | | timeouts must be resolved)
* * Fix issue with -fPIC and DynaLoaderVsevolod Stakhov2009-02-181-1/+18
| | | | * Retab perl.c
* * Add issue to cmake to make perl module as wellVsevolod Stakhov2009-02-171-7/+91
| | | | | * Fix some portability issues (to FreeBSD mainly) * Add script to make modules list
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-0/+199
working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing