summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Fix surbl module configuration.Vsevolod Stakhov2013-11-251-31/+12
* Don't use key as symbol if returncodes given and unknown is falseAndrew Lewis2013-11-231-2/+1
* Unbreak a use-caseAndrew Lewis2013-11-231-12/+8
* Check all resultsAndrew Lewis2013-11-231-18/+20
* Allow symbol per return codeAndrew Lewis2013-11-211-8/+70
* Adjust rbl priority to neutral.Vsevolod Stakhov2013-11-211-1/+1
* Fix rbl module registration.Vsevolod Stakhov2013-11-212-14/+12
* Fix mistake: wrong use of string comparisonAndrew Lewis2013-11-201-4/+4
* More concise ip_to_rbl functionAndrew Lewis2013-11-201-8/+1
* Make lookup conditional on RBL preferencesAndrew Lewis2013-11-201-0/+6
* Fix identification of missing source IPAndrew Lewis2013-11-201-1/+1
* Correct use of wrong variableAndrew Lewis2013-11-201-1/+1
* Emails and multimap configuration fixes.Vsevolod Stakhov2013-11-202-7/+4
* Check type of rule in multimap module.Vsevolod Stakhov2013-11-201-6/+10
* Fix emailbl plugin.Vsevolod Stakhov2013-11-201-27/+10
* Remove unused function.Vsevolod Stakhov2013-11-191-26/+0
* Remove duplicated resolving functions from task.Vsevolod Stakhov2013-11-193-23/+25
* Use local function in multimap.Vsevolod Stakhov2013-11-191-4/+4
* Fix rbl plugin.Vsevolod Stakhov2013-11-191-72/+21
* Fix multimap plugin.Vsevolod Stakhov2013-11-191-63/+26
* Remove received_rbl.luaAndrew Lewis2013-11-171-72/+0
* Obscure braindamageAndrew Lewis2013-11-171-2/+1
* Multimap: add IPv6 DNSBL support & change config layoutAndrew Lewis2013-11-171-80/+68
* Add new RBL moduleAndrew Lewis2013-11-171-0/+147
* Use min_bytes setting in fuzzy_check for normal parts.Vsevolod Stakhov2013-11-161-0/+7
* Remove unused xml code.Vsevolod Stakhov2013-11-166-49/+0
* Replace gfind with gmatch.Vsevolod Stakhov2013-11-083-3/+3
* Fix work with lua 5.2 eventually.Vsevolod Stakhov2013-11-052-3/+3
* Sync with libucl.Vsevolod Stakhov2013-11-022-4/+6
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-226-92/+92
* Fix some warnings.Vsevolod Stakhov2013-10-104-11/+12
* Fix lua expressions in regexp plugin.Vsevolod Stakhov2013-10-101-9/+1
* Fix other stuff to work with rcl modules.Vsevolod Stakhov2013-10-041-1/+1
* Fix regexp plugin.Vsevolod Stakhov2013-10-041-84/+46
* Fix surbl module.Vsevolod Stakhov2013-10-041-74/+82
* Fix fuzzy check plugin.Vsevolod Stakhov2013-10-031-15/+63
* Fix SPF plugin.Vsevolod Stakhov2013-10-031-7/+9
* Fix dkim_check plugin.Vsevolod Stakhov2013-10-031-14/+18
* Fix chartable plugin.Vsevolod Stakhov2013-10-031-6/+4
* Revert gerror conversion for spf module.Vsevolod Stakhov2013-09-241-14/+7
* Convert spf module to GError reporting.Vsevolod Stakhov2013-09-241-7/+14
* Fix some warnings found by coverity scan.Vsevolod Stakhov2013-08-164-5/+15
* Implement per-suffix bits support in surbl plugin.Vsevolod Stakhov2013-07-022-42/+44
* Do not query empty hashes.Vsevolod Stakhov2013-06-261-2/+10
* Support metaoptions in lua configuration.Vsevolod Stakhov2013-06-141-1/+1
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-1/+1
* Allow restriction of update commands for fuzzy storage.Vsevolod Stakhov2013-06-041-3/+3
* Do not add empty fuzzy hashes.Vsevolod Stakhov2013-06-031-1/+2
* Fix some warnings that actually are dangerous.Vsevolod Stakhov2013-06-031-10/+9
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-013-44/+15