aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Since exclude_private_ips requires config to change behaviour now we can make...Andrew Lewis2015-02-173-3/+2
* Forgot to update documentation for emails dnsblAndrew Lewis2015-02-171-0/+4
* Support emails dnsblAndrew Lewis2015-02-172-8/+62
* Make local/private IP exclusions work for all RBL typesAndrew Lewis2015-02-172-6/+16
* Unbreak operation of rbl.lua in certain instancesAndrew Lewis2015-02-171-5/+2
* Fix incorrect processing of exclusionsAndrew Lewis2015-02-161-5/+7
* Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-163-34/+15
* Add rspamd_config:radix_from_config()Andrew Lewis2015-02-161-0/+57
* Make local exclusions configurable per-RBLAndrew Lewis2015-02-162-4/+15
* Don't use to_number() when checking radix mapsAndrew Lewis2015-02-152-5/+3
* Merge remote-tracking branch 'upstream/master'Andrew Lewis2015-02-151-1/+1
|\
| * Fix typecast.Vsevolod Stakhov2015-02-151-1/+1
* | Support site-local IP address / subnet exclusionsAndrew Lewis2015-02-152-2/+22
|/
* Allow to check radix maps from lua by rspamd{ip}Vsevolod Stakhov2015-02-151-6/+31
* Allow && and || in composites.Vsevolod Stakhov2015-02-151-1/+7
* Also allow setting description.Vsevolod Stakhov2015-02-151-5/+15
* Allow to register metric symbols from lua.Vsevolod Stakhov2015-02-151-0/+53
* Remove tweetnacl for now.Vsevolod Stakhov2015-02-157-1201/+8
* Add error codes for statistics.Vsevolod Stakhov2015-02-143-18/+35
* Merge pull request #170 from fatalbanana/masterVsevolod Stakhov2015-02-141-1/+1
|\
| * rbl.lua: Fix mistakeAndrew Lewis2015-02-141-1/+1
* | Merge pull request #169 from AlexeySa/masterVsevolod Stakhov2015-02-142-48/+79
|\ \
| * | Update hfilter.luaAlexey AL2015-02-141-3/+3
| * | Update hfilter.luaAlexey AL2015-02-141-4/+0
| * | Update metrics for HfilterAlexey AL2015-02-141-0/+1
| * | Hfilter: more fixes for helo checks, new metricAlexey AL2015-02-141-47/+81
* | | Merge pull request #167 from AlexeySa/patch-3Vsevolod Stakhov2015-02-141-1/+1
|\ \ \ | |/ / |/| |
| * | Зreventing complications for ipv6 in rbl moduleAlexey AL2015-02-141-1/+1
|/ /
* | Merge pull request #166 from fatalbanana/masterVsevolod Stakhov2015-02-143-6/+57
|\|
| * Make ignoring private IP space configurable; avoid changing plugin default be...Andrew Lewis2015-02-143-6/+18
| * rbl.lua: Ignore private IP spaceAndrew Lewis2015-02-141-3/+42
* | Backward compatibility.Vsevolod Stakhov2015-02-141-6/+7
* | Another try to fix build.Vsevolod Stakhov2015-02-141-1/+2
* | Include directory in all cases.Vsevolod Stakhov2015-02-131-2/+2
* | Eliminate mess with linking.Vsevolod Stakhov2015-02-1311-342/+141
* | Avoid variables conflict.Vsevolod Stakhov2015-02-133-3/+5
* | Add ignore duplicate learnings logic.Vsevolod Stakhov2015-02-131-1/+22
* | Configure learn caches.Vsevolod Stakhov2015-02-134-9/+36
* | Add sqlite3 learn cache.Vsevolod Stakhov2015-02-133-2/+214
* | Use "unknown" for absent hostname.Vsevolod Stakhov2015-02-131-0/+5
* | Add task:get_content() method.Vsevolod Stakhov2015-02-131-0/+21
* | Clarify a bit.Vsevolod Stakhov2015-02-131-2/+1
* | Define contributions policy.Vsevolod Stakhov2015-02-131-0/+106
* | Merge pull request #164 from fatalbanana/masterVsevolod Stakhov2015-02-134-5/+4
|\|
| * Minor nonsenseAndrew Lewis2015-02-134-5/+4
|/
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-1315-6/+368
* Merge pull request #162 from fatalbanana/masterVsevolod Stakhov2015-02-133-136/+160
|\
| * rbl.lua: remove un-needed character from pattern matchAndrew Lewis2015-02-131-1/+1
| * rbl.lua: add reference to documentationAndrew Lewis2015-02-131-0/+4
| * hfilter.lua: Add exclusion for authenticated users (except link checks)Andrew Lewis2015-02-131-39/+43