Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [Minor] Change deinit order | Mikhail Galanin | 2018-09-10 | 1 | -6/+9 | |
| * | | [Minor] Added coroutines to redis API | Mikhail Galanin | 2018-09-10 | 1 | -233/+331 | |
|/ / | ||||||
* | | Merge pull request #2476 from negram/fix-milter-test | Vsevolod Stakhov | 2018-09-10 | 7 | -11/+16 | |
|\ \ | ||||||
| * | | [Test] More debug info | Mikhail Galanin | 2018-09-10 | 1 | -0/+2 | |
| * | | [Test] Mark "connection" resource as freed | Mikhail Galanin | 2018-09-10 | 1 | -1/+4 | |
| * | | [Test] Use dofile instead of require | Mikhail Galanin | 2018-09-10 | 5 | -10/+10 | |
* | | | Merge pull request #2475 from negram/dnssec-mock | Vsevolod Stakhov | 2018-09-10 | 1 | -0/+35 | |
|\ \ \ | ||||||
| * | | | [Test] More fake recors | Mikhail Galanin | 2018-09-10 | 1 | -0/+25 | |
| * | | | [Test] And another fake domain | Mikhail Galanin | 2018-09-10 | 1 | -0/+5 | |
| * | | | [Test] One more domain to faking records | Mikhail Galanin | 2018-09-10 | 1 | -0/+5 | |
| |/ / | ||||||
* | | | Merge pull request #2461 from negram/rspamadm-coroutines | Vsevolod Stakhov | 2018-09-10 | 16 | -164/+374 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge branch 'master' into rspamadm-coroutines | Mikhail Galanin | 2018-09-10 | 42 | -952/+1438 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #2474 from heraklit256/composites-1 | Vsevolod Stakhov | 2018-09-09 | 1 | -2/+9 | |
|\ \ \ | ||||||
| * | | | add rule for domains trying to stay anonymous | heraklit256 | 2018-09-09 | 1 | -0/+5 | |
| * | | | improve composite rules for phish messages | heraklit256 | 2018-09-09 | 1 | -2/+2 | |
| * | | | add some missing composite rule description | heraklit256 | 2018-09-09 | 1 | -0/+2 | |
* | | | | [Minor] Initialise candidates even in shortage of words case | Vsevolod Stakhov | 2018-09-09 | 1 | -0/+1 | |
* | | | | Merge pull request #2473 from moisseev/eslint | Vsevolod Stakhov | 2018-09-08 | 1 | -15/+11 | |
|\ \ \ \ | ||||||
| * | | | | [Minor] main.js code cleanup | Alexander Moisseev | 2018-09-08 | 1 | -15/+11 | |
|/ / / / | ||||||
* | | | | Merge pull request #2470 from heraklit256/composites-1 | Vsevolod Stakhov | 2018-09-08 | 1 | -2/+18 | |
|\| | | | ||||||
| * | | | add rule for spammy mails with detailled sender but generic recipients | heraklit256 | 2018-09-08 | 1 | -0/+6 | |
| * | | | add rule for phish messages containing emotional subjects | heraklit256 | 2018-09-08 | 1 | -0/+5 | |
| * | | | add rule for spammy PHP generated mails | heraklit256 | 2018-09-08 | 1 | -2/+7 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2469 from negram/dummy-refactoring | Vsevolod Stakhov | 2018-09-08 | 6 | -30/+78 | |
|\ \ \ | ||||||
| * | | | [Test] Small refactoring in dummy services test | Mikhail Galanin | 2018-09-07 | 6 | -30/+78 | |
* | | | | Merge pull request #2472 from heraklit256/composites-2 | Vsevolod Stakhov | 2018-09-08 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | add low positive score to RCVD_NO_TLS_LAST | heraklit256 | 2018-09-08 | 1 | -3/+3 | |
| | |/ / | |/| | | ||||||
| * | | | Merge pull request #4 from rspamd/master | heraklit256 | 2018-09-08 | 232 | -3632/+12122 | |
| |\ \ \ | ||||||
* | | | | | [Minor] Do not apply ngramms detection for short texts | Vsevolod Stakhov | 2018-09-08 | 1 | -47/+56 | |
* | | | | | [Fix] Fix various corner cases for language detection | Vsevolod Stakhov | 2018-09-08 | 2 | -25/+35 | |
| |/ / / |/| | | | ||||||
* | | | | [Minor] Check language detector prior to usage | Vsevolod Stakhov | 2018-09-07 | 1 | -1/+1 | |
* | | | | [Minor] Do not use too recent additions to libicu | Vsevolod Stakhov | 2018-09-07 | 1 | -7/+0 | |
* | | | | Merge pull request #2468 from negram/fix-symbol-registering | Vsevolod Stakhov | 2018-09-07 | 1 | -1/+7 | |
|\ \ \ \ | ||||||
| * | | | | [Minor] Fixed symbol registering in antivirus module - parent is expected to ... | Mikhail Galanin | 2018-09-07 | 1 | -1/+7 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #2464 from negram/fix-fatal-log | Vsevolod Stakhov | 2018-09-07 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | [Minor] Add newline on fatal log, removed extra info | Mikhail Galanin | 2018-09-06 | 1 | -3/+3 | |
* | | | | | [Fix] Fix stop words detection and loading logic | Vsevolod Stakhov | 2018-09-07 | 1 | -5/+17 | |
* | | | | | [Minor] Use JSON escapes for UTF8 | Vsevolod Stakhov | 2018-09-07 | 1 | -20/+20 | |
* | | | | | [Feature] Add preliminary stop words detection support | Vsevolod Stakhov | 2018-09-07 | 2 | -3/+199 | |
* | | | | | [Minor] Add stop words | Vsevolod Stakhov | 2018-09-07 | 1 | -0/+22 | |
* | | | | | [Rework] Rework language detector | Vsevolod Stakhov | 2018-09-07 | 5 | -450/+499 | |
* | | | | | [Minor] Properly set flag on text tokens | Vsevolod Stakhov | 2018-09-07 | 1 | -3/+4 | |
* | | | | | [Minor] Fix types | Vsevolod Stakhov | 2018-09-07 | 2 | -2/+2 | |
* | | | | | [Minor] More fixes to languages, remove hebrew languages | Vsevolod Stakhov | 2018-09-07 | 2 | -2/+0 | |
* | | | | | [Minor] Remove mono script languages | Vsevolod Stakhov | 2018-09-07 | 3 | -3/+0 | |
| |/ / / |/| | | | ||||||
* | | | | [Minor] Further fixes in tokenization algorithm | Vsevolod Stakhov | 2018-09-07 | 1 | -20/+28 | |
* | | | | [Feature] Implement new text tokenizer based on libicu | Vsevolod Stakhov | 2018-09-06 | 6 | -221/+258 | |
* | | | | [Minor] Add UText wrapper for stripped content | Vsevolod Stakhov | 2018-09-06 | 2 | -1/+16 | |
* | | | | Merge pull request #2463 from negram/misprint | Vsevolod Stakhov | 2018-09-06 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | [Minor] Misprint | Mikhail Galanin | 2018-09-06 | 1 | -1/+1 |