summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [Fix] Really fix chained SA dependenciesVsevolod Stakhov2016-12-011-3/+3
|/
* [Minor] Update to 1.4.2Vsevolod Stakhov2016-11-301-1/+1
|
* Release 1.4.11.4.1Vsevolod Stakhov2016-11-301-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Feature] ASN support in Clickhouse module * [Feature] Add clickhouse plugin * [Feature] Add generic tool to add universal maps for lua modules * [Feature] Add logger.debugm to debug lua modules * [Feature] Allow to register metrics symbols using register_symbol * [Feature] Allow to specify prefix for fann_redis * [Feature] Clickhouse: support different masks for IPv4/IPv6 * [Feature] Support forcing action in antivirus plugin * [Fix] Add handling of regexp maps * [Fix] Allow backslashes in http urls * [Fix] Avoid mapping of empty files * [Fix] Do not load tld file to speed up rspamadm * [Fix] Do not resolve numeric IP addresses due to ipv6 insanity * [Fix] Filter incorrect training data * [Fix] Fix Fuzzyconvert tool when password or DB is given * [Fix] Fix build with custom glib/gmime * [Fix] Fix converting of learn count from sqlite to redis * [Fix] Fix crashes with invalid received and task:set_from_ip * [Fix] Fix external dependencies for SA module * [Fix] Fix fann_redis when number of scores has been changed * [Fix] Fix hyperscan usage for non compatible platforms * [Fix] Fix loading of maps from UCL objects * [Fix] Fix memory leak for task-less redis requests * [Fix] Fix mid module with new maps syntax * [Fix] Fix parsing of URLs with username * [Fix] Fix re cache initialisation * [Fix] Fix replacements to sanitize '%' character * [Fix] Fix set and regexp like static maps * [Fix] Fix some issues in redis settings * [Fix] Fix static IP maps * [Fix] Fix total learns counter for redis stats * [Fix] Fix usage of config during reload * [Fix] Fix various warnings and issues * [Fix] Invalidate ANN if training data is incorrect * [Fix] Miltiple fixes to fann_redis module * [Fix] More fixes for URLs with backslashes * [Fix] Properly get options for ip_score module * [Fix] Relax requirements for Received as gmail cannot RFC * [Fix] Remove or fix hyperscan incompatible regexps * [Fix] Settings: correctly read redis config * [Rework] Rework lua logger interface slightly * [Rework] Use new maps add function Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Merge pull request #1209 from AnnaStakhova/masterVsevolod Stakhov2016-11-302-2/+10
|\ | | | | Make status responsive
| * [WebUI] Improve uptime responsiveAnna Stakhova2016-11-301-1/+4
| |
| * [WebUI] diagram centeredAnna Stakhova2016-11-291-1/+6
| | | | | | | | The diagram is centered for smal screen
* | Merge pull request #1208 from moisseev/patch-1Vsevolod Stakhov2016-11-301-0/+1
|\ \ | | | | | | [WebUI] Fix graph percentage mode resetting
| * | [WebUI] Fix graph percentage mode resettingAlexander Moisseev2016-11-301-0/+1
|/ / | | | | | | | | on reconnect / reload Fixes: #1193
* | [Fix] Fix crashes with invalid received and task:set_from_ipVsevolod Stakhov2016-11-301-1/+4
| |
* | Merge pull request #1207 from fatalbanana/fmVsevolod Stakhov2016-11-291-1/+0
|\ \ | | | | | | [Minor] Make FREEMAIL_REPLYTO_NEQ_FROM_DOM normal symbol
| * | [Minor] Make FREEMAIL_REPLYTO_NEQ_FROM_DOM normal symbolAndrew Lewis2016-11-291-1/+0
|/ /
* | Merge pull request #1205 from smfreegard/rules_161129Vsevolod Stakhov2016-11-295-125/+152
|\ \ | | | | | | Adjust scores and add new rules
| * | 3rd time's a charmSteve Freegard2016-11-291-6/+4
| | |
| * | Fix freemail/disposable multimap definitionsSteve Freegard2016-11-291-119/+120
| | |
| * | Remove score from SUBJECT_END_EXCLAIMSteve Freegard2016-11-291-1/+1
| | |
| * | Adjust scores and add new rulesSteve Freegard2016-11-294-5/+33
| | |
* | | Merge pull request #1206 from fatalbanana/phpVsevolod Stakhov2016-11-292-9/+2
|\ \ \ | | | | | | | | [Minor] Remove duplicated rule
| * | | [Minor] Remove duplicated ruleAndrew Lewis2016-11-292-9/+2
| | | |
* | | | [Minor] Allow load for locked ANNsVsevolod Stakhov2016-11-291-3/+0
| |/ / |/| |
* | | Merge pull request #1199 from neutechfi/masterVsevolod Stakhov2016-11-291-1/+1
|\ \ \ | |/ / |/| | [WebUI] fix savesymbols absolute url to relative
| * | [WebUI] fix savesymbols absolute url to relativeToni Mattila2016-11-291-1/+1
| | |
* | | [Fix] Miltiple fixes to fann_redis moduleVsevolod Stakhov2016-11-291-12/+12
| | |
* | | Merge pull request #1204 from fatalbanana/scVsevolod Stakhov2016-11-292-2/+2
|\ \ \ | | | | | | | | [Minor] Reduce scoring on some rules
| * | | [Minor] Reduce scoring on some rulesAndrew Lewis2016-11-292-2/+2
|/ / /
* | | [Fix] Fix replacements to sanitize '%' characterVsevolod Stakhov2016-11-291-2/+3
| | |
* | | [Minor] Fix until clauseVsevolod Stakhov2016-11-291-1/+1
| | |
* | | [Fix] Fix external dependencies for SA moduleVsevolod Stakhov2016-11-291-11/+26
| | |
* | | Merge pull request #1202 from cryptomilk/master-cmake-luajitVsevolod Stakhov2016-11-291-0/+2
|\ \ \ | | | | | | | | cmake: Add missing luajit include dirs
| * | | cmake: Add missing luajit include dirsAndreas Schneider2016-11-291-0/+2
| | | | | | | | | | | | | | | | /usr/include/luajit-5_1-2.0
* | | | Merge pull request #1201 from andrejzverev/mx_checkVsevolod Stakhov2016-11-291-2/+2
|\ \ \ \ | | | | | | | | | | Fix typo when calling rspamd_redis_make_request for write operation.
| * | | | Fix typo when calling rspamd_redis_make_request for write operation.Andrej Zverev2016-11-291-2/+2
| | |/ / | |/| |
* | | | Merge pull request #1198 from AnnaStakhova/masterVsevolod Stakhov2016-11-291-3/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| Make Status responsive
| * | [WebUI] Make status responsive plusAnna Stakhova2016-11-281-2/+2
| | |
| * | [WebUI] Make Status responsiveAnna Stakhova2016-11-281-4/+4
| | |
* | | Merge pull request #1197 from vstakhov/revert-1196-master-cmakeVsevolod Stakhov2016-11-282-94/+139
|\ \ \ | | | | | | | | Revert "cmake: Use Find Modules to find Luajit and Lua"
| * | | Revert "cmake: Use Find Modules to find Luajit and Lua"Vsevolod Stakhov2016-11-282-94/+139
|/ / /
* | | Merge pull request #1196 from cryptomilk/master-cmakeVsevolod Stakhov2016-11-282-139/+94
|\ \ \ | | | | | | | | cmake: Use Find Modules to find Luajit and Lua
| * | | cmake: Use Find Modules to find Luajit and LuaAndreas Schneider2016-11-282-139/+94
| | |/ | |/|
* | | [Minor] Refuse to build with broken assemblerVsevolod Stakhov2016-11-281-0/+4
| | |
* | | [Fix] Fix converting of learn count from sqlite to redisVsevolod Stakhov2016-11-281-4/+4
| | |
* | | Merge pull request #1195 from cryptomilk/master-fixesVsevolod Stakhov2016-11-282-0/+4
|\ \ \ | | | | | | | | acism: Add missing glib dependency
| * | | acism: Add missing glib dependencyAndreas Schneider2016-11-282-0/+4
| |/ / | | | | | | | | | This library uses g_ascii_tolower()
* | | [Feature] Allow to specify prefix for fann_redisVsevolod Stakhov2016-11-281-0/+3
| | |
* | | [Fix] Fix total learns counter for redis statsVsevolod Stakhov2016-11-281-2/+10
| | |
* | | [Fix] Fix usage of config during reloadVsevolod Stakhov2016-11-287-0/+19
|/ /
* | Merge pull request #1192 from moisseev/loginVsevolod Stakhov2016-11-282-6/+6
|\ \ | | | | | | [WebUI] Update password prompt
| * | [WebUI] Update password promptAlexander Moisseev2016-11-282-6/+6
| | | | | | | | | | | | | | | Resolves: #1191 Submitted by: @andryyy
* | | Merge pull request #1194 from fatalbanana/miscVsevolod Stakhov2016-11-281-1/+2
|\ \ \ | | | | | | | | [Minor] Avoid nil index
| * | | [Minor] Avoid nil indexAndrew Lewis2016-11-281-1/+2
|/ / /
* / / [Fix] Do not resolve numeric IP addresses due to ipv6 insanityVsevolod Stakhov2016-11-282-47/+67
|/ /