Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix storing of the bayes tokens | Vsevolod Stakhov | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix typo in comment | Petr Vaněk | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | [Fix] Use short comments rather than long one | Petr Vaněk | 2024-01-22 | 1 | -3/+3 |
| | | | | | | | | | | | | Rspamd fails to start with Lua-5.1 because long comment does not allow nesting, see [1]. This change replaces it to short comments in order to fix the issue but preserves this part as comment in docs. [1] https://www.lua.org/manual/5.1/manual.html#7.1 Bug: https://bugs.gentoo.org/922522 Fixes: b189c9fea633 ("[Minor] lua_maps docs: apply formatting") Fixes: https://github.com/rspamd/rspamd/issues/4784 | ||||
* | [Minor] Remove special handling | Vsevolod Stakhov | 2024-01-17 | 2 | -6/+2 |
| | |||||
* | [Project] Some more work with regard to configuration | Vsevolod Stakhov | 2024-01-17 | 3 | -10/+21 |
| | |||||
* | [Project] Final things on redis cache rework | Vsevolod Stakhov | 2024-01-17 | 3 | -5/+89 |
| | |||||
* | [Project] Add cache config | Vsevolod Stakhov | 2024-01-16 | 1 | -6/+21 |
| | |||||
* | [Minor] Fix scripts invocation | Vsevolod Stakhov | 2024-01-15 | 1 | -8/+3 |
| | |||||
* | [Project] Initial implementation of the lua counterpart | Vsevolod Stakhov | 2024-01-12 | 3 | -3/+44 |
| | |||||
* | [Minor] Rework redis servers config parsing | Vsevolod Stakhov | 2024-01-12 | 1 | -6/+25 |
| | |||||
* | [Project] Implement text tokens storage on C++ side | Vsevolod Stakhov | 2023-12-31 | 1 | -6/+8 |
| | |||||
* | [Project] Add store tokens support in new bayes learn | Vsevolod Stakhov | 2023-12-31 | 2 | -5/+31 |
| | |||||
* | [Minor] rbl: revisit previous change | Andrew Lewis | 2023-12-15 | 1 | -1/+1 |
| | |||||
* | [Project] Try to do strings concatenation in C | Vsevolod Stakhov | 2023-12-14 | 2 | -5/+3 |
| | |||||
* | [Minor] rbl: try harder to identify lua patterns | Andrew Lewis | 2023-12-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4742 from fatalbanana/rbl_url_whitelist | Vsevolod Stakhov | 2023-12-12 | 1 | -0/+2 |
|\ | | | | | [Feature] rbl: support disabling or replacing url_whitelist per RBL | ||||
| * | [Feature] rbl: support disabling or replacing url_whitelist per RBL | Andrew Lewis | 2023-12-12 | 1 | -0/+2 |
| | | |||||
* | | [Minor] Have bayes use global redis settings | Andrew Lewis | 2023-12-12 | 1 | -6/+19 |
|/ | |||||
* | [Minor] Fix learned stats | Vsevolod Stakhov | 2023-12-11 | 1 | -5/+4 |
| | |||||
* | Merge pull request #4718 from rspamd/vstakhov-bayes-rework | Vsevolod Stakhov | 2023-12-10 | 5 | -13/+243 |
|\ | | | | | Migrate bayes redis backend to Lua scripts | ||||
| * | [Project] Add some stats | Vsevolod Stakhov | 2023-12-08 | 2 | -12/+61 |
| | | |||||
| * | [Project] Various fixes | Vsevolod Stakhov | 2023-12-08 | 1 | -2/+2 |
| | | |||||
| * | [Rework] Use strings for int64_t | Vsevolod Stakhov | 2023-12-08 | 3 | -5/+5 |
| | | | | | | | | | | | | It seems there is no easy way to use int64 in Redis Lua, hence, we have to use strings. It's much more expensive but still some advantage over the previous schema. | ||||
| * | [Minor] Fix keys name | Vsevolod Stakhov | 2023-12-08 | 1 | -2/+2 |
| | | |||||
| * | [Project] Add some basic learning | Vsevolod Stakhov | 2023-12-07 | 2 | -3/+3 |
| | | |||||
| * | [Project] Add bayes learn script | Vsevolod Stakhov | 2023-12-07 | 2 | -2/+38 |
| | | |||||
| * | [Minor] Add initial stat callback | Vsevolod Stakhov | 2023-12-07 | 1 | -2/+20 |
| | | |||||
| * | [Project] Further caching logic modifications | Vsevolod Stakhov | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | [Project] Temporary fixes to start new bayes logic debug | Vsevolod Stakhov | 2023-12-04 | 1 | -3/+18 |
| | | |||||
| * | [Minor] Slightly improve logging | Vsevolod Stakhov | 2023-12-04 | 1 | -13/+17 |
| | | |||||
| * | [Project] Optimise classify script | Vsevolod Stakhov | 2023-12-02 | 1 | -13/+25 |
| | | |||||
| * | [Project] Add classify redis script | Vsevolod Stakhov | 2023-12-02 | 1 | -0/+26 |
| | | |||||
| * | [Project] Start migration of bayes redis backend to Lua | Vsevolod Stakhov | 2023-11-29 | 1 | -0/+70 |
| | | |||||
* | | [Fix] dkim_signing: siging_table: lowercase before lookup | Andrew Lewis | 2023-11-29 | 1 | -1/+1 |
|/ | |||||
* | [Minor] Allow argument atoms to start from `-` | Vsevolod Stakhov | 2023-11-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Relax arguments grammar for selectors | Vsevolod Stakhov | 2023-11-16 | 1 | -2/+6 |
| | |||||
* | [Minor] Do something when no successful replies are detected | Vsevolod Stakhov | 2023-11-10 | 1 | -0/+4 |
| | |||||
* | [Project] Polish output modes | Vsevolod Stakhov | 2023-11-10 | 1 | -10/+98 |
| | |||||
* | [Minor] Various fixes | Vsevolod Stakhov | 2023-11-10 | 1 | -0/+2 |
| | |||||
* | [Project] Add some major stuff to implement client side of the fuzzy ping | Vsevolod Stakhov | 2023-11-09 | 1 | -7/+60 |
| | |||||
* | [Project] Add preliminary `rspamadm fuzzyping` command | Vsevolod Stakhov | 2023-11-09 | 1 | -0/+112 |
| | |||||
* | [Minor] lua_maps docs: apply formatting | Andrew Lewis | 2023-11-06 | 1 | -10/+10 |
| | |||||
* | [Fix] rbl: fix `exclude_local` | Andrew Lewis | 2023-11-03 | 1 | -2/+0 |
| | |||||
* | [Minor] Add selector transformer `filter_method` | Vsevolod Stakhov | 2023-10-31 | 1 | -1/+22 |
| | |||||
* | Merge pull request #4657 from fatalbanana/rbl_matchers | Vsevolod Stakhov | 2023-10-26 | 1 | -0/+16 |
|\ | | | | | [Feature] rbl: support use of different matchers for return codes | ||||
| * | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -5/+5 |
| | | | | | | | | | | - 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/+1 |
| | | |||||
| * | [Feature] rbl: support checking returncodes by CIDR | Andrew Lewis | 2023-10-25 | 1 | -1/+1 |
| | | |||||
| * | [Feature] rbl: support checking returncodes by regex | Andrew Lewis | 2023-10-24 | 1 | -1/+1 |
| | | |||||
| * | [Minor] rbl: support use of different matchers for return codes | Andrew Lewis | 2023-10-24 | 1 | -0/+16 |
| | |