summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Rework fuzzy_add and fuzzy_del commands.Vsevolod Stakhov2014-04-301-208/+106
* Add attach_controller callback to plugins.Vsevolod Stakhov2014-04-306-6/+12
* Remove memcached support.Vsevolod Stakhov2014-04-302-115/+1
* Refactor config API.Vsevolod Stakhov2014-04-308-91/+91
* Refactor task functions.Vsevolod Stakhov2014-04-211-4/+4
* Finish conversion to new inet addr structure.Vsevolod Stakhov2014-04-212-47/+12
* Deprecate views: never ever being used.Vsevolod Stakhov2014-04-216-45/+30
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-217-81/+81
* Refactor memory pool naming.Vsevolod Stakhov2014-04-207-109/+109
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-196-7/+0
* Adopt new libucl.Vsevolod Stakhov2014-04-196-10/+10
* Upgrade rdns.Vsevolod Stakhov2014-04-031-3/+3
* Fix misusage of ip object.Vsevolod Stakhov2014-04-031-3/+3
* Update plugins.Vsevolod Stakhov2014-03-292-8/+8
* Fix plugins.Vsevolod Stakhov2014-03-293-4/+4
* Do not send multiple SURBL requests with the same domain.Vsevolod Stakhov2014-02-201-17/+41
* Integrate rspamd with librdns.Vsevolod Stakhov2014-02-191-6/+9
* Rework LRU hash logic.Vsevolod Stakhov2014-02-182-5/+11
* Fix memory leak in fuzzy_add command.Vsevolod Stakhov2014-02-141-14/+22
* Remove dated configuration example & add another missing option registrationAndrew Lewis2014-02-071-23/+1
* Check for [ip.address]-style HELO and suppress lookupsAndrew Lewis2014-01-311-1/+1
* Support HELO blacklist and fix options registration for RDNS blacklistAndrew Lewis2014-01-311-1/+14
* Fix whitelist module.Vsevolod Stakhov2014-01-281-7/+11
* Rework resolver library.Vsevolod Stakhov2014-01-271-4/+6
* Fix hostname lookup for rdns rblAlexey2014-01-221-1/+1
* Allow FCrDNS-style RBL lookupsAndrew Lewis2014-01-221-2/+13
* Parse HTTP requests, cleanup the code.Vsevolod Stakhov2014-01-181-18/+6
* Start moving to HTTP world.Vsevolod Stakhov2014-01-122-5/+2
* Fix bug for check sender ruleAlexey2013-12-271-1/+1
* Do not check invalid IP addresses.Vsevolod Stakhov2013-12-202-3/+3
* Rework once_received plugin.Vsevolod Stakhov2013-12-091-24/+28
* Rework emails plugin.Vsevolod Stakhov2013-12-091-85/+34
* Fix fuzzy_add for messages without valid parts.Vsevolod Stakhov2013-12-091-3/+9
* Improve logging for fuzzy.0.6.2Vsevolod Stakhov2013-12-061-1/+5
* Fixes to fuzzy_check module.Vsevolod Stakhov2013-12-061-9/+17
* Always use one_shot mode for fuzzy_check.Vsevolod Stakhov2013-12-061-1/+1
* Allow to skip unknown flags in fuzzy_check module.Vsevolod Stakhov2013-12-051-4/+14
* Fix initialization order.Vsevolod Stakhov2013-12-051-7/+7
* Fix race condition in the controller IO.Vsevolod Stakhov2013-12-041-25/+29
* Fix wrong attribute name.Vsevolod Stakhov2013-12-041-1/+1
* Set read_only to FALSE by default.Vsevolod Stakhov2013-12-041-1/+1
* Merged in simonpin/rspamd (pull request #1)Vsevolod Stakhov2013-12-041-4/+8
|\
| * Fixed bug in whitelist plugin with getting from addressSimon Pin2013-12-041-4/+8
* | Rework fuzzy check module.Vsevolod Stakhov2013-12-041-352/+374
|/
* Small improvements to fuzzy_check controller module.Vsevolod Stakhov2013-12-021-5/+6
* Fill fuzzy command before sending.Vsevolod Stakhov2013-12-011-0/+1
* Fix fuzzy check configuration.Vsevolod Stakhov2013-11-301-3/+8
* Do not try to register rbls without a symbol.Vsevolod Stakhov2013-11-261-1/+1
* Fix surbl module.Vsevolod Stakhov2013-11-261-6/+3
* Properly check for empty source IPAndrew Lewis2013-11-251-1/+1