summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-1622-65/+175
* 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-125-2/+41
* Performance critical fix0.3.3Vsevolod Stakhov2010-11-031-1/+1
* Urgent fixes.Vsevolod Stakhov2010-11-034-4/+8
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-029-65/+270
* When parsing RRs 'eat' last '.' symbolVsevolod Stakhov2010-11-011-1/+1
* Parse smtp_use_xclient option in configVsevolod Stakhov2010-10-291-0/+3
* Fixed adding action to metric.Vsevolod Stakhov2010-10-281-1/+3
* Add compatibility with glib < 2.2.22Vsevolod Stakhov2010-10-282-0/+10
* Add rewrite subject action implementation to SMTP proxy.Vsevolod Stakhov2010-10-272-7/+27
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-268-14/+91
* Fix action settings (reported by Anton Nekhoroshih).Vsevolod Stakhov2010-10-255-156/+269
* Add special cases in metric actions: reject_score and spam_score for managing...Vsevolod Stakhov2010-10-221-0/+16
* * Add ability to recursive scan over multipart's parts for functions:Vsevolod Stakhov2010-10-208-172/+416
* Fixed bug with file urls (reported by Anton Nekhoroshin)Vsevolod Stakhov2010-10-192-1/+4
* 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-158-9/+9
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-1119-94/+141
* 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-0687-2613/+2722
* * 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-292-15/+46
* * Get message's headers more correctlyVsevolod Stakhov2010-09-271-1/+1
* * Add trie interface to lua apiVsevolod Stakhov2010-09-224-0/+151
* * New trie based url scanner (based on libcamel)Vsevolod Stakhov2010-09-214-147/+679
* * Fix stupid error when all checks can be done in a single passVsevolod Stakhov2010-09-201-0/+1
* * Fix misprint (reported by az)Vsevolod Stakhov2010-09-171-1/+1
* * Fix shared usage of statfilesVsevolod Stakhov2010-09-165-5/+53
* * Write user's name to rspamd logVsevolod Stakhov2010-09-091-0/+8
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-027-33/+77
* * Fix getting data wrapper for gmime24Vsevolod Stakhov2010-09-011-0/+2
* * Assume all text/* content types as text/plainVsevolod Stakhov2010-09-011-1/+1
* * Add ability to check hashes of selected mime typesVsevolod Stakhov2010-08-273-35/+173
* * Make spf parser case insensitiveVsevolod Stakhov2010-08-261-13/+13
* * Fix races in fuzzy storageVsevolod Stakhov2010-08-262-17/+23
* * Fix assertion while extracting internet addressVsevolod Stakhov2010-08-261-6/+8
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-255-0/+38
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-259-22/+270
* * Move images library to core rspamdVsevolod Stakhov2010-08-238-1/+396
* * Ignore rfc822 group addressesVsevolod Stakhov2010-08-191-6/+11
* * Fix normalization for systems that have not tanhl functionVsevolod Stakhov2010-08-181-2/+2
* * Fix assertion while look up value in NULL hash (found by cirtin)Vsevolod Stakhov2010-08-181-0/+1
* * Some fixes to fuzzy hashes expiration:Vsevolod Stakhov2010-08-181-4/+15
* * Remove normalizer as it is winnow specific thing, so all statistic algorith...Vsevolod Stakhov2010-08-133-14/+19
* * Add bayesian classifier (initial version)Vsevolod Stakhov2010-08-135-19/+410
* * One more try to improve accuracy of winnow algorithmVsevolod Stakhov2010-08-062-13/+29
* * Fixes to winnow learningVsevolod Stakhov2010-08-054-60/+135