Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Greylist: Improve body hash calculationsvstakhov-bh-greylisting | Vsevolod Stakhov | 4 days | 1 | -0/+23 |
| | |||||
* | Merge pull request #5386 from rspamd/vstakhov-maps-stuff | Vsevolod Stakhov | 11 days | 1 | -6/+7 |
|\ | | | | | Improve maps status visibility | ||||
| * | [Minor] Hfilter: add maps with description | Vsevolod Stakhov | 11 days | 1 | -6/+7 |
| | | |||||
* | | [Minor] Minor changes to contextal plugin | Andrew Lewis | 11 days | 1 | -57/+70 |
| | | | | | | | | | | | | - Abandon prefilter - Abandon postfilter in favour of wait if we have request_ttl - Reformat table | ||||
* | | [Minor] Add config schema | Andrew Lewis | 11 days | 1 | -2/+27 |
| | | |||||
* | | [Minor] Support defering messages if results are unavailable | Andrew Lewis | 11 days | 1 | -1/+20 |
| | | |||||
* | | [Minor] Satisfy luacheck | Andrew Lewis | 11 days | 1 | -9/+14 |
| | | |||||
* | | [Minor] Use lua_cache | Andrew Lewis | 11 days | 1 | -64/+26 |
| | | |||||
* | | [Minor] Deal with unfinished work properly | Andrew Lewis | 11 days | 1 | -9/+10 |
| | | |||||
* | | [Minor] Forgot to use `SETEX` | Andrew Lewis | 11 days | 1 | -2/+2 |
| | | |||||
* | | [Minor] Fix luacheck complaints | Andrew Lewis | 11 days | 1 | -8/+13 |
| | | |||||
* | | [Feature] Plugin to integrate with Contextal platform | Andrew Lewis | 11 days | 1 | -0/+302 |
| | | |||||
* | | Merge pull request #5387 from alex081512/master | Vsevolod Stakhov | 14 days | 1 | -6/+7 |
|\ \ | | | | | | | [Minor] gpt.lua improvements and one fix for reason_header | ||||
| * | | [Minor] C&P issue in last commit | alex081512 | 2025-03-14 | 1 | -2/+2 |
| | | | |||||
| * | | [Minor] Reverted commit for result history | alex081512 | 2025-03-14 | 1 | -9/+2 |
| | | | |||||
| * | | [Minor] Remove whitespace for lua check | alex081512 | 2025-03-13 | 1 | -2/+2 |
| | | | |||||
| * | | [Minor] Insert Reason to result to show gpt answer in history | alex081512 | 2025-03-13 | 1 | -2/+10 |
| | | | |||||
| * | | [Fix] Add header with reason everytime (not only for ham) and use correct ↵ | alex081512 | 2025-03-13 | 1 | -4/+4 |
| | | | | | | | | | | | | value for header | ||||
| * | | [Minor] Improve gpt prompt - Only ask for red flag when it's spam | alex081512 | 2025-03-13 | 1 | -2/+2 |
| | | | |||||
* | | | [Fix] Update default URL for openphish | Andrew Lewis | 2025-03-14 | 1 | -1/+1 |
|/ / | |||||
* / | [Fix] initialize ollama result table | Jens Erat | 2025-03-13 | 1 | -0/+4 |
|/ | | | | | | similar to gpt.lua:704 for the chatgpt code path, the ollama code path needs to initialize the result table. Without, rspamd fails gpt requests with > lua_http_finish_handler: callback call failed: /usr/share/rspamd/plugins/gpt.lua:740: attempt to index a nil value | ||||
* | Merge pull request #5374 from rspamd/vstakhov-cache-gpt | Vsevolod Stakhov | 2025-03-06 | 1 | -44/+18 |
|\ | | | | | Use caching framework in gpt module | ||||
| * | [Minor] Fix invocationvstakhov-cache-gpt | Vsevolod Stakhov | 2025-03-06 | 1 | -1/+1 |
| | | |||||
| * | [Rework] GPT: Use cache framework | Vsevolod Stakhov | 2025-03-06 | 1 | -44/+18 |
| | | |||||
* | | Move an upvalue check out of the closure returned by gen_check_closure() | Dmitry Petrov | 2025-03-05 | 1 | -7/+6 |
| | | |||||
* | | Improve handling of IP conditions in settings | Dmitry Petrov | 2025-03-05 | 1 | -45/+45 |
| | | | | | | | | | | | | | | * Skip invalid IPs (with appropriate error logging) (previously a bad IP would cause the subsequent IPs in a list to be ignored or make the whole IP condition to be ignored) * Add validated IPs/maps into a flat table * Log complete IP in case of invalid mask | ||||
* | | Rework IP processing/checking in settings | Dmitry Petrov | 2025-03-04 | 1 | -34/+35 |
|/ | | | | | | | | * Avoid misleading "cannot parse ip" logging by checking for "map:" prefix early * Do not use tables for maps or IPs without mask * Normalize IPs by applying mask during processing * Add error logging for wrong IP mask * Simplify check_ip_settings() based on changes in process_ip_condition() | ||||
* | [Feature] Allow to disable rbls from map | Vsevolod Stakhov | 2025-02-27 | 1 | -6/+27 |
| | |||||
* | [Feature] Allow additional categories to be defined in GPTvstakhov-gpt-tunes2 | Vsevolod Stakhov | 2025-02-25 | 1 | -32/+108 |
| | |||||
* | [Minor] Tune caching | Vsevolod Stakhov | 2025-02-25 | 1 | -4/+16 |
| | |||||
* | [Minor] Tune caching | Vsevolod Stakhov | 2025-02-25 | 1 | -5/+7 |
| | |||||
* | [Feature] Cache LLM replies | Vsevolod Stakhov | 2025-02-25 | 1 | -49/+124 |
| | |||||
* | [Feature] Improve prompt and use plaintext instead of JSON | Vsevolod Stakhov | 2025-02-25 | 1 | -11/+104 |
| | |||||
* | [Minor] GPT: Allow to trigger on specific symbols | Vsevolod Stakhov | 2025-02-24 | 1 | -15/+36 |
| | |||||
* | Merge pull request #5319 from japc/map-combined-description | Vsevolod Stakhov | 2025-02-04 | 1 | -0/+1 |
|\ | | | | | [Minor] Pass both the multimap and the rules descriptions for combined multimap on create | ||||
| * | [Minor] Pass both the multimap and the rules descriptions for combined when ↵ | Jose Celestino | 2025-01-26 | 1 | -0/+1 |
| | | | | | | | | creating | ||||
* | | [Minor] Allow to exclude all symbolsvstakhov-gpt-reason | Vsevolod Stakhov | 2025-02-01 | 1 | -1/+5 |
| | | |||||
* | | [Feature] GPT: Support reason adding | Vsevolod Stakhov | 2025-01-31 | 1 | -7/+32 |
| | | |||||
* | | [Feature] Support LLM models consensusvstakhov-gpt-consensus | Vsevolod Stakhov | 2025-01-27 | 1 | -91/+145 |
|/ | |||||
* | Merge pull request #5314 from japc/checks-bool | Vsevolod Stakhov | 2025-01-25 | 1 | -2/+2 |
|\ | | | | | [Minor] Set RBL checks to bool true | ||||
| * | [Minor] Set RBL checks to bool true | Jose Celestino | 2025-01-23 | 1 | -2/+2 |
| | | |||||
* | | add task digest | Dmitriy Alekseev | 2025-01-22 | 1 | -0/+2 |
| | | |||||
* | | fix: use sub_utf8 to strip headers value to not break utf8 strings | Dmitriy Alekseev | 2025-01-22 | 1 | -100/+70 |
|/ | |||||
* | [Fix] RBL: fix use of `content_urls` and `images` inside `checks` | Andrew Lewis | 2025-01-20 | 1 | -2/+2 |
| | |||||
* | [Minor] Don't skip resolve_ip when ignore_defaults is true and ipv4 and ipv6 ↵ | Jose Celestino | 2025-01-14 | 1 | -2/+2 |
| | | | | aren't set | ||||
* | [Minor] Respect ipv4 and ipv6 configurations for rbl resolve_ip | Jose Celestino | 2025-01-13 | 1 | -2/+2 |
| | |||||
* | The gpt4all api which is openai compatible does not support response_format ↵ | John Quaglieri | 2025-01-02 | 1 | -3/+13 |
| | | | | | | | | | | | | and defaults to json_objec. This change adds the ability to add include_response_format = false; In the gpt.conf local.d settings and exclude sending response_format. No other changes are needed for gpt4all api fixing the error: gpt.lua:365: got reply: {"error":{"code":null,"message":"'response_format' is not supported","param":null,"type":"invalid_request_error"}} | ||||
* | [Feature] GPT: Add ollama supportvstakhov-gpt-ollama | Vsevolod Stakhov | 2024-12-18 | 1 | -31/+223 |
| | |||||
* | Update src/plugins/lua/rbl.lua | teplynin | 2024-12-15 | 1 | -1/+3 |
| | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | ||||
* | Skipping check_received function for ip address if RBL use botch checks, ↵ | Mike Teplynin | 2024-12-13 | 1 | -2/+2 |
| | | | | 'from' and 'received' |