Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [Fix] Do not set output type if list application failed | Vsevolod Stakhov | 2023-08-10 | 1 | -1/+3 |
| | |||||
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 1 | -53/+81 |
| | |||||
* | [Fix] Rework lists applications | Vsevolod Stakhov | 2022-12-21 | 1 | -5/+10 |
| | |||||
* | [Minor] Improve logging | Vsevolod Stakhov | 2022-12-18 | 1 | -1/+1 |
| | |||||
* | [Feature] Selectors: Add specific_urls_filter_map extractor | Vsevolod Stakhov | 2022-12-13 | 1 | -0/+3 |
| | |||||
* | [Minor] Remove debug message | Vsevolod Stakhov | 2022-12-13 | 1 | -1/+0 |
| | |||||
* | [Feature] Allow to specify `selector_alias` in the maps definition | Vsevolod Stakhov | 2022-12-12 | 1 | -0/+8 |
| | |||||
* | [Feature] Some rework of the selectors framework | Vsevolod Stakhov | 2022-12-10 | 1 | -4/+7 |
| | | | | | | * Add `apply_methods` transform * Rework userdata application of the transform functor * Add more join methods | ||||
* | [Minor] Fix combine selectors functor | Vsevolod Stakhov | 2022-11-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Add tests and fix some minor issues | Vsevolod Stakhov | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix tests and invocation | Vsevolod Stakhov | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to build a map by combining tuples of selectors | Vsevolod Stakhov | 2022-11-22 | 1 | -9/+52 |
| | |||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -1/+1 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Fix] Another try to fix rspamd_text passing in the selectors | Vsevolod Stakhov | 2021-09-22 | 1 | -2/+2 |
| | | | | Suggested by: @citrin | ||||
* | [Fix] Fix passing of rspamd_text in selectors pipelines | Vsevolod Stakhov | 2021-09-21 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix rspamd_text in selectors combinators | Vsevolod Stakhov | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | [Minor] Allow utf8 identifiers in the selectors | Vsevolod Stakhov | 2021-05-19 | 1 | -1/+5 |
| | |||||
* | [Fix] Selectors: Properly fix implicit tostring for nils | Vsevolod Stakhov | 2021-02-25 | 1 | -1/+5 |
| | |||||
* | Revert "[Fix] Selectors: Filter nil elements in lists" | Vsevolod Stakhov | 2021-02-25 | 1 | -8/+3 |
| | | | | This reverts commit 60396f2478b0f7284b42139d6d8e05bf81b12b20. | ||||
* | [Fix] Selectors: Filter nil elements in lists | Vsevolod Stakhov | 2021-02-25 | 1 | -3/+8 |
| | |||||
* | [Fix] Fix text selectors | Vsevolod Stakhov | 2020-11-26 | 1 | -4/+17 |
| | |||||
* | [Minor] Selectors: fixes for specific URLs | Andrew Lewis | 2020-11-24 | 1 | -2/+4 |
| | |||||
* | [Fix] Deduct type of a table methods | Vsevolod Stakhov | 2020-11-13 | 1 | -11/+15 |
| | |||||
* | [Fix] Fix passing of methods arguments | Vsevolod Stakhov | 2020-05-14 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix calling of methods in selectors | Vsevolod Stakhov | 2020-05-14 | 1 | -63/+70 |
| | |||||
* | [Project] Allow rspamd_text based selectors | Vsevolod Stakhov | 2020-05-13 | 1 | -0/+10 |
| | |||||
* | [Minor] Support flatten attribute in rspamd_config:register_re_selector | Vsevolod Stakhov | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | [Feature] Selectors: Add flatten function | Vsevolod Stakhov | 2019-08-21 | 1 | -2/+30 |
| | |||||
* | [Feature] Lua_selectors: Allow table arguments for selectors | Vsevolod Stakhov | 2019-08-19 | 1 | -1/+6 |
| | |||||
* | [Minor] Oops, fix paths | Vsevolod Stakhov | 2019-08-19 | 1 | -2/+2 |
| | |||||
* | [Rework] Reorganise selectors implementation | Vsevolod Stakhov | 2019-08-19 | 1 | -0/+496 |