aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with unmodified LibreSSL opensslv.hBernard Spil2016-04-301-1/+1
| | | Add test for LibreSSL to use "old" methods when OPENSSL_VERSION_NUMBER is 0x20000000L
* [Feature] Add learn condition to the default configurationVsevolod Stakhov2016-04-301-20/+47
|
* [Fix] Fix conditional learningVsevolod Stakhov2016-04-302-1/+7
|
* [Fix] Fix return value for couple of lua functionsVsevolod Stakhov2016-04-301-2/+4
|
* [Fix] Fix setting of the lua topVsevolod Stakhov2016-04-302-2/+2
|
* [Minor] Add 'learn_condition' aliasVsevolod Stakhov2016-04-301-1/+1
|
* [Feature] Implement conditional learning for classifiersVsevolod Stakhov2016-04-301-1/+56
| | | | Issue: #613
* [Minor] Remove deprecated lua functionsVsevolod Stakhov2016-04-302-163/+0
|
* [Feature] Add learn conditions for classifiersVsevolod Stakhov2016-04-303-2/+66
| | | | Issue: #613
* [Feature] Save bayes probability in memory pool varVsevolod Stakhov2016-04-301-1/+4
| | | | Issue: #613
* [Fix] More guards for redis freeVsevolod Stakhov2016-04-291-2/+5
|
* Release 1.2.6Vsevolod Stakhov2016-04-291-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix parsing of URLs in texts * Fix creating of URLs from LUA * Fix some more URL detector issues * Fix unit tests * Fix JIT compilation for PCRE2 expressions * Fix JIT usage for PCRE2 * Fix UTF8 mode in PCRE2 * Add workaround for pre-historic compilers (#605) * Fix and rescore R_PARTS_DIFFER logic * Properly set lua paths for tests * Fix SA rawbody processing - exclude top part * Store text parts content with newlines stripped * Properly support SA body regexps * Fix body rules in SA plugin * Fix setting of score for parts differ * More fixes to parts distance calculations - Use hashed words instead of full words for speed - Improve levenstein distance calculations and penalise replaces - Always return number from 0 to 1 - Use g_malloc instead of alloca * Fix percents output in R_PARTS_DIFFER * Plug memory leak in dkim module * Plug minor memory leak in regexps creation Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* [Fix] Inverse logic for saving ANNVsevolod Stakhov2016-04-291-1/+1
|
* [Minor] Plug minor memory leak in regexps creationVsevolod Stakhov2016-04-291-3/+7
|
* [Fix] Further tweaks to redis garbadge collectionVsevolod Stakhov2016-04-291-0/+12
|
* [CritFix] Plug memory leak in dkim moduleVsevolod Stakhov2016-04-291-21/+36
|
* [Minor] Fix percents output in R_PARTS_DIFFERVsevolod Stakhov2016-04-291-1/+2
|
* [Fix] More fixes to parts distance calculationsVsevolod Stakhov2016-04-293-14/+36
| | | | | | | - Use hashed words instead of full words for speed - Improve levenstein distance calculations and penalise replaces - Always return number from 0 to 1 - Use g_malloc instead of alloca
* [Minor] Use more portable constants for uint64_tVsevolod Stakhov2016-04-291-11/+12
|
* [Fix] Fix fann rewriteVsevolod Stakhov2016-04-281-1/+2
|
* [Fix] Fix body rules in SA pluginVsevolod Stakhov2016-04-281-32/+45
|
* [CritFix] Properly support SA body regexpsVsevolod Stakhov2016-04-282-54/+78
|
* [Feature] Store text parts content with newlines strippedVsevolod Stakhov2016-04-282-2/+32
|
* [CritFix] Fix SA rawbody processing - exclude top partVsevolod Stakhov2016-04-281-0/+9
|
* [Fix] Fix setting of score for parts differVsevolod Stakhov2016-04-281-2/+3
|
* [Fix] Fix dynamic scoring of subject symbolsVsevolod Stakhov2016-04-281-1/+1
| | | | Reported by: @moisseev
* [Minor] Rework subject rules as lua rulesVsevolod Stakhov2016-04-281-20/+41
|
* Merge pull request #608 from moisseev/subjectVsevolod Stakhov2016-04-282-40/+47
|\ | | | | [Minor] Improve subject rules
| * [Minor] Improve subject rulesAlexander Moisseev2016-04-282-40/+47
| | | | | | | | | | Make scores depend on subject length Also resolves #548
* | [Test] Properly set lua paths for testsVsevolod Stakhov2016-04-282-5/+8
| |
* | [Test] Disable broken testsVsevolod Stakhov2016-04-282-9/+13
|/
* [Minor] Reduce debug levelVsevolod Stakhov2016-04-271-1/+1
|
* [Fix] Fix varargs loopVsevolod Stakhov2016-04-271-4/+8
|
* [Fix] Fix and rescore R_PARTS_DIFFER logicVsevolod Stakhov2016-04-274-22/+41
| | | | Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* [Fix] Fix timeouts processing in lua_redisVsevolod Stakhov2016-04-271-2/+1
|
* [Feature] Lock ANN file when loadingVsevolod Stakhov2016-04-271-1/+18
|
* [Feature] Add more file utilities to lua_utilVsevolod Stakhov2016-04-271-6/+81
|
* [Feature] Add locking routines for lua_utilVsevolod Stakhov2016-04-271-0/+106
|
* [Feature] Rework fann module to understand settingsVsevolod Stakhov2016-04-271-56/+86
|
* [Feature] Save settings id hash for convenienceVsevolod Stakhov2016-04-271-9/+16
|
* [Feature] Allow to get settings and settings id hash from lua_taskVsevolod Stakhov2016-04-271-0/+61
|
* [Feature] Pass settings id to lua script from log helperVsevolod Stakhov2016-04-271-1/+2
|
* [Feature] Pass settings id to log helperVsevolod Stakhov2016-04-272-0/+19
|
* [Feature] Rework ratelimit module to set expirationVsevolod Stakhov2016-04-261-22/+14
|
* [Fix] Fix refcounts in lua_redisVsevolod Stakhov2016-04-261-20/+24
|
* [Feature] Add simplier versions of refcountsVsevolod Stakhov2016-04-261-3/+7
| | | | | | | | | Now REF_RETAIN and REF_RELEASE cannot be used for interprocess/interthreads refcounting. However, for a single process their performance should slightly increased. New REF_RETAIN_ATOMIC and REF_RELEASE_ATOMIC are implemented to replace old semantics.
* [Feature] Allow pipelining for redis.make_requestVsevolod Stakhov2016-04-261-1/+12
|
* [Feature] Implement pipelining for redis async interfaceVsevolod Stakhov2016-04-261-83/+203
|
* Merge pull request #607 from moisseev/patch-1Vsevolod Stakhov2016-04-261-7/+7
|\ | | | | [Minor] Combine `header` and `headers` metric groups
| * [Minor] Combine `header` and `headers` metric groupsAlexander Moisseev2016-04-261-7/+7
|/