summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/multimap.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Include module name when setting pre resultVsevolod Stakhov2018-10-131-3/+3
* [Minor] Check selectors result for nilVsevolod Stakhov2018-09-231-5/+7
* [Minor] Fix selectors usage in multimapVsevolod Stakhov2018-09-231-4/+11
* [Minor] do not mix %1 and %sMikhail Galanin2018-09-211-1/+1
* [Minor] Add more info into error recordMikhail Galanin2018-09-211-1/+2
* [Minor] Rework multimap regexp rules registrationVsevolod Stakhov2018-09-141-54/+44
* [Feature] Support multi flag in regexp and glob mapsVsevolod Stakhov2018-09-141-11/+36
* Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-201-11/+38
|\
| * [Minor] Fix init logicVsevolod Stakhov2018-08-171-10/+12
| * [Feature] Integrate selectors framework to multimapVsevolod Stakhov2018-08-171-11/+36
* | [Minor] Moved coroutine-related functionality of DNS resolver into a separate...Mikhail Galanin2018-08-171-2/+4
* | [Minor] Update some Lua using new APIMikhail Galanin2018-08-141-14/+14
|/
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-4/+4
* [Minor] Pass all multimap config fields to the `set_metric_symbol` methodVsevolod Stakhov2018-08-031-14/+5
* [Fix] Fix HTML part detection heuristicVsevolod Stakhov2018-07-281-0/+4
* [Feature] Reuse maps in multimap module more aggressivelyVsevolod Stakhov2018-07-071-2/+2
* [Feature] Add maps based on Top Level DomainsVsevolod Stakhov2018-06-121-0/+6
* [Minor] Fix simple maps after the recent changeVsevolod Stakhov2018-04-301-0/+2
* [Feature] Use scores from maps if `symbols_set` is not definedVsevolod Stakhov2018-04-301-10/+13
* [Minor] Add support of glob maps to multimapVsevolod Stakhov2018-04-231-0/+12
* [Fix] Do not call multimap addr for parts of addr if filter is presentedVsevolod Stakhov2018-03-311-2/+5
* Allow the multimap header type to be a list of headers as well as a single he...Timothy Allen2018-03-061-2/+9
* [Feature] Multimap: template URL filterAndrew Lewis2018-01-041-0/+8
* [Fix] Multimap: received: filtering of artificial headerAndrew Lewis2017-12-121-1/+1
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+5
* [Minor] Stop expecting hostname to be "unknown"Andrew Lewis2017-11-071-1/+1
* [Minor] Multimap: support matching Received header flagsAndrew Lewis2017-10-301-0/+25
* [Feature] Multimap: checking of symbol optionsAndrew Lewis2017-07-201-0/+16
* Minimum netmask in Redis multimapMichael Kuron2017-07-161-3/+5
* Use HMGET to query all netmasks at once in multimapMichael Kuron2017-07-161-19/+25
* IP netmask support for multimapMichael Kuron2017-07-151-3/+16
* [Feature] Multimap: received filters for extracting TLDs from hostnamesAndrew Lewis2017-06-191-0/+8
* [Minor] Use mime from/rcpt if SMTP ones are missingVsevolod Stakhov2017-06-081-0/+6
* [Feature] Multimap: email:domain:tld filterAndrew Lewis2017-05-161-0/+5
* [Fix] Multimap: Received IP filters with RedisAndrew Lewis2017-05-091-1/+2
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Feature] Memoize LPEG grammarsVsevolod Stakhov2017-03-251-21/+26
* [Minor] Allow to skip archives in multimapVsevolod Stakhov2017-02-201-1/+1
* [Minor] Filter artificial Received header in multimap by defaultAndrew Lewis2017-02-131-0/+5
* [Fix] Multimap: Fixes for email filtersAndrew Lewis2017-02-101-3/+3
* [Minor] Don't try handle gaps in Received headersAndrew Lewis2017-02-091-7/+1
* [Minor] Multimap Received headers: fixesAndrew Lewis2017-02-081-11/+22
* [Feature] Multimap: Received header processingAndrew Lewis2017-02-081-0/+91
* [Minor] Multimap: use table lookup to determine processingAndrew Lewis2017-02-081-79/+99
* [Feature] Implement helo maps in multimapVsevolod Stakhov2017-02-031-0/+10
* [Fix] Allow static mapsVsevolod Stakhov2017-01-261-22/+29
* [Feature] New URL filters in multimapAndrew Lewis2017-01-061-0/+25
* [Minor] Improve addr_parse usage in pluginsVsevolod Stakhov2016-12-221-4/+4
* [Feature] Support setting SMTP message in multimapAndrew Lewis2016-12-141-1/+11
* [Minor] Use new API for debug logging in Lua pluginsAndrew Lewis2016-11-251-7/+8