Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Propagate learn/stat errors more precisely | Vsevolod Stakhov | 2018-02-12 | 5 | -29/+92 |
| | |||||
* | [Fix] Fix learned count in new schema | Vsevolod Stakhov | 2018-02-12 | 1 | -7/+41 |
| | |||||
* | [Feature] Add method to do a synchronous Redis connection | Vsevolod Stakhov | 2018-02-12 | 1 | -0/+55 |
| | |||||
* | [Test] Extend milter tests | Andrew Lewis | 2018-02-12 | 10 | -62/+299 |
| | |||||
* | [Minor] Small fixes for rspamadm corpus_test | Andrew Lewis | 2018-02-12 | 1 | -6/+13 |
| | |||||
* | [Minor] Fix DKIM signing logging | Andrew Lewis | 2018-02-12 | 1 | -3/+6 |
| | |||||
* | [Minor] Unify greylisting setup | Vsevolod Stakhov | 2018-02-12 | 1 | -35/+26 |
| | |||||
* | [Minor] Beautify logo | Vsevolod Stakhov | 2018-02-10 | 1 | -1/+11 |
| | |||||
* | [Fix] Do not crash on empty subtype | Vsevolod Stakhov | 2018-02-10 | 1 | -4/+10 |
| | | | | MFH: rspamd-1.6 | ||||
* | [Fix] Fix connecting to a unix socket in rspamadm statconvert | Vsevolod Stakhov | 2018-02-09 | 1 | -5/+20 |
| | | | | | Issue: #1992 Closes: #1992 | ||||
* | [Minor] Add extra logic for short texts in language detector | Vsevolod Stakhov | 2018-02-08 | 1 | -43/+53 |
| | |||||
* | [Minor] Use more words and remove some languages | Vsevolod Stakhov | 2018-02-07 | 3 | -3/+1 |
| | |||||
* | [Minor] Remove another confusing language | Vsevolod Stakhov | 2018-02-07 | 1 | -1/+0 |
| | |||||
* | [Minor] Add more filtering for ngramm chains | Vsevolod Stakhov | 2018-02-07 | 1 | -0/+51 |
| | |||||
* | [Minor] Remove local minor languages | Vsevolod Stakhov | 2018-02-07 | 8 | -8/+0 |
| | |||||
* | [Minor] Use ngramm chains structure | Vsevolod Stakhov | 2018-02-05 | 1 | -25/+29 |
| | |||||
* | [Minor] Various tweaks towards improvements in language detection | Vsevolod Stakhov | 2018-02-04 | 1 | -24/+26 |
| | |||||
* | [Minor] Apply more aggressive filtering | Vsevolod Stakhov | 2018-02-03 | 1 | -1/+1 |
| | |||||
* | [Project] Further improvements to language detector | Vsevolod Stakhov | 2018-02-03 | 1 | -15/+47 |
| | |||||
* | [Feature] Try to detect HTML messages better | Vsevolod Stakhov | 2018-02-03 | 1 | -1/+17 |
| | |||||
* | Merge pull request #2008 from smfreegard/rules_20180130 | Vsevolod Stakhov | 2018-02-02 | 1 | -2/+17 |
|\ | | | | | Add REPLYTO_EQ_TO_ADDR rule | ||||
| * | Add REPLYTO_EQ_TO_ADDR rule | Steve Freegard | 2018-01-30 | 1 | -2/+17 |
| | | |||||
* | | [Fix] Fix reload crash when hyperscan is enabled | Vsevolod Stakhov | 2018-02-02 | 1 | -11/+1 |
| | | |||||
* | | Merge pull request #2009 from mamash/master | Vsevolod Stakhov | 2018-02-01 | 2 | -0/+33 |
|\ \ | | | | | | | Fix endian and flock support on (some) SunOS platforms | ||||
| * | | Provide optional fcntl support for flock-less platforms like earlier SunOS. | Filip Hajny | 2018-02-01 | 1 | -0/+26 |
| | | | |||||
| * | | Workaround for older/traditional SunOS platforms where endian.h is not present. | Filip Hajny | 2018-02-01 | 1 | -0/+7 |
| | | | |||||
* | | | [CritFix] Fix ARC chain verification | Vsevolod Stakhov | 2018-02-01 | 1 | -41/+31 |
|/ / | | | | | | | MFH: rspamd-1.6 | ||||
* | | [Feature] Further improvements in language detection | Vsevolod Stakhov | 2018-02-01 | 1 | -3/+31 |
| | | |||||
* | | Merge pull request #2002 from macgeneral/master | Vsevolod Stakhov | 2018-01-31 | 1 | -1/+3 |
|\ \ | | | | | | | [Fix] Virus infection string for F-PROT Antivirus | ||||
| * | | [Fix] F-PROT Antivirus: only check return code to determine infection | Arne Fahrenwalde | 2018-01-29 | 1 | -1/+3 |
| | | | | | | | | | F-PROT Antivirus uses return codes 1-3 (infected, suspicious, both) to signal an infection, while 4-255 are various error codes (including infected files were found before the error occured, but it's too complicated to handle all that edge case scenarios). | ||||
| * | | [Fix] F-PROT Antivirus infection string for all known occurences | Arne Fahrenwalde | 2018-01-28 | 1 | -1/+1 |
| | | | | | | | | | both <infected: ...> and <contains infected object: ...> are possible | ||||
| * | | Merge branch 'master' of github.com:macgeneral/rspamd | Arne Fahrenwalde | 2018-01-27 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | [Fix] Virus infetction string for F-PROT Antivirus | Arne Fahrenwalde | 2018-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes the error "(rspamd_proxy) ; lua; antivirus.lua:396: Unhandled response: 1 <contains infected objects: VIRUSNAME>" and therefore no handled detection | ||||
| * | | | [Fix] Virus infection string for F-PROT Antivirus | Arne Fahrenwalde | 2018-01-27 | 1 | -1/+1 |
| |/ / | | | | | | | Fixes the error "(rspamd_proxy) ; lua; antivirus.lua:396: Unhandled response: 1 <contains infected objects: VIRUSNAME>" and therefore no handled detection | ||||
* | | | [Feature] Further improvements in language detection algorithm | Vsevolod Stakhov | 2018-01-31 | 1 | -14/+43 |
| | | | |||||
* | | | [WebUI] Restore passwordless login support (#2003) | Andrew Lewis | 2018-01-30 | 1 | -0/+13 |
| | | | |||||
* | | | Merge pull request #2007 from fatalbanana/miltertest | Vsevolod Stakhov | 2018-01-30 | 6 | -1/+146 |
|\ \ \ | | | | | | | | | Beginnings of tests for milter | ||||
| * | | | [Test] Beginning of tests for milter | Andrew Lewis | 2018-01-30 | 5 | -1/+142 |
| | | | | |||||
| * | | | [Minor] Avoid letting miltertest crash rspamd_proxy | Andrew Lewis | 2018-01-30 | 1 | -0/+4 |
| | |/ | |/| | |||||
* | | | Merge pull request #2006 from fatalbanana/tsxx | Vsevolod Stakhov | 2018-01-30 | 12 | -183/+12 |
|\ \ \ | |/ / |/| | | [Test] Try really improve test stability | ||||
| * | | [Test] Try really improve test stability | Andrew Lewis | 2018-01-29 | 12 | -183/+12 |
| | | | | | | | | | | | | | | | | | | | | | - Drop tests involving sqlite - Also drop tests for old mmap stats backend - Relax relearn test - Wait longer for fuzzy sync | ||||
* | | | [Minor] Redis key expansion: handle HMSET | Andrew Lewis | 2018-01-30 | 1 | -0/+1 |
| | | | |||||
* | | | [Fix] Another try to deal with #1998 | Vsevolod Stakhov | 2018-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Issue: #1998 | ||||
* | | | [Fix] Another try to fix #1998 | Vsevolod Stakhov | 2018-01-29 | 1 | -1/+1 |
|/ / | | | | | | | | | Issue: #1998 MFH: rspamd-1.6 | ||||
* | | [Minor] Fix latin languages detection | Vsevolod Stakhov | 2018-01-29 | 1 | -3/+33 |
| | | |||||
* | | [Minor] Treat English as Tier0 language | Vsevolod Stakhov | 2018-01-29 | 1 | -2/+19 |
| | | |||||
* | | [Fix] Fix comparision | Vsevolod Stakhov | 2018-01-29 | 1 | -1/+1 |
| | | | | | | | | | | Issue: #1998 MFH: rspamd-1.6 | ||||
* | | [Minor] Print ticks in language detection debug mode | Vsevolod Stakhov | 2018-01-28 | 1 | -2/+7 |
|/ | |||||
* | [Minor] Further adjustments of coefficients | Vsevolod Stakhov | 2018-01-27 | 1 | -1/+1 |
| | |||||
* | [Minor] Adjust heuristic coefficients | Vsevolod Stakhov | 2018-01-27 | 1 | -2/+2 |
| |