summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-164-10/+10
* Try to fix bug with absent trie items in redirectors list.Vsevolod Stakhov2010-11-151-1/+2
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-121-1/+16
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-021-0/+28
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-2/+11
* Fixed bug with file urls (reported by Anton Nekhoroshin)Vsevolod Stakhov2010-10-191-0/+3
* Fix multimap module if there is only one rule for it.Vsevolod Stakhov2010-10-151-3/+10
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-2/+2
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-113-4/+13
* Init regexp library statically.Vsevolod Stakhov2010-10-061-2/+1
* * Add ability to check rspamd regexp from lua modulesVsevolod Stakhov2010-10-061-1/+51
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-067-220/+220
* * Improve definitions of redirector domainsVsevolod Stakhov2010-10-012-8/+96
* * Add ability to specify many redirector hosts and choose them round-robinVsevolod Stakhov2010-10-012-32/+70
* * Extract domains from emails to check via surblVsevolod Stakhov2010-09-291-11/+15
* * New trie based url scanner (based on libcamel)Vsevolod Stakhov2010-09-211-6/+29
* * Add ability to check hashes of selected mime typesVsevolod Stakhov2010-08-271-25/+169
* * Fix wirting message id during fuzzy_add commandVsevolod Stakhov2010-08-041-1/+2
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-041-2/+0
* * Add logging for fuzzy checksVsevolod Stakhov2010-08-021-3/+8
* * Add error handling for regexps0.3.1Vsevolod Stakhov2010-07-291-6/+22
* * Fix parsing txt records to avoid reading of uninitialized dataVsevolod Stakhov2010-07-281-2/+3
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-281-32/+38
* * Add ability to check dns black lists by multimap moduleVsevolod Stakhov2010-07-281-2/+24
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-271-74/+132
* * Fix some multimap issuesVsevolod Stakhov2010-07-271-8/+9
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-271-0/+125
* * More debugVsevolod Stakhov2010-07-251-3/+3
* * Fix another error with early task destroyingVsevolod Stakhov2010-07-201-0/+7
* * Fix expanding spf macros that may fail in rare casesVsevolod Stakhov2010-07-201-1/+1
* * Do not try to resolve names with several dots in a rowVsevolod Stakhov2010-07-191-2/+2
* * Fix check_smtp_data functionVsevolod Stakhov2010-07-151-6/+38
* * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-091-1/+0
* * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-091-10/+9
* * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-061-1/+40
* * Fix chartable module in utf modeVsevolod Stakhov2010-07-051-3/+3
* * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-1/+1
* * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-051-1/+1
* * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-011-2/+2
* * Misprint != -> ==Vsevolod Stakhov2010-07-011-1/+1
* * Add ability to make whitelist for spf checksVsevolod Stakhov2010-06-301-2/+17
* * Fix reconfigure process of surbl moduleVsevolod Stakhov2010-06-281-1/+22
* * Fix URLS commandVsevolod Stakhov2010-06-241-5/+6
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-242-23/+23
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-243-12/+34
* * Fix -lintl detectionVsevolod Stakhov2010-06-231-1/+6
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-1/+1
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-222-3/+15
* * Try to fix memmove issues in io dispatcherVsevolod Stakhov2010-06-211-6/+0
* * New logic of SURBL module:Vsevolod Stakhov2010-06-182-163/+169