aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Another try to deal with posix idiotizmVsevolod Stakhov2016-10-191-8/+36
|
* [Minor] Fix virus name match for SophosAndrew Lewis2016-10-191-1/+1
|
* [Feature] Add Sophos antivirus supportVsevolod Stakhov2016-10-181-1/+111
| | | | Contributed by: golden_receiver at #rspamd/freenode
* [Minor] Fix settings of the metric action score from luaVsevolod Stakhov2016-10-181-2/+2
|
* [Feature] Allow to run rspamadm lua just as a lua interpreterVsevolod Stakhov2016-10-181-4/+68
|
* [Fix] Fix handling of HTTP HEAD methodsVsevolod Stakhov2016-10-183-6/+54
|
* [Fix] Fix HTTP methods other than GET and POSTVsevolod Stakhov2016-10-181-3/+9
|
* [Feature] Add periodic events support for lua_configVsevolod Stakhov2016-10-182-1/+129
|
* Merge pull request #1054 from AlexeySa/patch-2Vsevolod Stakhov2016-10-181-16/+58
|\ | | | | Rework greylist plugin
| * Rework greylist pluginAL2016-10-181-16/+58
| | | | | | | | | | | | - Implement whitelist domains - Add action setting - Fix ip variable name - Fix read settings
* | Merge pull request #1051 from fatalbanana/dnsVsevolod Stakhov2016-10-181-0/+33
|\ \ | | | | | | [Feature] Support looking up NS records in lua_dns
| * | [Feature] Support looking up NS records in lua_dnsAndrew Lewis2016-10-181-0/+33
| | |
* | | Merge pull request #1053 from moisseev/tldVsevolod Stakhov2016-10-182-4/+4
|\ \ \ | | | | | | | | [Minor] Fix `get_tld()` functions descriptions
| * | | [Minor] Fix `get_tld()` functions descriptionsAlexander Moisseev2016-10-182-4/+4
| | |/ | |/|
* | | Merge pull request #1048 from fatalbanana/messagesVsevolod Stakhov2016-10-181-0/+29
|\ \ \ | |/ / |/| | [Feature] Support setting task message from Lua (Fixes #1046)
| * | [Feature] Support setting task message from LuaAndrew Lewis2016-10-181-0/+29
| |/ | | | | | | - Issue: #1046
* / [Fix] Fix actions in rolling historyVsevolod Stakhov2016-10-181-1/+1
|/
* [Feature] Execute on_load scripts with ev_base readyVsevolod Stakhov2016-10-1712-27/+62
|
* [Fix] Remove mentions of deleted includeVsevolod Stakhov2016-10-172-2/+0
|
* [Minor] Update module documentationVsevolod Stakhov2016-10-171-1/+1
|
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-1711-23/+23
|
* [Minor] Fix setting of specific ud fieldVsevolod Stakhov2016-10-171-0/+1
|
* [Rework] Make lua_redis task agnosticVsevolod Stakhov2016-10-174-246/+264
|
* [Rework] More cleanup actionsVsevolod Stakhov2016-10-178-359/+1
|
* [Rework] Massive removal of legacy codeVsevolod Stakhov2016-10-1714-6079/+0
|
* [Rework] Remove outdated and unused lua_session moduleVsevolod Stakhov2016-10-172-347/+0
|
* Merge pull request #1042 from moisseev/patch-1Vsevolod Stakhov2016-10-171-1/+1
|\ | | | | [Minor] Correct typo
| * [Minor] Correct typoAlexander Moisseev2016-10-171-1/+1
| |
* | [Fix] Explicitly ban default passwords in webuiVsevolod Stakhov2016-10-171-8/+12
|/
* [Minor] Add missing math.h includeVsevolod Stakhov2016-10-161-0/+1
|
* Fix error level on some messagesAL2016-10-161-3/+3
|
* [Fix] Remove fann with incorrect layers countVsevolod Stakhov2016-10-151-2/+15
|
* [Minor] Fix setting of table argumentVsevolod Stakhov2016-10-151-1/+1
|
* [Feature] Use more layers for fann and another normalizationVsevolod Stakhov2016-10-151-5/+13
|
* [Feature] Try to improve normalization function for bayesVsevolod Stakhov2016-10-152-7/+34
|
* [Minor] Make bayes normalization function publicVsevolod Stakhov2016-10-153-21/+30
|
* [Minor] Add function to get neural net layersVsevolod Stakhov2016-10-151-0/+37
|
* Merge pull request #1029 from moisseev/patch-1Vsevolod Stakhov2016-10-141-1/+1
|\ | | | | [Minor] Ratelimit: properly handle bounces with empty `from`
| * [Minor] Ratelimit: properly handle bounces with empty `from`Alexander Moisseev2016-10-141-1/+1
| |
* | [Fix] Fix autolearning errors and redis cacheVsevolod Stakhov2016-10-142-2/+12
|/
* [Fix] Fix some cases of TLD urls detectorVsevolod Stakhov2016-10-141-4/+12
|
* [Minor] Fix stupid mistakes in string compare functionsVsevolod Stakhov2016-10-141-2/+2
|
* [Minor] Fix versions when processing fuzzy updatesVsevolod Stakhov2016-10-131-1/+1
|
* [Fix] Plug memory leak in regexp desctructorVsevolod Stakhov2016-10-131-0/+2
|
* Merge pull request #1024 from fatalbanana/luaVsevolod Stakhov2016-10-112-2/+25
|\ | | | | [Feature] Allow getting task UID from Lua
| * [Minor] Antivirus module: use suitable scan ID for F-ProtAndrew Lewis2016-10-111-2/+4
| |
| * [Feature] Allow getting task UID from LuaAndrew Lewis2016-10-111-0/+21
| |
* | [CritFix] Fix processing of learned tokens count for redis backendVsevolod Stakhov2016-10-112-13/+30
|/
* Merge pull request #1022 from fatalbanana/fprotVsevolod Stakhov2016-10-111-0/+108
|\ | | | | [Feature] Add F-Prot support to antivirus module
| * [Feature] Add F-Prot support to antivirus moduleAndrew Lewis2016-10-111-0/+108
| |