summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/settings.lua
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Fix rcpt_mime and from_mime in user settingsVsevolod Stakhov2019-03-061-4/+14
* [Feature] Allow to set rewrite subject pattern from settingsVsevolod Stakhov2019-02-261-0/+4
* [Minor] Settings: Fix function invocationVsevolod Stakhov2019-02-121-1/+1
* [Rework] Settings: Rework settings checkVsevolod Stakhov2019-02-111-108/+98
* [Minor] Fix shitty variable namesVsevolod Stakhov2019-02-111-22/+22
* [Minor] Settings: Minor case fixVsevolod Stakhov2019-01-241-4/+11
* [Minor] Settings: Reduce log noiseVsevolod Stakhov2019-01-231-1/+1
* [Feature] Settings: Allow to inverse conditionsVsevolod Stakhov2018-12-121-6/+9
* [Feature] Settings: Allow multiple selectorsVsevolod Stakhov2018-12-121-2/+6
* [Feature] Settings: Allow local when selecting settingsVsevolod Stakhov2018-12-121-17/+34
* [Feature] Settings: Allow hostname matchVsevolod Stakhov2018-12-121-4/+43
* [Fix] Settings: Fix selectors usageVsevolod Stakhov2018-12-111-16/+18
* [Feature] Support selectors in settingsVsevolod Stakhov2018-09-231-1/+22
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-5/+7
* [Feature] Allow to add symbols using settings directlyVsevolod Stakhov2018-06-121-0/+18
* [Feature] Allow to set task flags via settingsVsevolod Stakhov2018-06-061-25/+25
* [Minor] Allow redis key handlers to return nilVsevolod Stakhov2018-05-101-1/+2
* [Fix] Fix enabling/disabling squeezed rulesVsevolod Stakhov2018-03-161-0/+6
* [Fix] Fix various modules in case of empty messageAndrew Lewis2018-03-131-2/+4
* [Refactor] Rename all lua libraries in the common wayVsevolod Stakhov2018-02-231-1/+1
* [Fix] Settings: header: deal with multiple settings (#1988)Andrew Lewis2018-01-161-12/+38
* [Fix] Settings: avoid checking invalid IP (#1981)Andrew Lewis2018-01-101-1/+1
* [Minor] Save settings table in lua cacheVsevolod Stakhov2017-10-101-1/+7
* [Feature] Allow to use global lua maps in settingsVsevolod Stakhov2017-09-021-31/+43
* User settings: add header rulesMichael Kuron2017-09-011-0/+26
* [Feature] Skip certain symbols from ANN classifyVsevolod Stakhov2017-07-291-2/+2
* [Feature] Allow to set headers from settingsVsevolod Stakhov2017-07-221-0/+8
* [Feature] Redis settings: support checking multiple keysAndrew Lewis2017-07-191-14/+29
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-2/+2
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Feature] Support using request headers in settingsAndrew Lewis2017-03-091-0/+26
* [Minor] Avoid `nil` indexAlexander Moisseev2016-12-041-1/+1
* [Fix] Fix some issues in redis settingsAndrew Lewis2016-11-251-2/+2
* [Fix] Settings: correctly read redis configAndrew Lewis2016-11-231-1/+1
* [Minor] settings: make string matches case insensitiveAlexander Moisseev2016-11-171-3/+3
* [Fix] Fix implicit settings module settingsupVsevolod Stakhov2016-11-161-4/+0
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-16/+17
* [Minor] Add missing `fun` module local referenceAlexander Moisseev2016-11-051-1/+1
* [Minor] Remove more globalsAndrew Lewis2016-11-041-4/+4
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-171-1/+1
* [Minor] Fix settings module loggingAlexander Moisseev2016-10-051-1/+1
* [Feature] Check settings with equal priopities in alphabetical orderAlexander Moisseev2016-10-021-8/+8
* [Minor] Do not override high priority settings with low prio onesVsevolod Stakhov2016-09-291-1/+4
* [Feature] Allow to store settings in redisVsevolod Stakhov2016-09-221-4/+81
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-4/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-1/+7
* [Fix] Settings: fix `authenticated` parameter (#886)Andrew Lewis2016-08-241-0/+6
* [Feature] Allow to create settings for authenticated usersVsevolod Stakhov2016-08-021-2/+9
* [Fix] Fix client_ip in users settingsVsevolod Stakhov2016-07-211-0/+7
* [Feature] Allow client ip match in the settingsVsevolod Stakhov2016-07-211-2/+18