summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #930 from fatalbanana/ratelimitVsevolod Stakhov2016-09-061-2/+2
|\ | | | | Ratelimit: remove duplicated division on ham scores; fix registration
| * [Minor] Ratelimit: remove duplicated division on ham scores; fix registrationAndrew Lewis2016-09-061-2/+2
| |
* | [Feature] Add support for fuzzy learn and unlearn from luaVsevolod Stakhov2016-09-061-9/+291
| |
* | [Feature] Allow plugins to publish their lua API via rspamd_pluginsVsevolod Stakhov2016-09-061-0/+4
|/
* [Fix] Fix variable in ann moduleVsevolod Stakhov2016-09-061-2/+2
|
* [Minor] Fix use-after-freeVsevolod Stakhov2016-09-061-1/+1
|
* [Minor] Create updates queue befroe periodic updatesVsevolod Stakhov2016-09-061-1/+1
|
* [Minor] Fix symbols registration in fannVsevolod Stakhov2016-09-061-1/+12
|
* [Minor] Add logging to the redis backend for fuzzyVsevolod Stakhov2016-09-051-0/+43
|
* Merge pull request #928 from fatalbanana/derpVsevolod Stakhov2016-09-0524-104/+15
|\ | | | | Revert useless commits
| * Revert "[WebUI] Fix saving actions from web interface (#769)"Andrew Lewis2016-09-051-4/+4
| | | | | | | | This reverts commit 692a0de56d09031d96864fc71bdefb361be41a33.
| * Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-0523-100/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua
* | Merge pull request #929 from fatalbanana/forgedVsevolod Stakhov2016-09-051-30/+37
|\ \ | | | | | | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselves
| * | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselvesAndrew Lewis2016-09-051-30/+37
| |/
* | [Feature] Insert two symbols: FANN_HAM and FANN_SPAM instead of oneVsevolod Stakhov2016-09-051-4/+14
| |
* | [Minor] Fix multiple issues in redis fuzzy backendVsevolod Stakhov2016-09-052-9/+137
| |
* | [Fix] Adopt fuzzy storage for flexible backendsVsevolod Stakhov2016-09-051-8/+25
| |
* | [Minor] Print worker index when starting itVsevolod Stakhov2016-09-051-1/+2
| |
* | [Minor] Implement the rest functions for redis fuzzy backendVsevolod Stakhov2016-09-053-9/+447
| |
* | [Minor] Implement checks in redis fuzzy backendVsevolod Stakhov2016-09-051-13/+379
| |
* | [Fix] Correctly propagate redis timeouts to LuaVsevolod Stakhov2016-09-051-0/+2
|/
* [Minor] Forgot to save in the previous commitVsevolod Stakhov2016-09-041-1/+1
|
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-0419-20/+23
|
* [Minor] Fix macro usageVsevolod Stakhov2016-09-041-4/+2
|
* [Feature] Add more meta-tokens to bayesVsevolod Stakhov2016-09-031-1/+28
|
* Merge pull request #927 from fatalbanana/fixtestVsevolod Stakhov2016-09-026-3/+7
|\ | | | | [Test] Fix setting DBDIR
| * [Test] Fix stats_pathAndrew Lewis2016-09-026-3/+7
| |
* | Merge pull request #926 from fatalbanana/minorVsevolod Stakhov2016-09-022-2/+2
|\ \ | | | | | | [Minor] Fix log message; don't use legacy API
| * | [Minor] Fix log message; don't use legacy APIAndrew Lewis2016-09-022-2/+2
| |/
* | [Minor] Implement some features of redis backendVsevolod Stakhov2016-09-023-1/+269
| |
* | [Minor] Skeleton for redis fuzzy backendVsevolod Stakhov2016-09-026-8/+244
| |
* | [Minor] `type` -> `backend` for fuzzy backend typeVsevolod Stakhov2016-09-021-1/+1
| |
* | [Minor] Fix periodic updatesVsevolod Stakhov2016-09-023-27/+74
| |
* | Merge branch 'fuzzy-backend-rework'Vsevolod Stakhov2016-09-0210-1190/+1747
|\ \ | |/ |/|
| * [Rework] Adopt fuzzy storage for abstract backendVsevolod Stakhov2016-09-022-212/+259
| |
| * [Minor] Add more routines to fuzzy backend subrsVsevolod Stakhov2016-09-012-12/+141
| |
| * [Minor] Add sqlite helpers to the abstract APIVsevolod Stakhov2016-09-013-9/+131
| |
| * [Minor] Add skeleton for backend abstract functionsVsevolod Stakhov2016-09-011-5/+70
| |
| * [Rework] Reorganize the internal backend structureVsevolod Stakhov2016-09-017-121/+274
| |
| * [Rework] Reorganize fuzzy backend structureVsevolod Stakhov2016-09-018-1120/+1161
| |
* | Merge pull request #924 from fatalbanana/enabledVsevolod Stakhov2016-09-0123-20/+133
|\ \ | |/ |/| [Feature] Add common way to disable Lua modules
| * [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-0123-20/+133
|/
* Merge pull request #922 from fatalbanana/dkimVsevolod Stakhov2016-09-011-92/+93
|\ | | | | [Minor] Don't yield R_DKIM_NA for local/authenticated/whitelisted senders
| * [Minor] Don't yield R_DKIM_NA for local/authenticated/whitelisted sendersAndrew Lewis2016-09-011-92/+93
| |
* | Merge pull request #923 from fatalbanana/maxnVsevolod Stakhov2016-09-016-15/+14
|\ \ | | | | | | [Fix] Banish table.maxn from Lua parts
| * | [Fix] Banish table.maxn from Lua partsAndrew Lewis2016-09-016-15/+14
| | |
* | | [Fix] Use the correct macro to get the size of controlVsevolod Stakhov2016-09-011-4/+4
|/ /
* | Merge pull request #919 from fatalbanana/spamhausVsevolod Stakhov2016-08-311-5/+1
|\ \ | | | | | | [Minor] Silence RBL log
| * | [Minor] Silence RBL logAndrew Lewis2016-08-311-5/+1
| |/
* | [Minor] Do not blame about unsupported file locksVsevolod Stakhov2016-08-311-4/+18
| |