summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix warningsVsevolod Stakhov2017-04-281-1/+3
* [CritFix] Fix learn condition in fuzzy checkVsevolod Stakhov2017-04-281-13/+29
* [Minor] Add basic milter commands supportVsevolod Stakhov2017-04-282-13/+125
* [Minor] Allow session-less lua dns requestsVsevolod Stakhov2017-04-281-1/+1
* [Rework] Initial milter protocol supportVsevolod Stakhov2017-04-274-0/+403
* [Feature] Allow to exclude specific domains from mx checkVsevolod Stakhov2017-04-271-2/+19
* [Fix] Fix passing data to log helper when many symbols definedVsevolod Stakhov2017-04-262-2/+2
* [Fix] Fix url handling in the protocolVsevolod Stakhov2017-04-261-13/+28
* [Feature] Add initial support of the new protocol replyVsevolod Stakhov2017-04-262-9/+27
* [Rework] Remove multiple metrics support from RspamdVsevolod Stakhov2017-04-2611-129/+71
* [Feature] DKIM signing: sign_networks/local address specific use_domain settingsAndrew Lewis2017-04-261-6/+20
* [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