Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Add order to urls structure | Vsevolod Stakhov | 2023-07-25 | 7 | -19/+57 |
| | |||||
* | [Minor] Oops: I have written too long in C++ | Vsevolod Stakhov | 2023-07-25 | 1 | -0/+2 |
| | |||||
* | [Feature] Process HTML parts before text ones | Vsevolod Stakhov | 2023-07-25 | 1 | -4/+47 |
| | |||||
* | [Minor] Slightly change the text processing logic | Vsevolod Stakhov | 2023-07-25 | 1 | -22/+40 |
| | |||||
* | Merge pull request #4549 from fatalbanana/ratelimit | Vsevolod Stakhov | 2023-07-25 | 2 | -2/+2 |
|\ | | | | | [Minor] Minor fixes for previous ratelimit changes | ||||
| * | [Minor] Minor fixes for previous ratelimit changes | Andrew Lewis | 2023-07-24 | 2 | -2/+2 |
|/ | |||||
* | [Minor] Propagate port from url parser | Vsevolod Stakhov | 2023-07-24 | 1 | -1/+9 |
| | |||||
* | [Minor] Restore old port behaviour | Vsevolod Stakhov | 2023-07-24 | 3 | -6/+36 |
| | |||||
* | [Feature] Reorganise struct rspamd_url to be 64 bytes size | Vsevolod Stakhov | 2023-07-23 | 5 | -48/+87 |
| | |||||
* | [Minor] Limit sse41 code to sse41 and x86_64 | Vsevolod Stakhov | 2023-07-23 | 3 | -22/+7 |
| | |||||
* | Merge pull request #4547 from rheoli/dmarc_txt_fix | Vsevolod Stakhov | 2023-07-22 | 1 | -2/+2 |
|\ | | | | | [Fix] dmarc gramar - allow spaces before ";" | ||||
| * | [Fix] dmarc gramar - allow spaces before ";" | Stephan Toggweiler | 2023-07-21 | 1 | -2/+2 |
| | | | | | | The ABNF in https://www.rfc-editor.org/rfc/rfc7489#section-6.4 define that its allowed to have spaces before ";" | ||||
* | | [Minor] Use unique ptr | Vsevolod Stakhov | 2023-07-21 | 1 | -4/+5 |
|/ | |||||
* | [Minor] Add Lua API for transliterate function | Vsevolod Stakhov | 2023-07-20 | 1 | -0/+28 |
| | |||||
* | [Feature] Add function to transliterate utf8 to ascii with some normalisation | Vsevolod Stakhov | 2023-07-20 | 2 | -0/+89 |
| | |||||
* | [Minor] Remove assertion in lieu of a log message | Vsevolod Stakhov | 2023-07-17 | 1 | -1/+4 |
| | | | | | Issue: #4533 Closes: #4533 | ||||
* | Another try for RHEL9 | Vsevolod Stakhov | 2023-07-17 | 1 | -0/+9 |
| | |||||
* | [Minor] Another try to use the proper linker | Vsevolod Stakhov | 2023-07-16 | 3 | -3/+5 |
| | |||||
* | [Minor] Do not use lld when clang is not the compiler... | Vsevolod Stakhov | 2023-07-16 | 1 | -1/+9 |
| | |||||
* | Merge pull request #4541 from sthen/patch-1 | Vsevolod Stakhov | 2023-07-15 | 1 | -7/+2 |
|\ | | | | | replace ECDSA_sign_setup/ECDSA_sign_ex with ECDSA_sign | ||||
| * | replace ECDSA_sign_setup/ECDSA_sign_ex with ECDSA_sign | Stuart Henderson | 2023-07-15 | 1 | -7/+2 |
|/ | | | | | There's no need to use ECDSA_sign_setup/ECDSA_sign_ex separately, a single call to ECDSA_sign will handle everything that's needed here. Avoids breakage with a soon-to-be-committed change to LibreSSL to remove ECDSA_sign_setup/ex from libcrypto. | ||||
* | Merge pull request #4539 from dragoangel/patch-3 | Vsevolod Stakhov | 2023-07-13 | 1 | -1/+1 |
|\ | | | | | [Minor] A bit better apple_x_mailer regex | ||||
| * | Adjust apple_x_mailer regex | Dmitriy Alekseev | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | [Minor] A bit better apple_x_mailer regex | Dmitriy Alekseev | 2023-07-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4538 from dragoangel/patch-2 | Vsevolod Stakhov | 2023-07-12 | 2 | -3/+28 |
|\ | | | | | [Feature] Detect Apple Mail and remove scores for their known common behavior | ||||
| * | Optimize apple_ios_x_mailer regex | Dmitriy Alekseev | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | Add composites exclusions for known Apple Mail bad symbols | Dmitriy Alekseev | 2023-07-11 | 1 | -0/+8 |
| | | |||||
| * | Support regex rules to detect Apple Mail | Dmitriy Alekseev | 2023-07-11 | 1 | -3/+20 |
| | | |||||
* | | Merge pull request #4537 from moesoha/relay/ip_map | Vsevolod Stakhov | 2023-07-11 | 5 | -0/+75 |
|\ \ | |/ |/| | [Feature] external_relay: add ip_map strategy | ||||
| * | [Feature] external_relay: add ip_map strategy | Soha Jin | 2023-07-11 | 5 | -0/+72 |
| | | |||||
| * | [Fix] test external_relay: count should always be the last rule, | Soha Jin | 2023-07-11 | 1 | -0/+3 |
|/ | | | | as it have no matching condition | ||||
* | [Minor] Fix another `enum` usage in fmt | Vsevolod Stakhov | 2023-07-09 | 1 | -1/+1 |
| | | | | Issue: #4482 | ||||
* | Merge pull request #4532 from mrueg/bookworm | Vsevolod Stakhov | 2023-07-06 | 1 | -2/+2 |
|\ | | | | | Dockerfile: Switch to bookworm | ||||
| * | Dockerfile: Switch to bookworm | Manuel RĂ¼ger | 2023-07-05 | 1 | -2/+2 |
|/ | |||||
* | [Minor] Fix fuzzy_unlearn_handler when a flag is specified | Vsevolod Stakhov | 2023-07-05 | 1 | -1/+1 |
| | | | | Issue: #4531 | ||||
* | [Minor] One more compatibility fix | Vsevolod Stakhov | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Try to be more compatible | Vsevolod Stakhov | 2023-07-02 | 1 | -1/+1 |
| | |||||
* | [Minor] Lua_magic: Try to reduce fp rate for html heuristic | Vsevolod Stakhov | 2023-07-02 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix log message | Vsevolod Stakhov | 2023-07-01 | 1 | -2/+2 |
| | |||||
* | [Minor] Try to save ratelimits from the proper worker | Vsevolod Stakhov | 2023-07-01 | 1 | -3/+6 |
| | |||||
* | [Feature] Save fuzzy ratelimit buckets | Vsevolod Stakhov | 2023-07-01 | 1 | -0/+123 |
| | |||||
* | [Minor] Do not block rate limit elements in fuzzy forever | Vsevolod Stakhov | 2023-07-01 | 1 | -4/+17 |
| | |||||
* | [Feature] Allow fuzzy workers to exchange blocked information | Vsevolod Stakhov | 2023-07-01 | 4 | -7/+147 |
| | |||||
* | [Minor] Remove redundant check | Vsevolod Stakhov | 2023-06-26 | 1 | -4/+1 |
| | |||||
* | [Feature] Preliminary implementation of dynamic composites | Vsevolod Stakhov | 2023-06-25 | 2 | -4/+109 |
| | |||||
* | [Minor] Missing include? | Vsevolod Stakhov | 2023-06-24 | 1 | -0/+1 |
| | |||||
* | [Tests] Add unit tests | Vsevolod Stakhov | 2023-06-24 | 2 | -0/+45 |
| | |||||
* | [Minor] Add utility to split strings on some character | Vsevolod Stakhov | 2023-06-24 | 1 | -0/+18 |
| | |||||
* | [Minor] Add utility to iterate over a list of newline separated strings | Vsevolod Stakhov | 2023-06-24 | 1 | -0/+29 |
| | |||||
* | Merge pull request #4519 from twesterhever/temp-html-attachments | Vsevolod Stakhov | 2023-06-23 | 1 | -17/+24 |
|\ | | | | | [Enhancement] Treat HTML attachments as (slightly) bad |