aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Rspamadm grep: Disable Lua patterns in string search by defaultAndrew Lewis2017-04-252-2/+12
* [Minor] Push email flags to the lua APIVsevolod Stakhov2017-04-251-0/+21
* [Fix] Deal with 8bit characters in email addressesVsevolod Stakhov2017-04-256-37/+64
* [Fix] Fix setting of email addressVsevolod Stakhov2017-04-251-1/+2
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-04-241-8/+8
* [Minor] Add lua methods to detect if a part has 8bit charactersVsevolod Stakhov2017-04-241-0/+58
* [Fetaure] Add method that detects 8 bit characters in text partsVsevolod Stakhov2017-04-242-0/+47
* [Feature] Allow storing bayes tokens in RedisVsevolod Stakhov2017-04-241-2/+38
* [Feature] Support numeric arguments for Redis requestsVsevolod Stakhov2017-04-231-6/+27
* [Minor] Format floating point numberVsevolod Stakhov2017-04-231-1/+1
* [Minor] Add Lua 5.3 workaroundVsevolod Stakhov2017-04-231-5/+6
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-2240-12/+205
* [Minor] Improve confighelp outputVsevolod Stakhov2017-04-221-7/+9
* [Minor] Fix recursive add docs strings from the commentsVsevolod Stakhov2017-04-221-3/+11
* [Feature] Rework confighelp to load Lua pluginsVsevolod Stakhov2017-04-229-24/+66
* [Minor] Add config:add_example functionVsevolod Stakhov2017-04-221-0/+37
* [Feature] Add ability to add doc strings by exampleVsevolod Stakhov2017-04-222-0/+98
* [Minor] Silence warningAndrew Lewis2017-04-211-1/+1
* [Feature] Rework hfilter to use hyperscan if possibleVsevolod Stakhov2017-04-211-113/+193
* [Minor] Fix static maps loadingVsevolod Stakhov2017-04-211-20/+61
* [Minor] Fix setting watcher for a sessionVsevolod Stakhov2017-04-211-1/+1
* [Minor] Add multiple regexp maps support in luaVsevolod Stakhov2017-04-212-0/+41
* [Feature] Add support of maps with multiple regexps matchesVsevolod Stakhov2017-04-213-20/+148
* [Fix] Use static maps instead of ugly hack for radix_from_configVsevolod Stakhov2017-04-212-71/+42
* [Feature] Add support for static mapsVsevolod Stakhov2017-04-213-7/+185
* [Minor] Use hyperscan check functionVsevolod Stakhov2017-04-215-25/+54
* [Feature] Allow async events to be registered from LUA rulesVsevolod Stakhov2017-04-211-1/+141
* [Feature] Allow to have a stack of watcher finalisersVsevolod Stakhov2017-04-212-22/+74
* [Minor] Try all hostname regexps to find the most significant oneVsevolod Stakhov2017-04-201-2/+3
* [Minor] Allow to append greylist end time to message reportedVsevolod Stakhov2017-04-201-2/+10
* [Minor] Disable dkim_signing if redis is specified but not configuredVsevolod Stakhov2017-04-201-1/+2
* [Minor] Remove confusing warning about exp overflowVsevolod Stakhov2017-04-191-3/+19
* [Fix] Do extra copy to ensure that original content is never touchedVsevolod Stakhov2017-04-181-1/+3
* [Minor] DKIM signing: deal with ambiguous settings betterAndrew Lewis2017-04-181-5/+9
* [Minor] Reduce log noiseVsevolod Stakhov2017-04-171-1/+1
* [Minor] Explicitly reset all fields in context on initVsevolod Stakhov2017-04-141-7/+4
* [Feature] Allow configurable sign headers for DKIMVsevolod Stakhov2017-04-142-16/+30
* [Fix] Always try to adjust filenameVsevolod Stakhov2017-04-141-1/+19
* [Feature] Allow to add unigramm metatokens from LuaVsevolod Stakhov2017-04-131-1/+26
* [Feature] Add unigramms support in bayesVsevolod Stakhov2017-04-133-1/+22
* [Feature] DKIM Signing: envelope match exception for local IPsAndrew Lewis2017-04-131-3/+12
* [Minor] Improve protocol debuggingVsevolod Stakhov2017-04-121-0/+17
* [Minor] Slightly optimise maillist pluginVsevolod Stakhov2017-04-121-16/+18
* [Minor] Fix one more issue with empty mapsVsevolod Stakhov2017-04-111-6/+3
* [Minor] Properly show warningVsevolod Stakhov2017-04-111-3/+3
* [Minor] Improve symbols in emails moduleVsevolod Stakhov2017-04-111-17/+27
* [Fix] More fixes for hashed email dnsblsVsevolod Stakhov2017-04-111-1/+12
* [Fix] Plug memory leak in chartable moduleVsevolod Stakhov2017-04-101-0/+4
* [WebUI] Do not hide messages with bad subject, just replace it with '???'Vsevolod Stakhov2017-04-091-2/+6
* [Minor] More strict boundaries checks and composites policies fixVsevolod Stakhov2017-04-093-10/+13