aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #146 from fatalbanana/masterVsevolod Stakhov2015-02-112-37/+40
|\ | | | | Update RBL module etc
| * Make Exim pass usernames to RspamdAndrew Lewis2015-02-112-37/+40
| |
* | Small fixes.Vsevolod Stakhov2015-02-092-4/+9
| |
* | Macro ambiguity hell.Vsevolod Stakhov2015-02-091-4/+4
| |
* | Unify align macro.Vsevolod Stakhov2015-02-081-2/+4
|/
* Publish afternm_detachedVsevolod Stakhov2015-02-021-0/+3
|
* Fix bad change in Exim patchAndrew Lewis2015-02-021-1/+1
|
* Merge pull request #131 from fatalbanana/masterVsevolod Stakhov2015-02-012-232/+123
|\ | | | | Update Exim patch
| * Update Exim patchAndrew Lewis2015-01-312-232/+123
| |
* | Fix cryptobox code.Vsevolod Stakhov2015-01-301-12/+8
| |
* | Fix blocks chaining.Vsevolod Stakhov2015-01-301-1/+9
| |
* | Fix detached cryptobox.Vsevolod Stakhov2015-01-291-1/+2
| |
* | Add prototypes.Vsevolod Stakhov2015-01-281-0/+3
| |
* | Implement detached cryptobox.Vsevolod Stakhov2015-01-281-0/+79
| |
* | Use more targeted compile flags setup.Vsevolod Stakhov2015-01-282-5/+5
| |
* | Do not pad encrypted messages.Vsevolod Stakhov2015-01-282-8/+10
| |
* | Forgot to add.Vsevolod Stakhov2015-01-281-0/+8
| |
* | Adopt tweetnacl for rspamd.Vsevolod Stakhov2015-01-282-48/+55
| |
* | Import tweetnacl.Vsevolod Stakhov2015-01-282-0/+1081
|/
* Make Exim pass hostnames to rspamdAndrew Lewis2015-01-031-12/+15
|
* Allow to listen on ipv6 IP.Vsevolod Stakhov2014-12-251-0/+0
|
* Arrays are no longer lists in UCL.Vsevolod Stakhov2014-12-251-0/+0
|
* Lemmatize words for fuzzy check.Vsevolod Stakhov2014-12-231-0/+0
|
* Compile external tools with optimizations.Vsevolod Stakhov2014-12-196-3/+14
|
* Use blake2 as KDF instead of sha256.Vsevolod Stakhov2014-12-181-1/+1
|
* Add blake2 hash contrib code.Vsevolod Stakhov2014-12-184-0/+624
|
* Add custom targets check and run-test.Vsevolod Stakhov2014-12-171-0/+0
|
* Add preliminary shingles version.Vsevolod Stakhov2014-12-171-0/+0
|
* Add siphash contrib code.Vsevolod Stakhov2014-12-171-0/+0
|
* Add snowball stemmer to the build.Vsevolod Stakhov2014-12-171-0/+0
|
* Update exim patch.Vsevolod Stakhov2014-09-291-214/+88
| | | | | | | - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim
* Allow strcase uthash.Vsevolod Stakhov2014-08-241-1/+3
|
* 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.