aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Eliminate torch from neural pluginVsevolod Stakhov2019-07-011-247/+116
|
* [Project] Remove has_torch definitionsVsevolod Stakhov2019-07-013-33/+3
|
* [Minor] Refrain from gettimeofday direct usageVsevolod Stakhov2019-07-011-17/+2
|
* [Project] Add training support to kannVsevolod Stakhov2019-07-011-2/+168
|
* [Minor] Fix parse_table_argumentsVsevolod Stakhov2019-07-011-1/+25
|
* [Minor] Exclude virtual symbols when doing static checksVsevolod Stakhov2019-07-011-5/+12
|
* [Minor] Add flags for rspamd_lua_parse_table_argumentsVsevolod Stakhov2019-07-0110-15/+65
|
* [Project] Add simple forward propagation functionVsevolod Stakhov2019-06-301-7/+44
|
* [Project] Add kann load/save methodsVsevolod Stakhov2019-06-293-2/+187
|
* [Minor] Add some docs to lua_kannVsevolod Stakhov2019-06-291-0/+91
|
* [Project] Add some missing functions to kann APIVsevolod Stakhov2019-06-291-2/+169
|
* [Minor] Fix various cases in Lua APIVsevolod Stakhov2019-06-284-10/+17
|
* [Project] Add preliminary bindings for kannVsevolod Stakhov2019-06-281-0/+564
|
* [Minor] Allow to close connection to redis without poolingVsevolod Stakhov2019-06-284-23/+69
| | | | Issue: #2796
* [Minor] Improve stats errors reportingVsevolod Stakhov2019-06-281-9/+22
|
* [Minor] Slight types improvementVsevolod Stakhov2019-06-2810-25/+27
|
* Merge pull request #2949 from ol3k/ol3k-elasticVsevolod Stakhov2019-06-271-0/+2
|\ | | | | [Minor] Elastic: add Rspamd hostname to ES fields
| * Update elastic.luaol3k2019-06-271-1/+2
| |
| * Add rspamd hostname to ES fieldsol3k2019-06-271-0/+1
| |
* | Merge pull request #2944 from citrin/clickhouseVsevolod Stakhov2019-06-271-25/+43
|\ \ | | | | | | [Minor] Clickhouse: More schema additions
| * | Try to fix grammarAnton Yuzhaninov2019-06-271-7/+7
| | |
| * | [Minor] Rename variable to match ClickHouse column nameAnton Yuzhaninov2019-06-261-3/+3
| | |
| * | [Minor] Log all SMTP recipients to ClickHouseAnton Yuzhaninov2019-06-261-8/+23
| | |
| * | [Minor] Log SMTP HELO/.EHLO to ClickHouseAnton Yuzhaninov2019-06-261-10/+13
| | |
* | | Merge pull request #2946 from moisseev/bayes_expiryVsevolod Stakhov2019-06-271-17/+7
|\ \ \ | | | | | | | | [Rework] Bayes expiry: eliminate `default` expiration mode
| * | | [Rework] Bayes expiry: eliminate `default` expiration modeAlexander Moisseev2019-06-271-17/+7
| | |/ | |/| | | | | | | as it has no benefits over `lazy` mode
* | | [Minor] More alignment cases fixVsevolod Stakhov2019-06-272-25/+25
| | |
* | | [Fix] Fix alignment messVsevolod Stakhov2019-06-274-16/+20
|/ / | | | | | | Issue: #2945
* | [Minor] Fix ODR mess in linkingVsevolod Stakhov2019-06-261-1/+1
| |
* | [Minor] Use simple list for pool chains instead of ptr arraysVsevolod Stakhov2019-06-262-72/+31
| |
* | [Minor] Another try to plug a leakVsevolod Stakhov2019-06-263-1/+13
| |
* | [Minor] Store position where periodics have been registeredVsevolod Stakhov2019-06-261-1/+25
| |
* | [Minor] Plug more leaksVsevolod Stakhov2019-06-264-8/+6
| |
* | [Minor] Destroy mempool on config unloadVsevolod Stakhov2019-06-261-0/+6
| |
* | [Minor] Plug leakVsevolod Stakhov2019-06-261-0/+10
| |
* | [Minor] Plug leakVsevolod Stakhov2019-06-261-0/+1
|/
* Merge pull request #2939 from citrin/clickhouseVsevolod Stakhov2019-06-262-10/+16
|\ | | | | [Minor] ClickHouse: Improve things stored
| * [Rework] Do not lowercase all data send to ClickHouseAnton Yuzhaninov2019-06-261-5/+7
| | | | | | | | | | | | | | | | | | | | A lot of strings stored in ClickHouse are case sensitive according to standards - store them in original case. We can always can use 'lower(field)' in a ClickHouse query, but if string was lowercased by Rspamd nothing can be done to recover lost information. Lowercase domain parts of addresses - domains are not case sensitive and storing them in lower case will simplify queries.
| * [Rework] Store ASN as UInt32 in ClickHouseAnton Yuzhaninov2019-06-241-3/+3
| | | | | | | | | | Using integer type for an integer value will simplify queries. Value for unknown ASN changes from '--' to 0.
| * [Minor] Check that ASN extracted from DNS record is numerisAnton Yuzhaninov2019-06-241-2/+6
| |
* | [Minor] Pet luacheckVsevolod Stakhov2019-06-251-2/+0
| |
* | [Project] Settings: Add expression aliasesVsevolod Stakhov2019-06-251-27/+58
| |
* | [Rework] Implement settings expressionsVsevolod Stakhov2019-06-251-299/+406
| |
* | [Minor] Settings: Another fix of settings applicationVsevolod Stakhov2019-06-251-2/+2
| |
* | [Minor] Try to fix cmake stupidityVsevolod Stakhov2019-06-251-11/+10
| |
* | [Minor] Lowercase content-type as specified in rfc2045Vsevolod Stakhov2019-06-251-0/+18
| |
* | [Minor] Fix logging after switching to luaL_loadbufferVsevolod Stakhov2019-06-251-2/+10
| |
* | [Fix] Settings: Fix settings check flagsVsevolod Stakhov2019-06-251-3/+3
| |
* | [Feature] Lua_config: Extend get symbols methodVsevolod Stakhov2019-06-241-7/+58
| |
* | [Fix] Emails: Check email sanity before testing on BLVsevolod Stakhov2019-06-241-14/+21
| |