aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Update to the recent versions.Vsevolod Stakhov2014-07-191-1/+3
|
* Support legacy 'RSPAMC' protocol line.Vsevolod Stakhov2014-04-231-0/+1
|
* Add compatibility layer with old spamc.Vsevolod Stakhov2014-04-052-4/+41
|
* Add rdns as a submodule.Vsevolod Stakhov2014-02-191-9/+1
|
* Move xxhash to contrib.Vsevolod Stakhov2014-02-183-0/+642
|
* Remove autogenerated Makefile.Vsevolod Stakhov2014-02-041-314/+0
|
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-0420-0/+3758
| | | | | | | | | | Libottery itself is hosted here: https://github.com/nmathewson/libottery This import is a rough adoptation of libottery to use it for secure random numbers in rspamd when needed (and in DNS resolver specifically). This import makes the internal chacha20 code useless, hence it is removed now.
* Import http parser code.Vsevolod Stakhov2014-01-074-0/+2582
|
* Fix linking libraries.Vsevolod Stakhov2013-12-261-1/+1
|
* Rework build system.Vsevolod Stakhov2013-12-261-2/+0
|
* Forgot to add.Vsevolod Stakhov2013-10-221-0/+410
|
* Fix warning about murmur hash macro.Vsevolod Stakhov2013-09-301-0/+1
|
* Keys in hash table are const pointers.Vsevolod Stakhov2013-08-231-4/+4
|
* Start rcl parser implementation.Vsevolod Stakhov2013-08-051-0/+757
|
* The preliminary API of rspamd configuration language.Vsevolod Stakhov2013-08-041-0/+948
| | | | | Include UTHash for faster and more convenient hash functions than g_hash_table is. Implement the basic API for RCL parser.
* Fix warning for printf like function in exim patch.Vsevolod Stakhov2013-07-121-8/+12
|
* More fixes for Solaris.Vsevolod Stakhov2013-06-201-8/+0
|
* * 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