aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Project] Attach new received parserVsevolod Stakhov2019-02-072-19/+45
* [Minor] Allow to process IPv6 addresses started with `IPv6:`Vsevolod Stakhov2019-02-071-1/+12
* [Minor] Oops, fix starts_withVsevolod Stakhov2019-02-071-1/+1
* [Project] Add more details to received parserVsevolod Stakhov2019-02-073-56/+136
* [Minor] Add starts_with function for rspamd_ftok_tVsevolod Stakhov2019-02-072-0/+22
* [Project] Add heuristical from parser to received parserVsevolod Stakhov2019-02-065-54/+229
* [Minor] Add function to test character for domain safetyVsevolod Stakhov2019-02-062-0/+14
* [Minor] Add function to strip charactersVsevolod Stakhov2019-02-062-0/+60
* [Project] Add spilling machine for received headersVsevolod Stakhov2019-02-064-30/+365
* [Project] Reorganize ragelVsevolod Stakhov2019-02-052-0/+94
* [Project] Rework ragel machinesVsevolod Stakhov2019-02-058-49/+57
* [Minor] Core: Allow inet addresses to be parsed using memory poolVsevolod Stakhov2019-02-052-31/+77
* [Regression] Fix received parserVsevolod Stakhov2019-02-041-3/+2
* [Regression] Fix urls output in the protocolVsevolod Stakhov2019-02-043-27/+91
* [Minor] Lua_mimepart: Return raw content for visually empty html partsVsevolod Stakhov2019-02-041-4/+33
* [Fix] HTML: Fix some more SGML tags issuesVsevolod Stakhov2019-02-041-2/+3
* Merge pull request #2739 from McKayJT/dkim-sign-ed25519Vsevolod Stakhov2019-02-0411-501/+492
|\
| * add milter multiple signature supportJohn McKay2019-02-021-4/+27
| * flatten prepare_dkim_signing resultsJohn McKay2019-02-022-48/+35
| * debug2 -> debug_tasklessJohn McKay2019-02-021-2/+2
| * Remove unused variableJohn McKay2019-02-021-1/+0
| * keys from config and http arrayizedJohn McKay2019-02-022-26/+20
| * Add multiple signature support.John McKay2019-02-024-14/+52
| * Refactor dkim private key loadsJohn McKay2019-02-023-422/+302
| * Initial eddsa signing implementationJohn McKay2019-02-021-74/+135
| * expose ed25519 private to public keyJohn McKay2019-02-023-2/+11
* | [Minor] Fuzzy_check: Fix issue when cached element has no shinglesVsevolod Stakhov2019-02-041-1/+4
* | [Minor] Allow "application/vnd.ms-excel" for "csv" filesAlexander Moisseev2019-02-031-1/+1
|/
* Merge pull request #2740 from moisseev/patch-1Vsevolod Stakhov2019-02-011-1/+1
|\
| * [Minor] Allow "text/rtf" for rtf filesAlexander Moisseev2019-02-011-1/+1
* | [Minor] Try better to keep cached records aliveVsevolod Stakhov2019-02-012-12/+18
* | [Minor] Plug potential memory leak with ISO-8859-16 converterVsevolod Stakhov2019-02-011-0/+3
* | [Minor] LRU: Mark fresh node as immportal to avoid its early evictionVsevolod Stakhov2019-02-011-2/+8
|/
* [Fix] Core: Fix headers folding on the last tokenVsevolod Stakhov2019-01-311-1/+27
* [Minor] Lua_task: Copy key when setting cache entries to avoid GC raceVsevolod Stakhov2019-01-311-1/+2
* [Fix] HTML: Fix HTML comments with many dashesVsevolod Stakhov2019-01-301-1/+1
* [Minor] Mime_types: Fix whitelistVsevolod Stakhov2019-01-301-1/+2
* [Minor] Core: Further try to reduce FP rate for uspoofVsevolod Stakhov2019-01-301-0/+4
* [Minor] Core: Treat meaningless actions as hamVsevolod Stakhov2019-01-301-2/+2
* [Minor] mime_types - add filename whitelistCarsten Rosenberg2019-01-291-0/+11
* Merge pull request #2737 from moisseev/mime_typesVsevolod Stakhov2019-01-291-1/+1
|\
| * [Minor] mime_types: Add "text/plain" CT for "csv" extensionAlexander Moisseev2019-01-291-1/+1
* | [Feature] Core: Support telephone URLsVsevolod Stakhov2019-01-292-16/+150
* | [Minor] Lua_util: Fix single character obfuscation checksVsevolod Stakhov2019-01-291-15/+0
* | [Minor] Core: Improve url findings in queriesVsevolod Stakhov2019-01-291-1/+1
* | [Minor] Elastic: Switch off coroutines as they are unstableVsevolod Stakhov2019-01-291-19/+19
* | [Minor] Allow to debug lua threadsVsevolod Stakhov2019-01-292-40/+119
|/
* [Minor] Fix log messageVsevolod Stakhov2019-01-281-2/+2
* Merge pull request #2734 from moisseev/midVsevolod Stakhov2019-01-281-10/+12
|\
| * [Fix] MID module: Fix DKIM domain matchingAlexander Moisseev2019-01-281-10/+12