summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Add some descriptionsVsevolod Stakhov2019-06-272-0/+2
|
* 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-272-26/+47
|\ \ | | | | | | [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-262-9/+27
| | |
| * | [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
* | | [Project] Add kann library to start torch removalVsevolod Stakhov2019-06-277-4/+3908
| | |
* | | [Minor] Always enable sse2 on x86_64Vsevolod Stakhov2019-06-271-0/+11
| | |
* | | [Minor] More alignment cases fixVsevolod Stakhov2019-06-272-25/+25
| | |
* | | [Minor] Fix kqueue support on OpenBSDVsevolod Stakhov2019-06-271-1/+1
| | |
* | | [Fix] Fix alignment messVsevolod Stakhov2019-06-275-26/+20
|/ / | | | | | | Issue: #2945
* | [Minor] Fix ODR mess in linkingVsevolod Stakhov2019-06-266-546/+506
| |
* | [Minor] Use simple list for pool chains instead of ptr arraysVsevolod Stakhov2019-06-262-72/+31
| |
* | [Minor] Another asan fix for rdrandVsevolod Stakhov2019-06-261-3/+3
| |
* | [Minor] Fix uninit values usageVsevolod Stakhov2019-06-262-20/+14
| |
* | [Minor] Another try to plug a leakVsevolod Stakhov2019-06-263-1/+13
| |
* | [Fix] Fix redis sentinel supportVsevolod Stakhov2019-06-261-3/+3
| | | | | | | | Issue: #2796
* | [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
| |
* | [Minor] DCC: Unfold DCC headerVsevolod Stakhov2019-06-261-1/+3
|/
* Merge pull request #2939 from citrin/clickhouseVsevolod Stakhov2019-06-263-12/+18
|\ | | | | [Minor] ClickHouse: Improve things stored
| * [Rework] Do not lowercase all data send to ClickHouseAnton Yuzhaninov2019-06-262-7/+9
| | | | | | | | | | | | | | | | | | | | 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
| |
* | [Test] Add moar tests for settingsVsevolod Stakhov2019-06-253-0/+82
| |
* | [Project] Settings: Add expression aliasesVsevolod Stakhov2019-06-251-27/+58
| |
* | [Rework] Implement settings expressionsVsevolod Stakhov2019-06-251-299/+406
| |
* | [Minor] Grrr, fix cmake argumentsVsevolod Stakhov2019-06-251-4/+4
| |
* | [Minor] Settings: Another fix of settings applicationVsevolod Stakhov2019-06-251-2/+2
| |
* | [Minor] Try to fix cmake stupidityVsevolod Stakhov2019-06-252-15/+14
| |
* | Merge pull request #2940 from moisseev/tidyallVsevolod Stakhov2019-06-251-2/+3
|\ \ | | | | | | [Test] Enable Perl::Critic
| * | [Test] Enable Perl::CriticAlexander Moisseev2019-06-251-2/+3
| | |
* | | [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-253-4/+5
|/ /
* | [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
| |
* | [Fix] Add missing groups to C callback symbolsVsevolod Stakhov2019-06-244-3/+50
| |
* | [Minor] Settings: Fix virtual symbols disablingVsevolod Stakhov2019-06-241-1/+4
| |
* | [Minor] Rspamadm: Simplify executing of Lua scriptsVsevolod Stakhov2019-06-241-3/+34
| |
* | [Minor] Print module digest and path when loading modulesVsevolod Stakhov2019-06-242-5/+35
| |