aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Minor] Fix missing and superflous commatwesterhever2023-06-231-2/+2
| | | | | | | | Thanks, @moisseev!
| * Keep attachment filename suffix lists sortedtwesterhever2023-06-221-15/+15
| |
| * Treat HTML attachments as badtwesterhever2023-06-221-1/+8
| |
* | Merge pull request #4520 from mariojansen/masterVsevolod Stakhov2023-06-231-2/+8
|\ \ | | | | | | if elasticsearch_version >= 7 we should not send the _type to elastic…
| * | if elasticsearch_version >= 7 we should not send the _type to elasticsearch, ↵Mario Jansen2023-06-231-2/+8
|/ / | | | | | | deprecated in es 7, obsolete in es 8
* | Merge pull request #4497 from twesterhever/temp-improve-has-google-redirVsevolod Stakhov2023-06-221-2/+2
|\ \ | |/ |/| [Enhancement] Improve detection of Google redirection URLs
| * [Minor] Remove superfluous '|' in regular expressiontwesterhever2023-06-221-1/+1
| |
| * [Minor] Simplify regular expression for HAS_GOOGLE_REDIRtwesterhever2023-06-221-1/+1
| | | | | | | | https://github.com/rspamd/rspamd/pull/4497#issuecomment-1586265815
| * [Enhancement] Improve detection of Google redirection URLstwesterhever2023-05-261-2/+2
| | | | | | | | | | The list is derived from Firefox' static HPKP entires, retrieved from: https://searchfox.org/mozilla-central/source/security/manager/ssl/StaticHPKPins.h
* | Merge pull request #4518 from twesterhever/temp-chm-suffixVsevolod Stakhov2023-06-201-96/+96
|\ \ | | | | | | [Minor] Increase score for .chm attachments
| * | [Minor] Increase score for attachment types already blocked by GMail and Outlooktwesterhever2023-06-201-95/+95
| | | | | | | | | | | | https://github.com/rspamd/rspamd/pull/4518#issuecomment-1598655957
| * | [Minor] Increase score for .chm attachmentstwesterhever2023-06-201-1/+1
|/ /
* | Merge pull request #4517 from JasonStephenson/bugfix/7z-cte-fixVsevolod Stakhov2023-06-191-1/+1
|\ \ | | | | | | Use the correct mime format for 7z
| * | Use the correct mime format for 7zJason Stephenson2023-06-191-1/+1
|/ /
* | [Minor] Use 1.0 as static score for dynamic symbols, ermVsevolod Stakhov2023-06-181-1/+1
| |
* | [Minor] Add fail-safe for composites processingVsevolod Stakhov2023-06-171-1/+1
| |
* | [Minor] Allow silent addition of the composites from the configurationVsevolod Stakhov2023-06-173-7/+39
| |
* | [Minor] Get rid of one more GHashTableVsevolod Stakhov2023-06-174-37/+30
| |
* | [Minor] Add utility macros for static hash tablesVsevolod Stakhov2023-06-171-0/+2
| |
* | [Minor] Define simple ftok hash and equal functionsVsevolod Stakhov2023-06-172-24/+3
| |
* | [Minor] Use wyhash for string hashingVsevolod Stakhov2023-06-171-1/+22
| |
* | [Feature] Khash: Allow static initialisationVsevolod Stakhov2023-06-171-4/+13
| |
* | [Fix] Try harder to clean pending bucketVsevolod Stakhov2023-06-172-3/+79
| | | | | | | | Issue: #4467
* | [Minor] Oops, fix buildVsevolod Stakhov2023-06-171-1/+1
| |
* | [Minor] Allow to allocate rspamd_text from taskVsevolod Stakhov2023-06-173-8/+60
| |
* | [Minor] Fix Lua stackVsevolod Stakhov2023-06-141-2/+2
| |
* | [Minor] Another workaround for a broken OpenSSL APIVsevolod Stakhov2023-06-141-2/+44
| |
* | [Minor] Parse remaning content when reaching html limitVsevolod Stakhov2023-06-131-1/+2
| |
* | [Minor] Fix another usage of EC_POINT_point2bnVsevolod Stakhov2023-06-121-6/+16
| |
* | [Minor] Try to fix build with (broken) OpenSSL APIVsevolod Stakhov2023-06-121-6/+17
| |
* | Merge pull request #4494 from twesterhever/temp-arm-google-firebaseVsevolod Stakhov2023-06-111-2/+2
|\ \ | | | | | | [Rules] Make Google Firebase rule productive
| * | [Enhancement] Make Google Firebase rule productivetwesterhever2023-05-261-2/+2
| |/
* | [Minor] Adjust prototypeVsevolod Stakhov2023-06-101-1/+1
| |
* | [Test] Add test cases for dynamic symbolsVsevolod Stakhov2023-06-103-0/+26
| |
* | Merge pull request #4495 from twesterhever/temp-onoin-urlVsevolod Stakhov2023-06-041-1/+1
|\ \ | | | | | | [Minor] Move HAS_ONION_URI from "experimental" to "url" group
| * | [Minor] Move HAS_ONION_URI from "experimental" to "url" grouptwesterhever2023-05-261-1/+1
| |/
* | Merge pull request #4507 from ↵Vsevolod Stakhov2023-06-031-2/+9
|\ \ | | | | | | | | | | | | twesterhever/temp-composites-thread-hijacking-injector [Rules] Add thread hijacking composite rule
| * | [Minor] Fix RCVD_UNAUTH_PBLtwesterhever2023-06-021-2/+2
| | |
| * | [Rules] Add thread hijacking composite ruletwesterhever2023-06-021-0/+7
| | |
* | | Merge pull request #4505 from ↵Vsevolod Stakhov2023-06-037-77/+73
|\ \ \ | | | | | | | | | | | | | | | | twesterhever/temp-misc-cleanups-and-housekeeping-v2 [Minor] Assorted cleanup and housekeeping of configuration files, take 2
| * | | Apply suggestions from code reviewVsevolod Stakhov2023-06-032-3/+3
| | | |
| * | | [Minor] Fix description of MIME_HTML_ONLYtwesterhever2023-06-021-1/+1
| | | | | | | | | | | | | | | | Thanks, @moisseev!
| * | | [Minor] Fix quirk in CRACKED_SURBL rule descriptiontwesterhever2023-05-261-1/+1
| | | |
| * | | [Minor] Improve various rule descriptionstwesterhever2023-05-266-76/+72
| | |/ | |/|
* | | Merge pull request #4508 from twesterhever/temp-attachment-scoringsVsevolod Stakhov2023-06-021-0/+5
|\ \ \ | | | | | | | | [Minor] Add additional bad extensions
| * | | [Minor] Add additional bad extensionstwesterhever2023-06-021-0/+5
| | |/ | |/|
* | | Merge pull request #4506 from twesterhever/temp-improve-hacked-wp-phishingVsevolod Stakhov2023-06-022-3/+3
|\ \ \ | |/ / |/| | [Minor] Improve HACKED_WP_PHISHING coverage
| * | [Minor] Improve HACKED_WP_PHISHING coveragetwesterhever2023-06-022-3/+3
|/ /
* | Merge pull request #4504 from moisseev/webuiVsevolod Stakhov2023-06-013-12/+43
|\ \ | | | | | | [WebUI] Show validation feedback inside login modal
| * | [Minor] Fix modal optionsmoisseev2023-06-011-1/+1
| | | | | | | | | | | | that were changed since Boostrap 5.0