summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
* Rework lua_regexp lifetime.Vsevolod Stakhov2015-04-091-3/+0
* DMARC: Allow bogus backslashes in policy records; ignore non policy records; ...Andrew Lewis2015-04-081-8/+25
* Fix trie plugin.Vsevolod Stakhov2015-04-071-9/+8
* Remove debug knob.Vsevolod Stakhov2015-04-071-1/+1
* Rewrite trie plugin.Vsevolod Stakhov2015-04-071-97/+115
* DMARC: Check DKIM alignmentAndrew Lewis2015-04-051-15/+12
* DMARC: allow either of SPF/DKIM to yield pass; check From header alignment; a...Andrew Lewis2015-04-041-16/+50
* Add preliminary version of DMARC plugin.Vsevolod Stakhov2015-04-031-0/+196
* Add fast version of ascii lowercase.Vsevolod Stakhov2015-04-021-1/+1
* Merge pull request #245 from fatalbanana/masterVsevolod Stakhov2015-04-011-2/+2
|\
| * RBL: Change order of calls to avoid sending error messages to logsAndrew Lewis2015-04-011-2/+2
* | Merge pull request #243 from fatalbanana/masterVsevolod Stakhov2015-04-011-0/+27
|\|
| * RBL: change behaviour of whitelistsAndrew Lewis2015-04-011-0/+27
* | Support [if-unset: blah]Vsevolod Stakhov2015-03-311-1/+13
* | Support 'name' extension for SA rules.Vsevolod Stakhov2015-03-311-0/+8
* | Add some guards to protect pcre_jit fast path.Vsevolod Stakhov2015-03-311-5/+26
* | Skip comments at the end of SA rules.Vsevolod Stakhov2015-03-311-1/+7
* | Add guards for invalid rules.Vsevolod Stakhov2015-03-311-5/+6
* | Follow SA conventions about header rules.Vsevolod Stakhov2015-03-311-8/+17
* | Rework header regexps in SA.Vsevolod Stakhov2015-03-311-82/+93
* | Fix score calculations.Vsevolod Stakhov2015-03-311-4/+4
* | Support single rules of SA.Vsevolod Stakhov2015-03-301-7/+40
* | Cache atom results.Vsevolod Stakhov2015-03-251-1/+6
* | Add support for 'full' and 'uri' rules.Vsevolod Stakhov2015-03-251-2/+33
* | Rewrite SA plugin for the new expressions.Vsevolod Stakhov2015-03-251-27/+81
|/
* Filter double-dots in rbl.lua validate_dnsAndrew Lewis2015-03-111-0/+3
* More fixes to SA plugin.Vsevolod Stakhov2015-03-061-7/+8
* Closure fixes.Vsevolod Stakhov2015-03-031-5/+16
* Improve SA parse logic.Vsevolod Stakhov2015-03-031-3/+61
* Limited support of MESSAGEID.Vsevolod Stakhov2015-03-021-0/+6
* Fix initialization order.Vsevolod Stakhov2015-02-261-5/+5
* Add support of '!~' operator.Vsevolod Stakhov2015-02-261-1/+9
* Adopt SA 'exists' function.Vsevolod Stakhov2015-02-261-7/+44
* Fix closure parameters.Vsevolod Stakhov2015-02-261-3/+4
* Forgot to remove obsoleted options.Vsevolod Stakhov2015-02-261-6/+0
* Rework ip_score module completely.Vsevolod Stakhov2015-02-261-145/+159
* Do not set negative values for ratelimits.Vsevolod Stakhov2015-02-261-0/+3
* Fix ratelimit plugin.Vsevolod Stakhov2015-02-261-23/+26
* Remove old redis invocation.Vsevolod Stakhov2015-02-251-2/+0
* Rework and optimize ratelimit plugin.Vsevolod Stakhov2015-02-251-74/+101
* Reformat ratelimit plugin.Vsevolod Stakhov2015-02-251-262/+261
* rbl.lua: HousekeepingAndrew Lewis2015-02-251-47/+33
* Completely rewrite multimap plugin.Vsevolod Stakhov2015-02-231-216/+152
* Merge pull request #177 from fatalbanana/masterVsevolod Stakhov2015-02-171-11/+67
|\
| * Since exclude_private_ips requires config to change behaviour now we can make...Andrew Lewis2015-02-171-1/+1
| * Support emails dnsblAndrew Lewis2015-02-171-1/+50
| * Make local/private IP exclusions work for all RBL typesAndrew Lewis2015-02-171-4/+14
| * Unbreak operation of rbl.lua in certain instancesAndrew Lewis2015-02-171-5/+2
* | Treat '__' symbols as ghost symbols.Vsevolod Stakhov2015-02-171-3/+11
* | Add other rules types.Vsevolod Stakhov2015-02-161-0/+43