Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [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' | ||||
* | Skip extra RBL checks when Received IP same as From IP | Mike Teplynin | 2024-12-13 | 1 | -3/+8 |
| | |||||
* | [Minor] Replace rspamd_logger.debugm with proper lua_util.debugm | Vsevolod Stakhov | 2024-12-12 | 10 | -108/+118 |
| | |||||
* | [Fix] Phishing: Fix many cases of FP for the same domains | Vsevolod Stakhov | 2024-12-12 | 1 | -16/+34 |
| | |||||
* | [Rework] Multimap should use only distinct text parts for content matching | Vsevolod Stakhov | 2024-12-11 | 1 | -3/+4 |
| | | | | Issue: #5248 | ||||
* | [Feature] GPT: Try harder to find JSON in NN reply | Vsevolod Stakhov | 2024-12-10 | 1 | -0/+37 |
| | |||||
* | [Minor] GPT: use lua_mime routine to select text part | Vsevolod Stakhov | 2024-12-10 | 1 | -13/+2 |
| | |||||
* | [Minor] GPT: add `allow_passthrough` and `allow_ham` settings | Vsevolod Stakhov | 2024-12-10 | 1 | -2/+8 |
| | |||||
* | [Minor] Use `rule.score` when using dynamic symbols | Vsevolod Stakhov | 2024-12-10 | 1 | -2/+3 |
| | | | | Issue: #5247 | ||||
* | Allow set gzip, keepalive and no_ssl_verify in metadata_exporter module | Dmitriy Alekseev | 2024-12-05 | 1 | -0/+6 |
| | |||||
* | [Minor] Try to stringify meta headers | Vsevolod Stakhov | 2024-12-02 | 1 | -1/+1 |
| | | | | Issue: #5237 | ||||
* | [Fix] Use `dkim_signing` for `sign_headers` option | Vsevolod Stakhov | 2024-12-02 | 1 | -1/+10 |
| | | | | Issue: #5225 | ||||
* | [Fix] Milter headers: fold before encoding | Vsevolod Stakhov | 2024-11-15 | 1 | -4/+5 |
| | |||||
* | Merge pull request #5162 from left-try/master | Vsevolod Stakhov | 2024-11-11 | 1 | -1/+4 |
|\ | | | | | Store LRU cache of last filled ratelimit buckets | ||||
| * | Merge branch 'master' into master | Vsevolod Stakhov | 2024-11-06 | 1 | -0/+1 |
| |\ | |||||
| * | | [Minor] Small fix up | LeftTry | 2024-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | [Minor] Make names more informative | LeftTry | 2024-09-29 | 1 | -4/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' | LeftTry | 2024-09-29 | 1 | -2/+9 |
| |\ \ | |||||
| * | | | [Feature] Add LRU cache for last filled ratelimit buckets | LeftTry | 2024-09-29 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #5186 from dragoangel/actualize-elastic-module | Vsevolod Stakhov | 2024-11-11 | 1 | -332/+1436 |
|\ \ \ \ | |_|_|/ |/| | | | [Rework] Breaking: Actualize elastic module | ||||
| * | | | Fix missing non_en false due to fill_empty_strings function | Dmitriy Alekseev | 2024-11-08 | 1 | -0/+2 |
| | | | | |||||
| * | | | * add more validation on empty strings, required to not face errors in ↵ | Dmitriy Alekseev | 2024-11-03 | 1 | -30/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | saving logs to elastic * remove max_size as it was looking to rows elements count, not strings size in total, such check will be too much compute intensive * increase default errors max_fail as usually elastic not recover so quickly and needs a bit more time | ||||
| * | | | better check from to exclude cases when its empty | Dmitriy Alekseev | 2024-10-22 | 1 | -9/+22 |
| | | | | |||||
| * | | | use rspamd_ip object in sender_ip to avoid posting ipv4:port | Dmitriy Alekseev | 2024-10-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | strip also port from sender_ip | Dmitriy Alekseev | 2024-10-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | do not allow empty headers, fix stripping of headers by limit of symbols ↵ | Dmitriy Alekseev | 2024-10-21 | 1 | -8/+19 |
| | | | | | | | | | | | | | | | | count and add headers count limit |