| Commit message (Expand) | Author | Age | Files | Lines |
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -562/+600 |
* | [Fix] Properly parse expressions atoms | Vsevolod Stakhov | 2022-06-02 | 1 | -1/+1 |
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 1 | -1/+1 |
* | [Feature] Spamassassin: Allow to set the default priority for SA scores | Vsevolod Stakhov | 2021-04-18 | 1 | -12/+16 |
* | [Minor] Use task:has_header instead of task:get_header | Anton Yuzhaninov | 2020-12-22 | 1 | -1/+1 |
* | [Minor] Spamassassin: Try to fix [if-unset] stuff | Vsevolod Stakhov | 2020-12-09 | 1 | -0/+4 |
* | [Minor] Fix condition | Vsevolod Stakhov | 2020-12-09 | 1 | -1/+1 |
* | [Minor] Spamassassin: Fix shadow results caching | Vsevolod Stakhov | 2020-12-09 | 1 | -1/+1 |
* | [Fix] Spamassassin: Preserve 'pcre_only' flag when dealing with regexp replac... | Vsevolod Stakhov | 2020-11-23 | 1 | -1/+2 |
* | [Fix] Spamassassin: Fix pcre_only flags | Vsevolod Stakhov | 2020-11-23 | 1 | -9/+12 |
* | [Minor] Spamassassin: Remove ffi call | Vsevolod Stakhov | 2020-08-18 | 1 | -0/+4 |
* | [Minor] Add more default scores :( | Vsevolod Stakhov | 2020-06-15 | 1 | -6/+14 |
* | [Minor] Spamassassin: Fix caching logic | Vsevolod Stakhov | 2020-05-28 | 1 | -11/+16 |
* | [Fix] Spamassassin: Rework metas processing | Vsevolod Stakhov | 2020-05-27 | 1 | -43/+83 |
* | [Rework] get rid of util:parse_addr duplicating the util:parse_mail_address, ... | Jan Smutny | 2020-04-17 | 1 | -2/+2 |
* | [Minor] Spamassassin: Exclude symbol name from options | Vsevolod Stakhov | 2019-10-23 | 1 | -3/+8 |
* | [Minor] Spamassassin: Add messages about rules loading | Vsevolod Stakhov | 2019-04-01 | 1 | -12/+23 |
* | [Feature] Use pure Lua debugm function | Vsevolod Stakhov | 2018-08-10 | 1 | -11/+11 |
* | [Fix] fixed "cannot find dependency on symbol 1" issue when using replaced sy... | Mikhail Galanin | 2018-08-02 | 1 | -1/+1 |
* | [Minor] Fix operation | Vsevolod Stakhov | 2018-07-26 | 1 | -1/+1 |
* | [Minor] Spill on '!~' as well | Vsevolod Stakhov | 2018-07-26 | 1 | -1/+1 |
* | [Fix] Allow to parse SA rules with no spaces around =~ (dirty hack) | Vsevolod Stakhov | 2018-07-25 | 1 | -5/+3 |
* | [Feature] Store plugins state | Vsevolod Stakhov | 2017-12-03 | 1 | -0/+3 |
* | [Fix] SpamAssassin: Fail check_freemail_header if regexp didn't match | Andrew Lewis | 2017-10-10 | 1 | -0/+1 |
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
* | [Feature] Support tag_exists SA function | Vsevolod Stakhov | 2017-03-23 | 1 | -0/+19 |
* | [Feature] Parse else parts in SA rules | Vsevolod Stakhov | 2017-03-23 | 1 | -4/+17 |
* | [Minor] Remove unused module | Vsevolod Stakhov | 2017-01-18 | 1 | -1/+0 |
* | [Fix] Avoid mempool leak in SA plugin on reload | Vsevolod Stakhov | 2017-01-18 | 1 | -2/+1 |
* | [Minor] Avoid some table lookups in Lua parts | Andrew Lewis | 2016-12-15 | 1 | -3/+5 |
* | [Fix] Yet another change for testing external deps | Vsevolod Stakhov | 2016-12-01 | 1 | -20/+9 |
* | [Fix] Fix another issue with external deps in SA | Vsevolod Stakhov | 2016-12-01 | 1 | -2/+2 |
* | [Fix] Really fix chained SA dependencies | Vsevolod Stakhov | 2016-12-01 | 1 | -3/+3 |
* | [Fix] Fix replacements to sanitize '%' character | Vsevolod Stakhov | 2016-11-29 | 1 | -2/+3 |
* | [Minor] Fix until clause | Vsevolod Stakhov | 2016-11-29 | 1 | -1/+1 |
* | [Fix] Fix external dependencies for SA module | Vsevolod Stakhov | 2016-11-29 | 1 | -11/+26 |
* | [Minor] Use new API for debug logging in Lua plugins | Andrew Lewis | 2016-11-25 | 1 | -11/+12 |
* | [Minor] Small polishes for Lua parts | Andrew Lewis | 2016-11-16 | 1 | -2/+2 |
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -62/+56 |
* | [Minor] Remove more globals | Andrew Lewis | 2016-11-04 | 1 | -47/+47 |
* | [Feature] Use FFI to optimize SA module | Vsevolod Stakhov | 2016-09-22 | 1 | -5/+36 |
* | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -4/+1 |
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+6 |
* | [Fix] SpamAssassin plugin: support check_freemail_header('EnvelopeFrom', [..]) | Andrew Lewis | 2016-08-04 | 1 | -1/+7 |
* | [Fix] Handle nested dependencies in SpamAssassin plugin | Andrew Lewis | 2016-07-19 | 1 | -18/+43 |
* | [Minor] SpamAssassin: strip some commented code | Andrew Lewis | 2016-07-19 | 1 | -7/+0 |
* | [Minor] SpamAssassin: some small fixes for logging | Andrew Lewis | 2016-07-19 | 1 | -12/+12 |
* | [Minor] SpamAssassin: Import fun.lua into main namespace | Andrew Lewis | 2016-07-19 | 1 | -41/+41 |
* | [Fix] Fix whitelists and blacklists in SA rules | Vsevolod Stakhov | 2016-07-05 | 1 | -2/+2 |