Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with unmodified LibreSSL opensslv.h | Bernard Spil | 2016-04-30 | 1 | -1/+1 |
| | | | Add test for LibreSSL to use "old" methods when OPENSSL_VERSION_NUMBER is 0x20000000L | ||||
* | [Feature] Add learn condition to the default configuration | Vsevolod Stakhov | 2016-04-30 | 1 | -20/+47 |
| | |||||
* | [Fix] Fix conditional learning | Vsevolod Stakhov | 2016-04-30 | 2 | -1/+7 |
| | |||||
* | [Fix] Fix return value for couple of lua functions | Vsevolod Stakhov | 2016-04-30 | 1 | -2/+4 |
| | |||||
* | [Fix] Fix setting of the lua top | Vsevolod Stakhov | 2016-04-30 | 2 | -2/+2 |
| | |||||
* | [Minor] Add 'learn_condition' alias | Vsevolod Stakhov | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | [Feature] Implement conditional learning for classifiers | Vsevolod Stakhov | 2016-04-30 | 1 | -1/+56 |
| | | | | Issue: #613 | ||||
* | [Minor] Remove deprecated lua functions | Vsevolod Stakhov | 2016-04-30 | 2 | -163/+0 |
| | |||||
* | [Feature] Add learn conditions for classifiers | Vsevolod Stakhov | 2016-04-30 | 3 | -2/+66 |
| | | | | Issue: #613 | ||||
* | [Feature] Save bayes probability in memory pool var | Vsevolod Stakhov | 2016-04-30 | 1 | -1/+4 |
| | | | | Issue: #613 | ||||
* | [Fix] More guards for redis free | Vsevolod Stakhov | 2016-04-29 | 1 | -2/+5 |
| | |||||
* | Release 1.2.6 | Vsevolod Stakhov | 2016-04-29 | 1 | -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 ANN | Vsevolod Stakhov | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | [Minor] Plug minor memory leak in regexps creation | Vsevolod Stakhov | 2016-04-29 | 1 | -3/+7 |
| | |||||
* | [Fix] Further tweaks to redis garbadge collection | Vsevolod Stakhov | 2016-04-29 | 1 | -0/+12 |
| | |||||
* | [CritFix] Plug memory leak in dkim module | Vsevolod Stakhov | 2016-04-29 | 1 | -21/+36 |
| | |||||
* | [Minor] Fix percents output in R_PARTS_DIFFER | Vsevolod Stakhov | 2016-04-29 | 1 | -1/+2 |
| | |||||
* | [Fix] More fixes to parts distance calculations | Vsevolod Stakhov | 2016-04-29 | 3 | -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_t | Vsevolod Stakhov | 2016-04-29 | 1 | -11/+12 |
| | |||||
* | [Fix] Fix fann rewrite | Vsevolod Stakhov | 2016-04-28 | 1 | -1/+2 |
| | |||||
* | [Fix] Fix body rules in SA plugin | Vsevolod Stakhov | 2016-04-28 | 1 | -32/+45 |
| | |||||
* | [CritFix] Properly support SA body regexps | Vsevolod Stakhov | 2016-04-28 | 2 | -54/+78 |
| | |||||
* | [Feature] Store text parts content with newlines stripped | Vsevolod Stakhov | 2016-04-28 | 2 | -2/+32 |
| | |||||
* | [CritFix] Fix SA rawbody processing - exclude top part | Vsevolod Stakhov | 2016-04-28 | 1 | -0/+9 |
| | |||||
* | [Fix] Fix setting of score for parts differ | Vsevolod Stakhov | 2016-04-28 | 1 | -2/+3 |
| | |||||
* | [Fix] Fix dynamic scoring of subject symbols | Vsevolod Stakhov | 2016-04-28 | 1 | -1/+1 |
| | | | | Reported by: @moisseev | ||||
* | [Minor] Rework subject rules as lua rules | Vsevolod Stakhov | 2016-04-28 | 1 | -20/+41 |
| | |||||
* | Merge pull request #608 from moisseev/subject | Vsevolod Stakhov | 2016-04-28 | 2 | -40/+47 |
|\ | | | | | [Minor] Improve subject rules | ||||
| * | [Minor] Improve subject rules | Alexander Moisseev | 2016-04-28 | 2 | -40/+47 |
| | | | | | | | | | | Make scores depend on subject length Also resolves #548 | ||||
* | | [Test] Properly set lua paths for tests | Vsevolod Stakhov | 2016-04-28 | 2 | -5/+8 |
| | | |||||
* | | [Test] Disable broken tests | Vsevolod Stakhov | 2016-04-28 | 2 | -9/+13 |
|/ | |||||
* | [Minor] Reduce debug level | Vsevolod Stakhov | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix varargs loop | Vsevolod Stakhov | 2016-04-27 | 1 | -4/+8 |
| | |||||
* | [Fix] Fix and rescore R_PARTS_DIFFER logic | Vsevolod Stakhov | 2016-04-27 | 4 | -22/+41 |
| | | | | Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Fix] Fix timeouts processing in lua_redis | Vsevolod Stakhov | 2016-04-27 | 1 | -2/+1 |
| | |||||
* | [Feature] Lock ANN file when loading | Vsevolod Stakhov | 2016-04-27 | 1 | -1/+18 |
| | |||||
* | [Feature] Add more file utilities to lua_util | Vsevolod Stakhov | 2016-04-27 | 1 | -6/+81 |
| | |||||
* | [Feature] Add locking routines for lua_util | Vsevolod Stakhov | 2016-04-27 | 1 | -0/+106 |
| | |||||
* | [Feature] Rework fann module to understand settings | Vsevolod Stakhov | 2016-04-27 | 1 | -56/+86 |
| | |||||
* | [Feature] Save settings id hash for convenience | Vsevolod Stakhov | 2016-04-27 | 1 | -9/+16 |
| | |||||
* | [Feature] Allow to get settings and settings id hash from lua_task | Vsevolod Stakhov | 2016-04-27 | 1 | -0/+61 |
| | |||||
* | [Feature] Pass settings id to lua script from log helper | Vsevolod Stakhov | 2016-04-27 | 1 | -1/+2 |
| | |||||
* | [Feature] Pass settings id to log helper | Vsevolod Stakhov | 2016-04-27 | 2 | -0/+19 |
| | |||||
* | [Feature] Rework ratelimit module to set expiration | Vsevolod Stakhov | 2016-04-26 | 1 | -22/+14 |
| | |||||
* | [Fix] Fix refcounts in lua_redis | Vsevolod Stakhov | 2016-04-26 | 1 | -20/+24 |
| | |||||
* | [Feature] Add simplier versions of refcounts | Vsevolod Stakhov | 2016-04-26 | 1 | -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_request | Vsevolod Stakhov | 2016-04-26 | 1 | -1/+12 |
| | |||||
* | [Feature] Implement pipelining for redis async interface | Vsevolod Stakhov | 2016-04-26 | 1 | -83/+203 |
| | |||||
* | Merge pull request #607 from moisseev/patch-1 | Vsevolod Stakhov | 2016-04-26 | 1 | -7/+7 |
|\ | | | | | [Minor] Combine `header` and `headers` metric groups | ||||
| * | [Minor] Combine `header` and `headers` metric groups | Alexander Moisseev | 2016-04-26 | 1 | -7/+7 |
|/ |