aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/ip_score.lua
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-171-2/+2
* [Fix] Fix ip_score module registrationAlexander Moisseev2016-10-011-10/+9
* [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-301-2/+11
* [Minor] Set/reduce postfilter prioritiesAndrew Lewis2016-09-291-0/+1
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-4/+0
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+4
* [Minor] Disable IP Score for authenticated users & local networksAndrew Lewis2016-08-311-1/+8
* [Minor] Ip Score: Fix display of subscoresAndrew Lewis2016-08-301-4/+4
* [Feature] Adaptive ratelimitsAndrew Lewis2016-08-261-7/+3
* [Feature] Allow for more fine-grained scoring for ip_scoreAndrew Lewis2016-08-191-7/+12
* [Fix] Defer insertion of results in ip_score to avoid skewing statsAndrew Lewis2016-08-181-47/+46
* [Feature] ASN module; support matching ASN/country in multimapAndrew Lewis2016-08-171-41/+0
* [Fix] Use new postfilters and prefilters API in the pluginsVsevolod Stakhov2016-07-121-2/+10
* [Feature] Use new redis API in ip_score pluginVsevolod Stakhov2016-06-221-16/+31
* [Feature] Use universal redis definitions in rspamd pluginsVsevolod Stakhov2016-05-281-12/+9
* [Feature] Use new version of register_symbol in rspamd pluginsVsevolod Stakhov2016-04-221-1/+4
* Add sanity guards for ip_scoreVsevolod Stakhov2016-02-231-1/+1
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12
* Some fixes to the default configurationVsevolod Stakhov2016-01-161-1/+1
* Fix pluginsVsevolod Stakhov2015-11-201-22/+22
* Allow ip_score to ignore selected ASNs/countriesAndrew Lewis2015-09-021-9/+15
* Allow setting upper & lower limit on IP scoreAndrew Lewis2015-09-021-3/+8
* Log neutral scores tooAndrew Lewis2015-09-021-18/+16
* Support IPv6; avoid polluting IPv4 stats on dual stacksAndrew Lewis2015-09-021-1/+6
* Update logging in lua modules.Vsevolod Stakhov2015-09-011-2/+2
* Fix and prettify ip_score outputAndrew Lewis2015-08-261-9/+10
* Check variable before getting it.Vsevolod Stakhov2015-07-241-0/+5
* Fix ip_score initialization.Vsevolod Stakhov2015-07-241-2/+2
* Rework ip_score plugin.Vsevolod Stakhov2015-07-221-43/+62
* More changes to ipscore module.Vsevolod Stakhov2015-07-211-27/+81
* Start reworking of ip_score.Vsevolod Stakhov2015-07-201-63/+22
* Rework ip_score plugin to support ASN, country and ipnet.Vsevolod Stakhov2015-07-141-76/+53
* Add ASN, country and ipnet lookups.Vsevolod Stakhov2015-07-141-30/+166
* Remove legacy checks.Vsevolod Stakhov2015-07-131-19/+15
* Fix initialization order.Vsevolod Stakhov2015-02-261-5/+5
* Forgot to remove obsoleted options.Vsevolod Stakhov2015-02-261-6/+0
* Rework ip_score module completely.Vsevolod Stakhov2015-02-261-145/+159
* Don't use to_number() when checking radix mapsAndrew Lewis2015-02-151-4/+2
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-0/+26
* Adopt ip_score plugin.Vsevolod Stakhov2014-08-251-0/+2
* Update plugins.Vsevolod Stakhov2014-03-291-5/+5
* Fix plugins.Vsevolod Stakhov2014-03-291-2/+2
* Fix spelling. Submitted by: Laszlo Boszormenyi.Vsevolod Stakhov2012-08-101-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