Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Store approximation | Vsevolod Stakhov | 2023-11-21 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Fix format string | Vsevolod Stakhov | 2023-11-21 | 1 | -1/+1 | |
| | ||||||
* | [Rework] Use a more sane data structure and refactor | Vsevolod Stakhov | 2023-11-21 | 5 | -24/+41 | |
| | ||||||
* | [Fix] Fix overflow in fuzzy_stats command | Vsevolod Stakhov | 2023-11-21 | 1 | -2/+3 | |
| | ||||||
* | [Fix] Fix some corner cases when parsing maps with no newlines | Vsevolod Stakhov | 2023-11-18 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #4704 from wuruilong01/master | Vsevolod Stakhov | 2023-11-16 | 1 | -0/+2 | |
|\ | | | | | Add support for loongarch | |||||
| * | Add support for loongarch | wuruilong | 2023-11-16 | 1 | -0/+2 | |
| | | ||||||
* | | [Minor] Preserve old environ on exit | Vsevolod Stakhov | 2023-11-16 | 1 | -1/+9 | |
| | | ||||||
* | | [Minor] Fix build with no hyperscan | Vsevolod Stakhov | 2023-11-15 | 1 | -0/+4 | |
|/ | | | | Issue: #4702 | |||||
* | [Fix] Another try to fix setproctitle | Vsevolod Stakhov | 2023-11-13 | 6 | -31/+39 | |
| | ||||||
* | [Fix] Set loaded variable explicitly | Vsevolod Stakhov | 2023-11-13 | 1 | -3/+4 | |
| | ||||||
* | [Fix] Fix various issues with canonicalisation of the paths | Vsevolod Stakhov | 2023-11-10 | 1 | -7/+16 | |
| | ||||||
* | [Minor] Fix override | Vsevolod Stakhov | 2023-11-10 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Various fixes | Vsevolod Stakhov | 2023-11-10 | 1 | -16/+40 | |
| | ||||||
* | [Fix] Cleanup session on exit | Vsevolod Stakhov | 2023-11-10 | 2 | -6/+9 | |
| | ||||||
* | [Minor] Fix events mess | Vsevolod Stakhov | 2023-11-10 | 1 | -9/+6 | |
| | ||||||
* | [Fix] Fix bad access when printing pending events on failure path | Vsevolod Stakhov | 2023-11-10 | 1 | -5/+3 | |
| | ||||||
* | [Project] Add some major stuff to implement client side of the fuzzy ping | Vsevolod Stakhov | 2023-11-09 | 1 | -0/+357 | |
| | ||||||
* | [Fix] Properly set config field when creating tasks from Lua | Vsevolod Stakhov | 2023-11-09 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Allow to list storages configured from Lua | Vsevolod Stakhov | 2023-11-09 | 1 | -0/+62 | |
| | ||||||
* | [Minor] Simplify | Vsevolod Stakhov | 2023-11-09 | 1 | -7/+1 | |
| | ||||||
* | [Feature] Support ping command in fuzzy storage | Vsevolod Stakhov | 2023-11-09 | 2 | -1/+29 | |
| | ||||||
* | Merge pull request #4691 from rspamd/vstakhov-gtube-patterns | Vsevolod Stakhov | 2023-11-09 | 4 | -31/+77 | |
|\ | | | | | [Feature] Reiterate on gtube patterns | |||||
| * | [Minor] Document `gtube_patterns` | Vsevolod Stakhov | 2023-11-09 | 1 | -5/+22 | |
| | | ||||||
| * | [Minor] Fix unit tests | Vsevolod Stakhov | 2023-11-08 | 1 | -2/+3 | |
| | | ||||||
| * | [Feature] Reiterate on gtube patterns | Vsevolod Stakhov | 2023-11-08 | 4 | -31/+59 | |
| | | ||||||
* | | [Fix] known_senders: fix config handling | Andrew Lewis | 2023-11-09 | 1 | -2/+3 | |
|/ | ||||||
* | [Minor] force_actions: set a group for symbols | Andrew Lewis | 2023-11-04 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #4678 from fatalbanana/rbl_exclude_local | Vsevolod Stakhov | 2023-11-03 | 1 | -4/+2 | |
|\ | | | | | [Fix] rbl: unbreak `exclude_local` | |||||
| * | [Fix] rbl: fix `exclude_local` | Andrew Lewis | 2023-11-03 | 1 | -4/+2 | |
| | | ||||||
* | | [Minor] Treat *.zpaq attachments as archives and harmful | twesterhever | 2023-11-03 | 1 | -0/+2 | |
|/ | | | | Rationale: https://dshield.org/diary/Malware+Dropped+Through+a+ZPAQ+Archive/30366/ | |||||
* | [Feature] Allow to set `max_users` for Redis bayes backend | Vsevolod Stakhov | 2023-11-02 | 1 | -5/+19 | |
| | | | | Issue: #4659 | |||||
* | [Minor] Improve diagnostic by rising log level | Vsevolod Stakhov | 2023-11-01 | 1 | -3/+3 | |
| | ||||||
* | [Minor] Add missing <algorithm> include for gcc 14 | Petr Vaněk | 2023-11-01 | 2 | -0/+2 | |
| | | | | | | | | | | | | This commit addresses a compilation issue when using GCC 14. According to GCC 14's porting guide [1], some C++ Standard Library headers no longer include other headers they used to use internally. Specifically, <algorithm> must now be explicitly included. [1] https://gcc.gnu.org/gcc-14/porting_to.html See-also: https://bugs.gentoo.org/916438 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> | |||||
* | Merge pull request #4674 from rspamd/log_json | Vsevolod Stakhov | 2023-10-30 | 6 | -171/+329 | |
|\ | | | | | [Project] Support of JSON logging | |||||
| * | [Minor] Use floating point ts instead of microsecondslog_json | Vsevolod Stakhov | 2023-10-30 | 1 | -2/+2 | |
| | | ||||||
| * | [Feature] Escape JSON when needed | Vsevolod Stakhov | 2023-10-30 | 4 | -169/+286 | |
| | | ||||||
| * | [Minor] Fix some minor issues | Vsevolod Stakhov | 2023-10-30 | 1 | -2/+6 | |
| | | ||||||
| * | [Project] Preliminary support of JSON logging | Vsevolod Stakhov | 2023-10-30 | 4 | -38/+75 | |
| | | ||||||
* | | [Fix] Do not cleanup hyperscan files unless new ones are loaded | Vsevolod Stakhov | 2023-10-30 | 3 | -34/+58 | |
|/ | ||||||
* | [Minor] Really fix the issue | Vsevolod Stakhov | 2023-10-27 | 1 | -2/+2 | |
| | ||||||
* | [Fix] A workaround for brain-damaged std::filesystem behaviour | Vsevolod Stakhov | 2023-10-27 | 1 | -13/+2 | |
| | | | | Issue: #4665 | |||||
* | Merge pull request #4657 from fatalbanana/rbl_matchers | Vsevolod Stakhov | 2023-10-26 | 1 | -8/+68 | |
|\ | | | | | [Feature] rbl: support use of different matchers for return codes | |||||
| * | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -4/+4 | |
| | | | | | | | | | | - Demote message to info level - Name it returncodes_matcher for better specificity | |||||
| * | [Feature] rbl: support globbed return codes | Andrew Lewis | 2023-10-25 | 1 | -1/+11 | |
| | | ||||||
| * | [Feature] rbl: support checking returncodes by CIDR | Andrew Lewis | 2023-10-25 | 1 | -19/+41 | |
| | | ||||||
| * | [Feature] rbl: support checking returncodes by regex | Andrew Lewis | 2023-10-24 | 1 | -0/+13 | |
| | | ||||||
| * | [Minor] rbl: support use of different matchers for return codes | Andrew Lewis | 2023-10-24 | 1 | -3/+18 | |
| | | ||||||
* | | Merge pull request #4656 from twesterhever/temp-tighten-attachment-policy | Vsevolod Stakhov | 2023-10-25 | 1 | -6/+25 | |
|\ \ | | | | | | | Tighten rspamd's attachment policy | |||||
| * | | [Minor] Remove duplicate *.app attachment type | twesterhever | 2023-10-25 | 1 | -1/+0 | |
| | | | | | | | | | | | | Reported by @fatalbanana. |