aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Use khash instead of uthash in rdns compression logicVsevolod Stakhov2022-08-173-51/+60
|
* Merge pull request #4242 from rekup/fix/dmarc-report-nooptVsevolod Stakhov2022-08-161-1/+5
|\ | | | | [Fix] Skip sending dmarc reports in no-opt mode
| * [Fix] Skip sending dmarc reports in no-opt modeReto Kupferschmid2022-08-161-1/+5
|/ | | | fixes https://github.com/rspamd/rspamd/issues/4241
* [Minor] Use a more unified approach to hash stringsVsevolod Stakhov2022-08-151-35/+22
|
* [Project] Allow `=` separated augmentations to be treated as kv pairsVsevolod Stakhov2022-08-141-6/+37
|
* [Project] Allow to extract augmentation valuesVsevolod Stakhov2022-08-132-0/+29
|
* [Minor] Handle null valuesVsevolod Stakhov2022-08-121-0/+5
|
* [Project] Support augmentations with valuesVsevolod Stakhov2022-08-125-27/+92
|
* [Minor] Add support of CNAME requests to the lua resolverVsevolod Stakhov2022-08-112-26/+36
|
* [Minor] Remove duplicated codeVsevolod Stakhov2022-08-111-22/+1
|
* [Minor] Ignore irrelevant DNS repliesVsevolod Stakhov2022-08-111-0/+5
|
* [Minor] Improve loggingVsevolod Stakhov2022-08-111-2/+13
|
* [Minor] Ignore unlink failures when dealing with the caching logicVsevolod Stakhov2022-08-101-2/+3
| | | | Issue: #4238
* [Minor] Add experimental support of CNAME RR typeVsevolod Stakhov2022-08-103-3/+13
|
* [Minor] Remove word 'dela' from stop words as it is used in many languagesVsevolod Stakhov2022-08-091-1/+0
|
* Merge pull request #4239 from citrin/mime-typesVsevolod Stakhov2022-08-091-2/+2
|\ | | | | Add MIME types commonly used for mp3 and wav attachments
| * [Minor] Add MIME types commonly used for mp3 and wav attachmentsAnton Yuzhaninov2022-08-091-2/+2
|/
* [Minor] Hide complex functionVsevolod Stakhov2022-08-082-23/+26
|
* [Minor] Oops, forgot to save a file: fix compilation errorVsevolod Stakhov2022-08-071-1/+1
|
* [Minor] One more effort to select a proper item to changeVsevolod Stakhov2022-08-072-10/+22
|
* [Minor] Set current item when processing compositesVsevolod Stakhov2022-08-071-0/+4
|
* [Minor] Try to fix stats for the virtual symbolsVsevolod Stakhov2022-08-064-6/+19
|
* [Minor] Do not increase frequency in symcache for duplicate resultsVsevolod Stakhov2022-08-051-32/+32
|
* [Minor] Asn: Improve log messageVsevolod Stakhov2022-08-041-1/+1
| | | | Issue: #4235
* [Fix] Try to avoid a corner case for `@` patternVsevolod Stakhov2022-08-041-15/+24
| | | | Issue: #4217
* [Minor] Use integer instead of numberVsevolod Stakhov2022-08-031-1/+5
|
* [Minor] Consider subject when checking hash function input lengthVsevolod Stakhov2022-08-021-0/+7
|
* [Fix] Adjust length of the fuzzy checks for short text partsVsevolod Stakhov2022-08-022-6/+6
| | | | Reported by: @citrin
* Merge pull request #4233 from fatalbanana/turkishVsevolod Stakhov2022-08-022-2/+2
|\ | | | | [Minor] Set `diacritics` flag for more languages
| * [Minor] Set `diacritics` flag for Turkish & Italian languagesAndrew Lewis2022-08-022-2/+2
|/ | | | - Reported by: @citrin
* [Minor] Bail on unknown augmentationsVsevolod Stakhov2022-07-311-4/+17
|
* [Minor] Restrict `m` patterns in regexpsVsevolod Stakhov2022-07-301-1/+1
| | | | Issue: #4221
* [Minor] Glob patterns actually allow rangesVsevolod Stakhov2022-07-301-5/+32
|
* [Minor] Another try to fix build on old systemsVsevolod Stakhov2022-07-281-1/+1
|
* [Minor] Build hack for old ubuntu/debianVsevolod Stakhov2022-07-281-1/+1
|
* [Minor] Reduce log levelVsevolod Stakhov2022-07-271-1/+1
|
* [Minor] Explicitly resolve parent as it could not be resolved initiallyVsevolod Stakhov2022-07-271-0/+1
|
* [Fix] Try to fix passthrough results processing logicVsevolod Stakhov2022-07-261-11/+13
|
* [Fix] Try to fix the mess with read only flagVsevolod Stakhov2022-07-252-10/+25
| | | | Issue: #4219
* Merge pull request #4222 from JasonStephenson/mimedump_improvementsVsevolod Stakhov2022-07-251-7/+79
|\ | | | | [Minor] Mimedump improvements
| * whitespace..Jason Stephenson2022-07-251-1/+0
| |
| * get_dump_content to return content directly without converting userdata to ↵Jason Stephenson2022-07-251-21/+15
| | | | | | | | string. write_dump_content to convert string to userdata (rspamd_text) and use save_in_file.
| * fix whitespaceJason Stephenson2022-07-241-2/+0
| |
| * Change comment to asserts. String type check before tostring callJason Stephenson2022-07-241-11/+24
| |
| * Fix silly mistakeJason Stephenson2022-07-221-1/+0
| |
| * luacheck fixesJason Stephenson2022-07-221-7/+4
| |
| * Add support for --splitJason Stephenson2022-07-221-19/+50
| |
| * Refactor before adding support to extract optionJason Stephenson2022-07-211-36/+39
| |
| * Implement writing to directoryJason Stephenson2022-07-211-3/+41
| |
* | [Minor] Restore Lua APIVsevolod Stakhov2022-07-241-2/+20
| |