aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.50.9.5Vsevolod Stakhov2015-05-292-1/+15
| | | | | | | | | | | | | | | | | * Avoid double free when extending HTTP message. * Fix double free if multiple classifiers are defined. * Fix misprint in spamassassin plugin. * Fix cpuid invocation on i386. * Fix ownership issues for zero-copy decode. * Allow __len metamethod on rspamd{text}. * Add base64 decoding lua utility. * Fix build on FreeBSD * Skip spaces at the beginning of mime messages. * DBL_ABUSE_REDIR should not have significant weight. * Allow to split by lua_regexp rspamd{text} objects. * Allow to specify custom stop pattern for lua_tcp. Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Avoid double free when extending HTTP message.Vsevolod Stakhov2015-05-291-0/+2
|
* Fix double free if multiple classifiers are defined.Vsevolod Stakhov2015-05-271-0/+1
|
* If replacement cannot be applied, just remove regexp.Vsevolod Stakhov2015-05-261-0/+4
|
* Fix misprint in spamassassin plugin.Vsevolod Stakhov2015-05-261-1/+1
|
* Fix i386 cpuid invocation.Vsevolod Stakhov2015-05-261-8/+2
|
* Add unit tests for b64 decoding and native encoding.Vsevolod Stakhov2015-05-251-0/+41
|
* Fix ownership issues for zero-copy decode.Vsevolod Stakhov2015-05-251-4/+8
|
* Allow __len metamethod on rspamd{text}.Vsevolod Stakhov2015-05-251-0/+1
|
* Add base64 decoding lua utility.Vsevolod Stakhov2015-05-251-0/+59
|
* Fix build on FreeBSD < 10.Vsevolod Stakhov2015-05-241-3/+0
|
* Skip spaces at the beginning of mime message.Vsevolod Stakhov2015-05-241-2/+10
|
* DBL_ABUSE_REDIR should not have significant weight.Vsevolod Stakhov2015-05-231-1/+1
|
* Allow to split by lua_regexp rspamd{text} objects.Vsevolod Stakhov2015-05-231-8/+37
|
* Allow to specify custom stop pattern for lua_tcp.Vsevolod Stakhov2015-05-211-0/+24
|
* Release 0.9.40.9.4Vsevolod Stakhov2015-05-213-2/+18
| | | | | | | | | | | | | | | | * Fix critical bugs in tokenization algorithm * Write unit tests for tokenization * Add documentation for lua_tcp * Switch off legacy tokenization by default. * Fix critical bugs in words normalization * Add lua bindings to tokenizer. * Implement storing of HTTP headers inside task * Add lua API to accerss HTTP headers data * Implemented base64 encoding suitable for MIME * Use caseless hash and equal functions for HTTP request headers. * Improve debian architectures support (by @dottedmag) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Fix possible illegal memory access.Vsevolod Stakhov2015-05-211-1/+1
|
* Merge pull request #287 from dottedmag/masterVsevolod Stakhov2015-05-212-1/+9
|\ | | | | Debian changes for 0.9.4
| * Update changelogMikhail Gusarov2015-05-201-0/+8
| |
| * Restrict luajit B-D to architectures it is availableMikhail Gusarov2015-05-201-1/+1
| |
* | Switch off legacy tokenization by default.Vsevolod Stakhov2015-05-211-1/+1
| |
* | Do not stem exceptions.Vsevolod Stakhov2015-05-211-15/+17
| |
* | Use not common name for tokenization exceptions.Vsevolod Stakhov2015-05-212-9/+9
| |
* | Fix memory issues with tokens normalization.Vsevolod Stakhov2015-05-211-0/+6
| |
* | Add more unit tests for tokenization.Vsevolod Stakhov2015-05-211-5/+90
| |
* | More fixes to tokenization.Vsevolod Stakhov2015-05-211-4/+7
| |
* | Reverse list of exceptions.Vsevolod Stakhov2015-05-211-0/+4
|/
* Add tests for tokenizer bug.Vsevolod Stakhov2015-05-202-1/+4
|
* Fix critical bug in tokenization logic.Vsevolod Stakhov2015-05-201-1/+1
|
* Add a simple unit test for tokenizer.Vsevolod Stakhov2015-05-201-0/+23
|
* Add lua bindings to tokenizer.Vsevolod Stakhov2015-05-201-0/+96
|
* Use caseless hash and equal functions for request headers.Vsevolod Stakhov2015-05-203-4/+27
|
* Add API to get/set request headers from lua.Vsevolod Stakhov2015-05-201-0/+96
|
* Save all HTTP headers as request headers.Vsevolod Stakhov2015-05-201-36/+37
|
* Add unit test for base64 encoding.Vsevolod Stakhov2015-05-201-0/+71
|
* Fix issues in base64 encoding.Vsevolod Stakhov2015-05-201-86/+64
|
* Add lua bindings for base64.Vsevolod Stakhov2015-05-201-0/+56
|
* Allow owning lua_text.Vsevolod Stakhov2015-05-204-1/+21
|
* Add base64 encoding routine.Vsevolod Stakhov2015-05-202-0/+176
|
* Add documentation for lua_tcp.Vsevolod Stakhov2015-05-192-2/+51
|
* Release 0.9.30.9.3Vsevolod Stakhov2015-05-194-3/+10
| | | | | | | * Revert incorrect regexp change that broke the default rules * Fix lua_tcp module Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Fix issues with lua_tcp.Vsevolod Stakhov2015-05-191-5/+4
|
* Revert automatic capture in regexps as it breaks things.Vsevolod Stakhov2015-05-191-1/+0
|
* Release 0.9.20.9.2Vsevolod Stakhov2015-05-193-2/+15
| | | | | | | | | | | | | * Fix error on spawning unique workers. * Add preliminary version of generic LUA TCP requests API. * Use lua 5.1 if luajit is not available (Arm64, PowerPC, s390x etc) * Fix fuzzy mime strings with only type. * Improve thunderbird sanity checks. * Fix critical bug on matching regular expressions. * Make hiredis optional dependency. * Fix multiple bugs in daemon reloading Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Fix reload.Vsevolod Stakhov2015-05-191-30/+27
|
* Fix reloading in logger.Vsevolod Stakhov2015-05-191-4/+3
|
* One more try to fix memset.Vsevolod Stakhov2015-05-194-7/+20
|
* Fix reloading of C plugins.Vsevolod Stakhov2015-05-193-3/+7
|
* Fix reloading of modules.Vsevolod Stakhov2015-05-191-9/+11
|
* Do not try dereference NULL pointer.Vsevolod Stakhov2015-05-191-2/+4
|