aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-271-0/+4
* Final update for 0.5.4.Vsevolod Stakhov2013-02-023-6/+10
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-065-8/+8
* Fix diff normalization.Vsevolod Stakhov2012-12-032-6/+12
* * Use murmur hash for all hashes as it is more efficient and provides more un...Vsevolod Stakhov2012-10-081-1/+1
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-195-8/+8
* Restore fuzzy learn operations.Vsevolod Stakhov2012-09-181-58/+175
* Another debian license fix.Vsevolod Stakhov2012-09-109-9/+9
* Update copyright (required by debian).Vsevolod Stakhov2012-09-049-27/+27
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-222-18/+40
* Fix spelling. Submitted by: Laszlo Boszormenyi.Vsevolod Stakhov2012-08-101-1/+1
* * DKIM module now check only first signature as others must be rejected or sk...Vsevolod Stakhov2012-06-051-17/+53
* * Implement 'time_jitter' setting allowing to check signatures in future in c...Vsevolod Stakhov2012-06-041-1/+11
* * 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