aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_selectors
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix rspamd_text in selectors combinatorsVsevolod Stakhov2021-07-281-1/+1
|
* [Minor] Allow utf8 identifiers in the selectorsVsevolod Stakhov2021-05-191-1/+5
|
* [Minor] Use rspamd_url flags to avoid sync issuesVsevolod Stakhov2021-04-191-25/+2
|
* [Minor] Selectors: Add get_urls_filtered extractorVsevolod Stakhov2021-03-191-0/+15
|
* [Fix] Selectors: Properly fix implicit tostring for nilsVsevolod Stakhov2021-02-251-1/+5
|
* Revert "[Fix] Selectors: Filter nil elements in lists"Vsevolod Stakhov2021-02-251-8/+3
| | | | This reverts commit 60396f2478b0f7284b42139d6d8e05bf81b12b20.
* [Fix] Selectors: Filter nil elements in listsVsevolod Stakhov2021-02-251-3/+8
|
* [Minor] Selectors: support extracting task cache variablesAndrew Lewis2020-12-091-0/+19
|
* [Fix] Fix text selectorsVsevolod Stakhov2020-11-261-4/+17
|
* [Minor] Remove tostringVsevolod Stakhov2020-11-251-1/+1
|
* [Minor] Selectors: further fixes for dealing with specific URLsAndrew Lewis2020-11-241-25/+41
|
* [Minor] Selectors: fixes for specific URLsAndrew Lewis2020-11-242-2/+31
|
* [Minor] Selectors: filter_string_nils utility transformationVsevolod Stakhov2020-11-131-0/+11
|
* [Fix] Deduct type of a table methodsVsevolod Stakhov2020-11-131-11/+15
|
* [Minor] Selectors: Add extractor & transform for metatokensAndrew Lewis2020-11-112-0/+33
|
* [Minor] Selectors: avoid returning empty list from extractorsAndrew Lewis2020-10-151-3/+15
|
* [Minor] Fix `get_tld` selectorVsevolod Stakhov2020-09-171-1/+1
|
* [Minor] Selectors: Add `get_tld` transformVsevolod Stakhov2020-09-131-1/+13
|
* [Minor] Allow to add all parameters into `rcpts` and `from` selectorsVsevolod Stakhov2020-08-211-2/+12
|
* [Minor] Save into ClickHouse unnamed attachesAnton Yuzhaninov2020-08-181-1/+1
| | | | | | | | | | Most MUA allow to save attachments (parts with Content-Disposition: attachment) even if don't have a name. Keep name field empty and save other information about such attachments to ClickHouse: Content-Type, size, digest. Modify attachments selector as well to return hashes of unnamed attachments.
* [Minor] Add caching for attachments digestsVsevolod Stakhov2020-07-142-12/+41
|
* [Fix] Fix regexp selector and add flatteningVsevolod Stakhov2020-05-141-5/+13
|
* [Fix] Fix passing of methods argumentsVsevolod Stakhov2020-05-141-2/+2
|
* [Fix] Fix calling of methods in selectorsVsevolod Stakhov2020-05-142-65/+71
|
* [Project] Allow rspamd_text based selectorsVsevolod Stakhov2020-05-131-0/+10
|
* [Minor] More fixes to digests selectors + added testsVsevolod Stakhov2020-04-301-2/+2
|
* [Minor] Selectors: Optimize the caseVsevolod Stakhov2020-04-301-1/+7
|
* [Minor] Selectors: Fix digests and add compatibility with blake2b used in CVsevolod Stakhov2020-04-302-9/+16
|
* [Minor] Add common selectors functionsVsevolod Stakhov2020-04-301-0/+51
|
* [Fix] Unify selectors digest functionsVsevolod Stakhov2020-04-302-46/+8
|
* [Minor] Selectors: Add scan_result extractorVsevolod Stakhov2020-04-231-2/+12
|
* [Minor] Lua_selectors: Add optional shadow result nameVsevolod Stakhov2020-04-231-2/+4
|
* [Minor] Pet luacheckGregor Dschung2020-04-192-5/+9
|
* Merge pull request #3336 from rm-minus-rf/masterVsevolod Stakhov2020-04-182-2/+60
|\ | | | | [Feature] allow variables in force_actions messages
| * [Minor] selectors: cleaner symbol extractorrm-minus-rf2020-04-182-17/+15
| | | | | | | | | | 'symbol' extractor returns a table 'to_ascii' transform can handle tables
| * [Feature] add queueid, uid, messageid and specific symbols to selectorsrm-minus-rf2020-04-172-2/+62
| | | | | | | | [Minor] use only selectors to fill vars in force_actions message
* | [Minor] Selectors: Add ability to use base32 variantsVsevolod Stakhov2020-04-161-1/+5
|/
* [Minor] Support flatten attribute in rspamd_config:register_re_selectorVsevolod Stakhov2020-04-081-1/+1
|
* [Minor] Selectors: Sigh, another try to fix .lastVsevolod Stakhov2019-12-111-7/+1
|
* [Minor] Selectors: Try to fix last transformationVsevolod Stakhov2019-12-111-1/+7
|
* [Minor] Update selectors schemaVsevolod Stakhov2019-08-291-0/+1
|
* [Feature] Selectors: Add flatten functionVsevolod Stakhov2019-08-211-2/+30
|
* [Fix] More fixes to extract_specific_urlsVsevolod Stakhov2019-08-191-0/+1
|
* [Feature] Selectors: Add `specific_urls` extractorVsevolod Stakhov2019-08-191-0/+17
|
* [Feature] Lua_selectors: Allow table arguments for selectorsVsevolod Stakhov2019-08-191-1/+6
|
* [Minor] Selectors: Add except_map functionVsevolod Stakhov2019-08-191-0/+25
|
* [Minor] Oops, fix pathsVsevolod Stakhov2019-08-191-2/+2
|
* [Rework] Reorganise selectors implementationVsevolod Stakhov2019-08-194-0/+1284