Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Another fix for Redis schema | Vsevolod Stakhov | 2024-09-07 | 1 | -1/+1 |
| | | | | Issue: #5112 | ||||
* | Update history_redis.lua | Dmitriy Alekseev | 2024-08-24 | 1 | -1/+1 |
| | |||||
* | Set expiration for history_redis to 5 days by default | Dmitriy Alekseev | 2024-08-24 | 1 | -1/+1 |
| | |||||
* | [Fix] Allow different template expansion parameters | Vsevolod Stakhov | 2024-02-21 | 1 | -3/+3 |
| | | | | Probably one of the most dirty hacks I've used in the Lua code in Rspamd... | ||||
* | Revert "[Fix] Fix history key, as we use `{=` and not `{{` in templates" | Vsevolod Stakhov | 2024-02-21 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix history key, as we use `{=` and not `{{` in templates | Vsevolod Stakhov | 2024-02-21 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix doc string | Vsevolod Stakhov | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to add templates to redis history prefix | Vsevolod Stakhov | 2024-01-29 | 1 | -11/+14 |
| | | | | | Issue: #4793 Closes: #4793 | ||||
* | [Rework] Breaking: Do not report module as action | Alexander Moisseev | 2024-01-28 | 1 | -2/+1 |
| | | | | | | | | in the /history response since we have the `passthrough_module` key for that purpose. While that might be handy in some situations, mixing actions and module names is confusing in general. | ||||
* | [Fix] Fix lua schema enrichment logic for Redis params | Vsevolod Stakhov | 2023-08-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -53/+62 |
| | |||||
* | fix: redis schema parsing | Simon Hauser | 2023-08-04 | 1 | -2/+2 |
| | |||||
* | [Rework] Breaking: Do not report soft reject in history | Vsevolod Stakhov | 2023-01-07 | 1 | -2/+4 |
| | | | | | | | | | | | | | | We can have much more clear information if we store the real action in case of `soft-reject`. In this case, we can just imply that a module that has set this action is an action itself, such as: * greylist * ratelimit * multimap * antivirus rule name This policy seems quite reasonable, as `soft reject` has no meaning on its own. | ||||
* | [Minor] Store module that has set the pre-result | Vsevolod Stakhov | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove priorities from idempotent filters | Vsevolod Stakhov | 2022-09-10 | 1 | -1/+0 |
| | |||||
* | [Minor] Register more timeouts | Vsevolod Stakhov | 2022-09-10 | 1 | -1/+2 |
| | |||||
* | [Minor] History_redis: Allow no expire as a valid expire value | Vsevolod Stakhov | 2022-05-22 | 1 | -2/+2 |
| | |||||
* | [Minor] Hisory_redis: Add configuration schema | Vsevolod Stakhov | 2022-05-22 | 1 | -11/+29 |
| | |||||
* | Remove unused redis array in history redis | Vitaliy Vasilenko | 2022-05-21 | 1 | -2/+0 |
| | |||||
* | [Enhancement] Add expire to history redis | Vitaliy Vasilenko | 2022-05-21 | 1 | -1/+9 |
| | |||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | [Minor] Redis_history: Fix docs | Vsevolod Stakhov | 2021-12-02 | 1 | -7/+14 |
| | | | | Issue: #3997 | ||||
* | [Minor] Store obfuscated subjects in Redis | Vsevolod Stakhov | 2021-09-09 | 1 | -4/+2 |
| | | | | Issue: #3886 | ||||
* | [Minor] Add some docs | Vsevolod Stakhov | 2020-03-15 | 1 | -0/+13 |
| | |||||
* | [Minor] Add some redis prefixes registration | Vsevolod Stakhov | 2019-12-25 | 1 | -1/+3 |
| | |||||
* | [Minor] Register plugin prefix | Vsevolod Stakhov | 2019-10-08 | 1 | -1/+3 |
| | |||||
* | [Feature] Lua_util: Allow to obfuscate different fields | Vsevolod Stakhov | 2019-04-23 | 1 | -1/+1 |
| | |||||
* | [Minor] History_redis: Use generic function to obfuscate subject | Vsevolod Stakhov | 2019-02-12 | 1 | -9/+1 |
| | |||||
* | [Project] Add new flags to clickhouse, redis and elastic exporters | Vsevolod Stakhov | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove too long strings in Lua code | Vsevolod Stakhov | 2018-12-23 | 1 | -1/+2 |
| | |||||
* | [Feature] Use pure Lua debugm function | Vsevolod Stakhov | 2018-08-10 | 1 | -3/+3 |
| | |||||
* | [Minor] Add more debugging for redis history | Vsevolod Stakhov | 2018-03-23 | 1 | -0/+13 |
| | |||||
* | implemented suggestions | Klaus Umbach | 2018-03-19 | 1 | -2/+4 |
| | | | | | | * changed: default hashing-algorithm to blake2 * added: length-limit (default 16) * changed: prefix to show it's obfuscated (obf) | ||||
* | implemented subject privacy in the webUI | Klaus Umbach | 2018-03-19 | 1 | -0/+7 |
| | |||||
* | [Fix] Fix various modules in case of empty message | Andrew Lewis | 2018-03-13 | 1 | -0/+1 |
| | |||||
* | [Feature] Improve Lua/C interaction in history_redis | Vsevolod Stakhov | 2018-02-14 | 1 | -6/+8 |
| | |||||
* | [Fix] Sanitize IP in history redis | Vsevolod Stakhov | 2018-01-10 | 1 | -1/+7 |
| | |||||
* | [Fix] Optimize rspamd_fstring_t reallocations | Vsevolod Stakhov | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | [Feature] Store plugins state | Vsevolod Stakhov | 2017-12-03 | 1 | -0/+3 |
| | |||||
* | [Minor] Set idempotent postfilters | Vsevolod Stakhov | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | [Feature] Skip certain symbols from ANN classify | Vsevolod Stakhov | 2017-07-29 | 1 | -1/+1 |
| | |||||
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [WebUI] Do not hide messages with bad subject, just replace it with '???' | Vsevolod Stakhov | 2017-04-09 | 1 | -2/+6 |
| | |||||
* | [Minor] Filter bad utf8 subjects | Vsevolod Stakhov | 2017-04-09 | 1 | -1/+7 |
| | |||||
* | [Fix] Fix JSON output for history_redis | Vsevolod Stakhov | 2017-04-09 | 1 | -4/+16 |
| | |||||
* | [Fix] Use hostname suffix when dealing with history | Vsevolod Stakhov | 2017-03-25 | 1 | -3/+5 |
| | |||||
* | [Fix] Fix for lua 5.3 | Vsevolod Stakhov | 2017-03-16 | 1 | -3/+3 |
| | |||||
* | [Minor] Save extra fields in history | Vsevolod Stakhov | 2017-03-15 | 1 | -0/+3 |
| | |||||
* | [Minor] Redis history: fix number of rows | Andrew Lewis | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | [Minor] Save unix time in redis history | Vsevolod Stakhov | 2017-03-14 | 1 | -0/+3 |
| |