Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Do not crash if symbol is missing in the metric | Vsevolod Stakhov | 2024-07-11 | 1 | -1/+1 |
| | |||||
* | [Fix] Do not apply tableshape for known senders | Vsevolod Stakhov | 2024-07-11 | 1 | -23/+30 |
| | |||||
* | Merge branch 'master' into vstakhov-ratelimits-disable-dyn | Vsevolod Stakhov | 2024-07-11 | 2 | -18/+38 |
|\ | |||||
| * | [Minor] cmath is a bit more strict | Vsevolod Stakhov | 2024-07-11 | 1 | -7/+7 |
| | | |||||
| * | [Minor] Specify failure reason clearly | Vsevolod Stakhov | 2024-07-11 | 2 | -9/+29 |
| | | |||||
| * | [Minor] Fix logic | Vsevolod Stakhov | 2024-07-11 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into vstakhov-ratelimits-disable-dyn | Vsevolod Stakhov | 2024-07-10 | 3 | -15/+38 |
|\| | |||||
| * | Merge pull request #5043 from rspamd/vstakhov-gpt-tunes | Vsevolod Stakhov | 2024-07-09 | 2 | -14/+37 |
| |\ | | | | | | | Improve some functions in the GPT plugin | ||||
| | * | [Feature] Allow to specify minimum weight in GPT plugin | Vsevolod Stakhov | 2024-07-08 | 1 | -9/+20 |
| | | | |||||
| | * | [Minor] Push dynamic symbol weight | Vsevolod Stakhov | 2024-07-08 | 1 | -5/+17 |
| | | | |||||
| * | | [Fix] metric_exporter: avoid sending `nil` in metric values | Andrew Lewis | 2024-07-08 | 1 | -1/+1 |
| |/ | |||||
* | | [Minor] Mention mode of dynamic limits in the log | Vsevolod Stakhov | 2024-07-09 | 1 | -5/+14 |
| | | |||||
* | | [Project] Enable compatibility with the existing buckets | Vsevolod Stakhov | 2024-07-09 | 1 | -2/+22 |
| | | |||||
* | | [Rework] Introduce dynamic_rate_limit for ratelimits | Vsevolod Stakhov | 2024-07-08 | 1 | -4/+8 |
|/ | |||||
* | [Project] Trying to test various things with GPT | Vsevolod Stakhov | 2024-07-01 | 2 | -9/+40 |
| | |||||
* | [Rework] Update fmt to version 11 | Vsevolod Stakhov | 2024-07-01 | 13 | -33/+33 |
| | |||||
* | [Minor] Set mres earlier | Vsevolod Stakhov | 2024-06-30 | 1 | -4/+1 |
| | | | | Issue: #5028 | ||||
* | [Minor] Add some missing symbols | Vsevolod Stakhov | 2024-06-29 | 1 | -0/+2 |
| | |||||
* | [Minor] Add from and subject to the prompt | Vsevolod Stakhov | 2024-06-29 | 1 | -0/+9 |
| | |||||
* | [Minor] Allow autolearn | Vsevolod Stakhov | 2024-06-28 | 1 | -1/+6 |
| | |||||
* | [Minor] Apply review suggestion | Vsevolod Stakhov | 2024-06-28 | 1 | -5/+1 |
| | |||||
* | [Minor] Make except symbols configurable | Vsevolod Stakhov | 2024-06-28 | 1 | -10/+11 |
| | |||||
* | Update src/plugins/lua/gpt.lua | Vsevolod Stakhov | 2024-06-28 | 1 | -1/+1 |
| | | | Co-authored-by: Andrew Lewis <nerf@judo.za.org> | ||||
* | [Minor] Check words count properly | Vsevolod Stakhov | 2024-06-28 | 1 | -7/+9 |
| | |||||
* | [Project] Add checks to decide if we need a GPT check | Vsevolod Stakhov | 2024-06-28 | 1 | -24/+88 |
| | |||||
* | [Minor] Also use gzip compression | Vsevolod Stakhov | 2024-06-28 | 1 | -0/+1 |
| | |||||
* | [Minor] Use keep-alive and upstreams logic | Vsevolod Stakhov | 2024-06-28 | 1 | -1/+13 |
| | |||||
* | [Minor] Copy&paste fix | Vsevolod Stakhov | 2024-06-27 | 1 | -2/+2 |
| | |||||
* | [Project] Add GPT plugin | Vsevolod Stakhov | 2024-06-27 | 1 | -0/+256 |
| | |||||
* | Fixed bug with task:inject() function according to the issue #5010 (#5021) | Ivan Stakhov | 2024-06-25 | 2 | -11/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Fix issue with task:inject_url * [Minor] Code clean up * [Minor] Clean up * [Minor] Small fix * [Minor] Fix small typo * [Test] Debug * [Test] Debug * [Test] Debug inject_url * [Test] Debugging * [Test] Debugging task:inject test * [Test] Debugging task:inject test * [Test] Debugging task:inject test * [Minor] Debug task:inject_url test * [Minor] Small fix * [Minor] Debug task:inject_url test * [Test] Test base task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test fixed task:inject * [Test] Test fixed task:inject * [Test] Testing task:inject * [Test] Testing task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Test base task:inject * [Test] Test base task:inject * [Test] Test base task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Minor] Clean up code in task:inject * [Minor] Updated test for task:inject * [Test] Debug test for task:inject_url * [Test] Debug test for task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Minor] Clean up code * [Minor] Clean up code * [Minor] Little fix for error messages in url.create function * [Test] Change way to inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Minor] Clean up code * [Test] Without fake mime_part * [Test] Without fake mime_part * [Minor] Clean up * [Test] Mime part of the task * [Test] Mpart should exist * [Test] Mpart should exist * [Test] Mpart should exist * [Test] Another check for mpart->urls * [Minor] Clean up * [Minor] Clean up * [Fix] Fixing OpenSSL 3.0 compatibility * [Fix] Reverted | ||||
* | [Feature] Support metrics command in normal/proxy workers | Vsevolod Stakhov | 2024-06-24 | 11 | -23/+62 |
| | |||||
* | [Minor] Unify metrics conversion | Vsevolod Stakhov | 2024-06-22 | 3 | -143/+156 |
| | |||||
* | [Rework] Allow metrics endpoint to be enabled for each scanner | Vsevolod Stakhov | 2024-06-21 | 3 | -74/+90 |
| | |||||
* | Merge pull request #5020 from rspamd/vstakhov-slow-timer | Vsevolod Stakhov | 2024-06-21 | 10 | -192/+319 |
|\ | | | | | [Rework] Rething slow timer | ||||
| * | [Minor] Further logic tunes | Vsevolod Stakhov | 2024-06-20 | 1 | -3/+6 |
| | | |||||
| * | [Project] Finally fix slow timer behaviour | Vsevolod Stakhov | 2024-06-20 | 1 | -4/+26 |
| | | |||||
| * | [Minor] Set pending status where appropriate | Vsevolod Stakhov | 2024-06-20 | 1 | -0/+1 |
| | | |||||
| * | [Feature] Report slow synchronous rules | Vsevolod Stakhov | 2024-06-19 | 3 | -13/+32 |
| | | |||||
| * | [Minor] Use internal flags | Vsevolod Stakhov | 2024-06-19 | 3 | -10/+13 |
| | | |||||
| * | [Rework] Another bunch of changes to the dependencies processing | Vsevolod Stakhov | 2024-06-19 | 8 | -68/+72 |
| | | |||||
| * | [Minor] Remove bogus message | Vsevolod Stakhov | 2024-06-18 | 1 | -10/+4 |
| | | |||||
| * | [Minor] Add notice about unknown deps | Vsevolod Stakhov | 2024-06-18 | 1 | -0/+2 |
| | | |||||
| * | [Rework] Dependencies must be unique... | Vsevolod Stakhov | 2024-06-18 | 4 | -25/+69 |
| | | |||||
| * | [Rework] Use explicit item status | Vsevolod Stakhov | 2024-06-18 | 6 | -68/+97 |
| | | |||||
| * | [Rework] Rething slow timer | Vsevolod Stakhov | 2024-06-17 | 2 | -28/+34 |
| | | |||||
* | | Merge branch 'master' into vstakhov-bayes-experiments | Vsevolod Stakhov | 2024-06-18 | 1 | -5/+7 |
|\| | |||||
| * | [Fix] Use explicit timeouts in the metadata exporter | Vsevolod Stakhov | 2024-06-12 | 1 | -5/+7 |
| | | |||||
* | | [Minor] Allow to use --list-files without other arguments | Vsevolod Stakhov | 2024-06-13 | 1 | -1/+1 |
| | | |||||
* | | [Feature] Rspamc: add `files-list` option | Vsevolod Stakhov | 2024-06-13 | 1 | -7/+40 |
| | | |||||
* | | [Project] Reduce default window size of OSB tokenizer to 2 | Vsevolod Stakhov | 2024-06-11 | 1 | -1/+1 |
|/ |