aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* * Allow keys without values in kv mapsVsevolod Stakhov2012-05-311-3/+8
* * Strict domains for dkim now contain more data (kv pairs in format <dkim_dom...Vsevolod Stakhov2012-05-311-7/+40
* * Add support of strict_domains.Vsevolod Stakhov2012-05-291-6/+29
* * Add dkim check plugin.Vsevolod Stakhov2012-05-291-0/+247
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-281-1/+12
* Fix multimap to handle ipv6 addresses.Vsevolod Stakhov2012-04-201-2/+5
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-202-5/+78
* * Add ratelimit pluginVsevolod Stakhov2012-04-061-0/+315
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-2/+594
* Another workaround for old glib.Vsevolod Stakhov2012-02-211-1/+3
* More fixes to thread-safe processing.Vsevolod Stakhov2012-02-141-5/+66
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-132-3/+3
* Fixes to threading (still incomplete).Vsevolod Stakhov2012-01-311-38/+45
* Rework events library slightly:Vsevolod Stakhov2012-01-311-0/+2
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-312-7/+20
* * Add support to process regexp in multiply threads by using thread pool.Vsevolod Stakhov2012-01-301-9/+66
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-165-0/+60
* More cleanups and fixes for compiler warnings.0.4.6Vsevolod Stakhov2011-12-201-1/+1
* Add expire and whitelist options to ip_score plugin.Vsevolod Stakhov2011-12-161-2/+28
* * Add new plugin ip_score to set and get score for specified ip address.Vsevolod Stakhov2011-12-161-0/+149
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-143-89/+1
* If message has no 'To/CC' headers do not try to count elements in nil table.Vsevolod Stakhov2011-12-071-1/+4
* Fix static build.Vsevolod Stakhov2011-11-113-5/+5
* Do not try to validate empty headers.Vsevolod Stakhov2011-10-251-2/+2
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-171-1/+1
* Check utf8 characters before gregex checks as they assume input to be a utf8 ...Vsevolod Stakhov2011-10-171-0/+15
* Remove some warnings.Vsevolod Stakhov2011-10-142-5/+0
* Try to check spf domain before adding it to LRU hash.Vsevolod Stakhov2011-10-061-1/+1
* * Fix DNS PTR resolvingVsevolod Stakhov2011-08-221-3/+42
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-2/+7
* More checks in lua plugins.0.4.2Vsevolod Stakhov2011-08-052-7/+11
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-044-14/+14
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-2912-67/+67
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-261-0/+4
* * Add option max_size for regexp module to skip expensive regexp on long mess...Vsevolod Stakhov2011-07-261-2/+20
* Fix up another event related problem.Vsevolod Stakhov2011-07-261-0/+2
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-213-12/+13
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-202-10/+10
* * Add a simple logic of language detection for text parts (unicode script based)Vsevolod Stakhov2011-07-111-1/+15
* * Add ability to specify noip option for uribl suffix to avoid checking urls ...Vsevolod Stakhov2011-06-282-3/+29
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-232-25/+21
* Add condition to fix inconsistent records in LRU cache.Vsevolod Stakhov2011-06-141-1/+2
* Fix memory issues.Vsevolod Stakhov2011-06-101-1/+9
* Improve performance of trie search.Vsevolod Stakhov2011-06-102-1/+3
* Fixes from previous commit.Vsevolod Stakhov2011-06-102-3/+3
* * Add LRU caching structureVsevolod Stakhov2011-06-102-8/+107
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-12/+1
* * Improve maillist plugin to detect majordomo, cgp and google groupsVsevolod Stakhov2011-05-111-2/+87
* * Add more timeouts: for fuzzy operations, for worker task operationsVsevolod Stakhov2011-03-281-5/+11
* Write to log number of dns requests per task.Vsevolod Stakhov2011-03-251-0/+1