| Commit message (Expand) | Author | Age | Files | Lines |
* | [Minor] Add function to strip characters | Vsevolod Stakhov | 2019-02-06 | 2 | -0/+60 |
* | [Project] Add spilling machine for received headers | Vsevolod Stakhov | 2019-02-06 | 4 | -30/+365 |
* | [Project] Reorganize ragel | Vsevolod Stakhov | 2019-02-05 | 2 | -0/+94 |
* | [Project] Rework ragel machines | Vsevolod Stakhov | 2019-02-05 | 8 | -49/+57 |
* | [Minor] Core: Allow inet addresses to be parsed using memory pool | Vsevolod Stakhov | 2019-02-05 | 2 | -31/+77 |
* | [Regression] Fix received parser | Vsevolod Stakhov | 2019-02-04 | 1 | -3/+2 |
* | [Regression] Fix urls output in the protocol | Vsevolod Stakhov | 2019-02-04 | 3 | -27/+91 |
* | [Minor] Lua_mimepart: Return raw content for visually empty html parts | Vsevolod Stakhov | 2019-02-04 | 1 | -4/+33 |
* | [Fix] HTML: Fix some more SGML tags issues | Vsevolod Stakhov | 2019-02-04 | 1 | -2/+3 |
* | Merge pull request #2739 from McKayJT/dkim-sign-ed25519 | Vsevolod Stakhov | 2019-02-04 | 11 | -501/+492 |
|\ |
|
| * | add milter multiple signature support | John McKay | 2019-02-02 | 1 | -4/+27 |
| * | flatten prepare_dkim_signing results | John McKay | 2019-02-02 | 2 | -48/+35 |
| * | debug2 -> debug_taskless | John McKay | 2019-02-02 | 1 | -2/+2 |
| * | Remove unused variable | John McKay | 2019-02-02 | 1 | -1/+0 |
| * | keys from config and http arrayized | John McKay | 2019-02-02 | 2 | -26/+20 |
| * | Add multiple signature support. | John McKay | 2019-02-02 | 4 | -14/+52 |
| * | Refactor dkim private key loads | John McKay | 2019-02-02 | 3 | -422/+302 |
| * | Initial eddsa signing implementation | John McKay | 2019-02-02 | 1 | -74/+135 |
| * | expose ed25519 private to public key | John McKay | 2019-02-02 | 3 | -2/+11 |
* | | [Minor] Fuzzy_check: Fix issue when cached element has no shingles | Vsevolod Stakhov | 2019-02-04 | 1 | -1/+4 |
* | | [Minor] Allow "application/vnd.ms-excel" for "csv" files | Alexander Moisseev | 2019-02-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2740 from moisseev/patch-1 | Vsevolod Stakhov | 2019-02-01 | 1 | -1/+1 |
|\ |
|
| * | [Minor] Allow "text/rtf" for rtf files | Alexander Moisseev | 2019-02-01 | 1 | -1/+1 |
* | | [Minor] Try better to keep cached records alive | Vsevolod Stakhov | 2019-02-01 | 2 | -12/+18 |
* | | [Minor] Plug potential memory leak with ISO-8859-16 converter | Vsevolod Stakhov | 2019-02-01 | 1 | -0/+3 |
* | | [Minor] LRU: Mark fresh node as immportal to avoid its early eviction | Vsevolod Stakhov | 2019-02-01 | 1 | -2/+8 |
|/ |
|
* | [Fix] Core: Fix headers folding on the last token | Vsevolod Stakhov | 2019-01-31 | 1 | -1/+27 |
* | [Minor] Lua_task: Copy key when setting cache entries to avoid GC race | Vsevolod Stakhov | 2019-01-31 | 1 | -1/+2 |
* | [Fix] HTML: Fix HTML comments with many dashes | Vsevolod Stakhov | 2019-01-30 | 1 | -1/+1 |
* | [Minor] Mime_types: Fix whitelist | Vsevolod Stakhov | 2019-01-30 | 1 | -1/+2 |
* | [Minor] Core: Further try to reduce FP rate for uspoof | Vsevolod Stakhov | 2019-01-30 | 1 | -0/+4 |
* | [Minor] Core: Treat meaningless actions as ham | Vsevolod Stakhov | 2019-01-30 | 1 | -2/+2 |
* | [Minor] mime_types - add filename whitelist | Carsten Rosenberg | 2019-01-29 | 1 | -0/+11 |
* | Merge pull request #2737 from moisseev/mime_types | Vsevolod Stakhov | 2019-01-29 | 1 | -1/+1 |
|\ |
|
| * | [Minor] mime_types: Add "text/plain" CT for "csv" extension | Alexander Moisseev | 2019-01-29 | 1 | -1/+1 |
* | | [Feature] Core: Support telephone URLs | Vsevolod Stakhov | 2019-01-29 | 2 | -16/+150 |
* | | [Minor] Lua_util: Fix single character obfuscation checks | Vsevolod Stakhov | 2019-01-29 | 1 | -15/+0 |
* | | [Minor] Core: Improve url findings in queries | Vsevolod Stakhov | 2019-01-29 | 1 | -1/+1 |
* | | [Minor] Elastic: Switch off coroutines as they are unstable | Vsevolod Stakhov | 2019-01-29 | 1 | -19/+19 |
* | | [Minor] Allow to debug lua threads | Vsevolod Stakhov | 2019-01-29 | 2 | -40/+119 |
|/ |
|
* | [Minor] Fix log message | Vsevolod Stakhov | 2019-01-28 | 1 | -2/+2 |
* | Merge pull request #2734 from moisseev/mid | Vsevolod Stakhov | 2019-01-28 | 1 | -10/+12 |
|\ |
|
| * | [Fix] MID module: Fix DKIM domain matching | Alexander Moisseev | 2019-01-28 | 1 | -10/+12 |
* | | [Feature] Core: Support RFC2231 encoding in headers | Vsevolod Stakhov | 2019-01-28 | 3 | -57/+299 |
|/ |
|
* | Update dmarc.lua | analogic | 2019-01-27 | 1 | -1/+1 |
* | [Minor] Core: Use quarantine/dicard as semi-standard actions | Vsevolod Stakhov | 2019-01-26 | 4 | -12/+18 |
* | [Minor] Add missing actions | Vsevolod Stakhov | 2019-01-26 | 1 | -0/+8 |
* | [Minor] Milter: Add support of quarantine and discard actions | Vsevolod Stakhov | 2019-01-26 | 4 | -5/+38 |
* | [Minor] Core: Add milter actions concept | Vsevolod Stakhov | 2019-01-26 | 2 | -5/+27 |
* | Merge pull request #2730 from analogic/patch-1 | Vsevolod Stakhov | 2019-01-25 | 1 | -1/+1 |
|\ |
|