Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix `www.` prefix matcher | Vsevolod Stakhov | 2023-08-24 | 3 | -16/+33 |
| | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2023-08-23 | 1 | -1/+17 |
| | |||||
* | [Minor] Do not use crypto PRG for mempool uids | Vsevolod Stakhov | 2023-08-23 | 2 | -9/+6 |
| | |||||
* | Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusions | Vsevolod Stakhov | 2023-08-22 | 3 | -14/+112 |
|\ | | | | | [Feature] Support feed exclusions in phishing module | ||||
| * | Update phishing.lua | Dmitriy Alekseev | 2023-08-21 | 1 | -23/+43 |
| | | |||||
| * | Update phishing_group.conf | Dmitriy Alekseev | 2023-08-16 | 1 | -0/+4 |
| | | |||||
| * | Update phishing.conf | Dmitriy Alekseev | 2023-08-16 | 1 | -0/+6 |
| | | |||||
| * | Update phishing.lua | Dmitriy Alekseev | 2023-08-16 | 1 | -5/+73 |
| | | |||||
* | | Merge pull request #4578 from laodc/redis-username-support | Vsevolod Stakhov | 2023-08-21 | 13 | -44/+206 |
|\ \ | | | | | | | [Feature] Added support for Redis 6 ACL (username/password) | ||||
| * | | Apply suggestions from code review | LaoDC | 2023-08-21 | 2 | -6/+6 |
| | | | | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | ||||
| * | | feel silly about this one, forgot the username param. | laodc | 2023-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | else if was meant to be elseif | laodc | 2023-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | changed errors to warnings. | laodc | 2023-08-21 | 5 | -12/+5 |
| | | | | | | | | | | | | nullptr on contructor was never meant to be there | ||||
| * | | Added support for Redis 6 ACL (username/password) | laodc | 2023-08-21 | 13 | -43/+212 |
|/ / | |||||
* | | [Minor] Another leak | Vsevolod Stakhov | 2023-08-20 | 1 | -3/+5 |
| | | |||||
* | | [Minor] Fix leak | Vsevolod Stakhov | 2023-08-20 | 1 | -0/+7 |
| | | |||||
* | | [Minor] Simplify | Vsevolod Stakhov | 2023-08-20 | 1 | -4/+1 |
| | | |||||
* | | Merge pull request #4557 from twesterhever/temp-align-dnsbl-scores | Vsevolod Stakhov | 2023-08-19 | 1 | -14/+14 |
|\ \ | | | | | | | [Minor] Slightly adjust DNSBL scores | ||||
| * | | [Minor] Align scores of Spamhaus DBL, SURBL, URIBL DNSBL symbols | twesterhever | 2023-08-02 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given that they have about the same false positive rate, it makes sense to treat them equal in terms of scoring: - Particular threats (phishing, malware) are scored a bit higher than mere spam domain listings - "Abused legitimate" listings are scored lower for some DNSBLs already, this has now been aligned. - For SURBL, cracked and abused sites are treated with the same score. | ||||
| * | | [Minor] Increase score of URIBL_XBL | twesterhever | 2023-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This aids with detecting FQDNs hosted on hacked machines, such as used in Fast Flux-style botnet spam. | ||||
| * | | [Minor] Reduce score of URIBL_SBL_CSS | twesterhever | 2023-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Given that CSS is an automated component of SBL, this should not receive the same scoring as manually conducted SBL listings. Particularly for shared hosting environments, CSS hits on IP addresses derived from FQDNs sometimes were found to be scored a bit too high. | ||||
* | | | [Minor] Simplify transform | Vsevolod Stakhov | 2023-08-18 | 1 | -21/+6 |
| | | | |||||
* | | | [Minor] Allow rspamd_lua_require_function to work without function | Vsevolod Stakhov | 2023-08-18 | 2 | -22/+35 |
| | | | |||||
* | | | Merge pull request #4573 from rspamd/cfg_utils_rework | Vsevolod Stakhov | 2023-08-17 | 40 | -2056/+1890 |
|\ \ \ | | | | | | | | | [Project] Rewrite configuration utils in C++ | ||||
| * | | | [Minor] Fix some docs | Vsevolod Stakhov | 2023-08-17 | 1 | -8/+29 |
| | | | | |||||
| * | | | [Minor] Fix some more issues | Vsevolod Stakhov | 2023-08-17 | 1 | -20/+20 |
| | | | | |||||
| * | | | [Minor] Set top section explicitly | Vsevolod Stakhov | 2023-08-17 | 1 | -0/+2 |
| | | | | |||||
| * | | | [Minor] Allow workers to have any attributes (needed by fuzzy) | Vsevolod Stakhov | 2023-08-17 | 3 | -5/+7 |
| | | | | |||||
| * | | | [Minor] Restore mempool_strdup bahaviour when arg is NULL | Vsevolod Stakhov | 2023-08-17 | 1 | -0/+3 |
| | | | | |||||
| * | | | [Minor] Do not treat hyperscan load failure as a fatal error | Vsevolod Stakhov | 2023-08-17 | 1 | -4/+0 |
| | | | | |||||
| * | | | [Minor] Add missing include | Vsevolod Stakhov | 2023-08-17 | 1 | -0/+1 |
| | | | | |||||
| * | | | [Rewor] Refactor some legacy stuff | Vsevolod Stakhov | 2023-08-17 | 2 | -53/+36 |
| | | | | |||||
| * | | | [Feature] Add utility to split string like stuff for C++ code | Vsevolod Stakhov | 2023-08-17 | 2 | -7/+75 |
| | | | | | | | | | | | | | | | | No ranges, as they are a bit ugly to use yet | ||||
| * | | | [Rework] Some final fixes | Vsevolod Stakhov | 2023-08-16 | 4 | -30/+53 |
| | | | | |||||
| * | | | [Rework] Final efforts to make it compileable | Vsevolod Stakhov | 2023-08-16 | 7 | -95/+130 |
| | | | | |||||
| * | | | [Rework] More steps to do refactoring | Vsevolod Stakhov | 2023-08-16 | 17 | -217/+180 |
| | | | | |||||
| * | | | [Rework] Further refactoring | Vsevolod Stakhov | 2023-08-15 | 3 | -489/+362 |
| | | | | |||||
| * | | | [Rework] Further conversion routines | Vsevolod Stakhov | 2023-08-15 | 8 | -232/+161 |
| | | | | |||||
| * | | | [Rework] More rework in cfg_rcl | Vsevolod Stakhov | 2023-08-14 | 2 | -62/+52 |
| | | | | | | | | | | | | | | | | So many places need to be rewritten | ||||
| * | | | [Rework] More abstractions to hide C++ internals | Vsevolod Stakhov | 2023-08-14 | 8 | -315/+356 |
| | | | | |||||
| * | | | [Rework] Move rcl logic to C++ | Vsevolod Stakhov | 2023-08-14 | 2 | -1/+1 |
| | | | | |||||
| * | | | [Rework] Finish utils rework | Vsevolod Stakhov | 2023-08-14 | 15 | -233/+198 |
| | | | | |||||
| * | | | [Rework] Use more c++ in cfg_utils | Vsevolod Stakhov | 2023-08-14 | 7 | -475/+414 |
| | | | | |||||
* | | | | Merge pull request #4577 from moisseev/webui | Vsevolod Stakhov | 2023-08-16 | 1 | -1/+6 |
|\ \ \ \ | |_|_|/ |/| | | | [WebUI] Tweak bootstrap colors for accessibility | ||||
| * | | | [WebUI] Tweak bootstrap colors for accessibility | moisseev | 2023-08-16 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | Resolves: #4566 | ||||
* | | | | Merge pull request #4572 from lingfish/json-raw | Vsevolod Stakhov | 2023-08-15 | 1 | -0/+37 |
|\ \ \ \ | |_|/ / |/| | | | [Feature] Add new exporter to push JSON to a raw TCP socket | ||||
| * | | | Rename exported to be more explicit | Jason Lingohr | 2023-08-15 | 1 | -10/+10 |
| | | | | |||||
| * | | | Add new exporter to push JSON to a raw TCP socket; for example to Graylog. | Jason Lingohr | 2023-08-14 | 1 | -0/+37 |
| | | | | |||||
* | | | | [Fix] Do not accept invalid ucl object types | Vsevolod Stakhov | 2023-08-14 | 2 | -17/+35 |
|/ / / | | | | | | | | | | Issue: #4571 | ||||
* | | | [Fix] Fix output of non-RSA DKIM keys | Vsevolod Stakhov | 2023-08-11 | 1 | -5/+7 |
| | | | | | | | | | | | | Issue: #4570 |