aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/ip_score.lua
Commit message (Expand)AuthorAgeFilesLines
* [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