aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* * Add dynamic configuration dumping.Vsevolod Stakhov2012-10-011-41/+571
| | | | | | * Add labels support to the statfiles (would be used for meta-classification) * Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option in spam_server line.
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-311-1/+1
| | | | | Fix several issues in threads handling inside keystorage. Fix sigsuspend usage in keystorage.
* Add detecting of libhiredis for communicating with kvstorage.Vsevolod Stakhov2011-12-0924-0/+5146
| | | | Add internal hiredis if it is not found in system.
* Fix output for spamc proto.Vsevolod Stakhov2011-08-151-1/+1
|
* Another fix for out-source build.Vsevolod Stakhov2011-07-301-0/+1
| | | | Unbreak FreeBSD build.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-297-0/+7761
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* Fix patch for exim.Vsevolod Stakhov2011-02-211-4/+13
| | | | Fix parsing of wrong headers.
* Add patch for exim spam.c to use rspamd.Vsevolod Stakhov2011-02-211-0/+77
|
* * Add new version of exim's local scan rspamd scannerVsevolod Stakhov2010-10-181-0/+377
|
* * Fix issue with folding multiline headers (submitted by Anton Nekhoroshikh).Vsevolod Stakhov2010-05-261-14/+10
|
* * Fix issues in documentationVsevolod Stakhov2010-05-251-1/+1
| | | | * Fix rspamd url
* * Add a little review of rspamdcebka@lenovo-laptop2010-02-041-0/+702
* Add local_scan.c from Anton Nekhoroshikh for exim MTA