Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Allow to specify max log tag length for all log messagesvstakhov-logging-improvements | Vsevolod Stakhov | 2025-06-05 | 6 | -20/+166 |
| | |||||
* | [Feature] Allow to specify log tag in proxy | Vsevolod Stakhov | 2025-06-05 | 1 | -2/+139 |
| | | | | Issue: #5194 | ||||
* | Merge pull request #5490 from rspamd/vstakhov-ucl-fix | Vsevolod Stakhov | 2025-06-05 | 15 | -31/+33 |
|\ | | | | | One of the major issues is that we should use safe parser flags for all inputs aside of the real configuration which we should really trust. It means that we need to disable macros, file variables and other UCL features when it is used to parse any potentially unsafe content. I do not treat it as a security vulnerability so far, as Rspamd operates with merely trusted content by HTTP by default, however, it is good to fix to avoid any potential future mususes or even exploits possibilities. | ||||
| * | [Fix] Use safe parsers everywhere except configuration | Vsevolod Stakhov | 2025-06-05 | 15 | -31/+33 |
| | | |||||
* | | Merge pull request #5489 from heptalium/master | Vsevolod Stakhov | 2025-06-05 | 1 | -1/+1 |
|\ \ | |/ |/| | Reputation Plugin: Fix comment to correspond the code above | ||||
| * | Fix comment to correspond the code above | Jens Meißner | 2025-06-03 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Log the token usage for OpenAI (compatible) plain conversion | Lucas Rolff | 2025-06-03 | 1 | -0/+4 |
|/ | |||||
* | [Minor] Fix fuzzy lua callback when there are no shingles | Andrew Lewis | 2025-05-28 | 1 | -4/+6 |
| | |||||
* | Merge pull request #5477 from japc/multimap-type-err | Vsevolod Stakhov | 2025-05-22 | 1 | -0/+3 |
|\ | | | | | [Minor] Print error on multimap invalid type | ||||
| * | [Minor] Print error on multimap invalid type | Jose Celestino | 2025-05-22 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #5428 from rspamd/vstakhov-replies-fake-rcpt | Vsevolod Stakhov | 2025-05-22 | 2 | -31/+57 |
|\ \ | |/ |/| | [Rework] Replies: consider all recipients and use smtp ones | ||||
| * | [Fix] Known senders: More recipients test logicvstakhov-replies-fake-rcpt | Vsevolod Stakhov | 2025-05-22 | 1 | -17/+43 |
| | | |||||
| * | [Fix] Known senders: Use the same logic as in the replies module | Vsevolod Stakhov | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | [Rework] Replies: consider all recipients and use smtp ones | Vsevolod Stakhov | 2025-04-14 | 1 | -13/+13 |
| | | |||||
* | | [Minor] Lua_http: Add more examples | Vsevolod Stakhov | 2025-05-20 | 1 | -9/+110 |
| | | |||||
* | | [Minor] Update API docs RE: multiple HTTP headers | Andrew Lewis | 2025-05-15 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #5459 from NameWeb/patch-1 | Vsevolod Stakhov | 2025-05-14 | 1 | -7/+20 |
|\ \ | | | | | | | gpt.lua: Remove "thinking" and fix errorlog | ||||
| * | | [Minor] Fix formatting | Vsevolod Stakhov | 2025-05-14 | 1 | -7/+7 |
| | | | |||||
| * | | Remove "thinking" and fix errorlog | NameWeb | 2025-05-09 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | Some models used by Ollama will include "thinking" before the actual response. We now remove this. Also fixed error logging, which probably intended to also log "first_message". | ||||
* | | | [Feature] Add some convenience methods | Vsevolod Stakhov | 2025-05-14 | 2 | -5/+50 |
| | | | |||||
* | | | Merge pull request #5452 from kevinzb56/feature1 | Vsevolod Stakhov | 2025-05-12 | 1 | -3/+112 |
|\ \ \ | | | | | | | | | Added --non-default Option to rspamadm configdump for Local Configuration | ||||
| * | | | [Fix] Really fix local objects filtering, sigh... | Vsevolod Stakhov | 2025-05-06 | 1 | -4/+26 |
| | | | | |||||
| * | | | [Minor] Some usablity improvements | Vsevolod Stakhov | 2025-05-03 | 1 | -13/+21 |
| | | | | |||||
| * | | | [Minor] Exclude empty objects | Vsevolod Stakhov | 2025-05-03 | 1 | -0/+9 |
| | | | | |||||
| * | | | [Fix] Fix various issues | Vsevolod Stakhov | 2025-05-03 | 1 | -9/+6 |
| | | | | |||||
| * | | | Merge branch 'master' into feature1 | Kevin Shah | 2025-05-02 | 3 | -44/+203 |
| |\ \ \ | |||||
| * | | | | removed -n shortcut | kevinzb56 | 2025-05-02 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | modified dumping | kevinzb56 | 2025-05-01 | 1 | -5/+78 |
| | | | | | |||||
* | | | | | Merge pull request #5456 from rspamd/vstakhov-proxy-improvements | Vsevolod Stakhov | 2025-05-12 | 2 | -10/+341 |
|\ \ \ \ \ | | | | | | | | | | | | | Some improvements to the proxy | ||||
| * | | | | | [Feature] Add keep-alive supportvstakhov-proxy-improvements | Vsevolod Stakhov | 2025-05-07 | 2 | -6/+258 |
| | | | | | | |||||
| * | | | | | [Feature] Allow to use HTTPS when connection to backends in proxy | Vsevolod Stakhov | 2025-05-06 | 1 | -2/+26 |
| | | | | | | |||||
| * | | | | | [Feature] Allow to specify extra headers in Rspamd proxy | Vsevolod Stakhov | 2025-05-06 | 1 | -4/+59 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #5457 from moisseev/webui | Vsevolod Stakhov | 2025-05-12 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | [WebUI] Add deletion of specific fuzzy hashes | ||||
| * | | | | [Fix] Allow 'Hash' in Access-Control-Allow-Headers | Alexander Moisseev | 2025-05-07 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | so clients can include the Hash header in CORS preflight requests to /fuzzydelhash endpoint. | ||||
* / / / | [Fix] libmime: declare comparators const for doctest 2.4.12 compatibility | Alexandra Parker | 2025-05-07 | 1 | -4/+4 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Petr Vaněk pointed out a change in doctest 2.4.12 that broke the libmime test code: https://github.com/doctest/doctest/commit/d7a5eeb820b61cc3af8a61b3117f76a403b7742a CHECK is now treats LHS as const and the compiler won't find non-const operator== as a result. It's reasonable for comparators to be const, so make them const. Signed-Off-By: Alexandra Parker <alex.iris.parker@gmail.com> | ||||
* | | | Merge pull request #5443 from kevinzb56/temp2 | Vsevolod Stakhov | 2025-05-02 | 1 | -17/+94 |
|\ \ \ | | | | | | | | | Added exclusion list for reputation | ||||
| * | | | Merge branch 'rspamd:master' into temp2 | Kevin Shah | 2025-04-28 | 1 | -18/+22 |
| |\| | | |||||
| * | | | Merge branch 'master' into temp2 | Kevin Shah | 2025-04-22 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | Added exclusion list for reputation | kevinzb56 | 2025-04-21 | 1 | -17/+94 |
| | | | | | |||||
* | | | | | [Fix] Add null check for master_conn->up in proxy backend error handler | Vsevolod Stakhov | 2025-05-01 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | [Fix] Prevent crashes when accessing upstream address in self-scan mode | Vsevolod Stakhov | 2025-05-01 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | [Minor] Some fixes | Vsevolod Stakhov | 2025-05-01 | 1 | -1/+7 |
| | | | | | |||||
* | | | | | [Minor] Remove servers completely and use `read_servers` for all compat stuff | Vsevolod Stakhov | 2025-05-01 | 1 | -31/+14 |
| | | | | | |||||
* | | | | | [Feature] Add support for separate read and write servers in fuzzy check | Vsevolod Stakhov | 2025-05-01 | 1 | -11/+104 |
| |_|/ / |/| | | | |||||
* | | | | [Fix] Filter invalid domains in fuzzy extra data | Vsevolod Stakhov | 2025-04-25 | 1 | -18/+22 |
| |/ / |/| | | | | | | | | Issue: #5446 | ||||
* | | | [Fix] Arc: Use tonumber when comparing | Vsevolod Stakhov | 2025-04-22 | 1 | -1/+1 |
|/ / | | | | | | | Issue: #4044 | ||||
* / | [Minor] Use module name when calling `set_pre_result` | Andrew Lewis | 2025-04-16 | 2 | -2/+2 |
|/ | |||||
* | [Minor] contextal: conditionally disable timer, minor changes | Andrew Lewis | 2025-04-08 | 1 | -6/+12 |
| | |||||
* | Merge pull request #5417 from rspamd/vstakhov-bh-greylisting | Vsevolod Stakhov | 2025-04-01 | 1 | -0/+23 |
|\ | | | | | [Fix] Greylist: Improve body hash calculations | ||||
| * | [Fix] Greylist: Improve body hash calculationsvstakhov-bh-greylisting | Vsevolod Stakhov | 2025-03-31 | 1 | -0/+23 |
| | |