summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #174 from fatalbanana/masterVsevolod Stakhov2015-02-164-39/+90
|\ | | | | Fixes & improvements for RBL module
| * Fix incorrect processing of exclusionsAndrew Lewis2015-02-161-5/+7
| |
| * Use radix for private IP exclusions in rbl.luaAndrew Lewis2015-02-163-34/+15
| | | | | | | | | | Conflicts: src/plugins/lua/rbl.lua
| * Add rspamd_config:radix_from_config()Andrew Lewis2015-02-161-0/+57
| |
| * Make local exclusions configurable per-RBLAndrew Lewis2015-02-162-4/+15
| |
* | Start spamassasin rules reader plugin.Vsevolod Stakhov2015-02-161-0/+129
| |
* | Do not set lua path when cfg is not loaded.Vsevolod Stakhov2015-02-161-2/+1
| |
* | Import lua-functional for plugins stuff.Vsevolod Stakhov2015-02-163-0/+998
| |
* | Set lua path according to rspamd settings.Vsevolod Stakhov2015-02-161-0/+37
| |
* | Remove useless library.Vsevolod Stakhov2015-02-161-2/+0
| |
* | Allow definitions of composite rules from lua.Vsevolod Stakhov2015-02-151-0/+55
| |
* | Merge pull request #172 from fatalbanana/masterVsevolod Stakhov2015-02-154-7/+25
|\| | | | | rbl.lua: Support site-local IP address / subnet exclusions
| * 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 mistake
| * rbl.lua: Fix mistakeAndrew Lewis2015-02-141-1/+1
| |
* | Merge pull request #169 from AlexeySa/masterVsevolod Stakhov2015-02-142-48/+79
|\ \ | | | | | | Update hfilter
| * | 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
|\ \ \ | |/ / |/| | Preventing complications for ipv6 in rbl module
| * | Зreventing complications for ipv6 in rbl moduleAlexey AL2015-02-141-1/+1
|/ /
* | Merge pull request #166 from fatalbanana/masterVsevolod Stakhov2015-02-143-6/+57
|\| | | | | rbl.lua: Ignore private IP space
| * Make ignoring private IP space configurable; avoid changing plugin default ↵Andrew Lewis2015-02-143-6/+18
| | | | | | | | behaviour
| * 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 nonsense
| * 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
|\ | | | | Exclusions for authenticated users etc