Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Add concept of experimental modules | Vsevolod Stakhov | 2018-03-03 | 9 | -6/+74 |
| | |||||
* | [Minor] Remove unused options | Vsevolod Stakhov | 2018-03-03 | 2 | -37/+0 |
| | |||||
* | [Minor] Unlink ottery from torch to fix build on some platforms | Vsevolod Stakhov | 2018-03-02 | 3 | -5/+27 |
| | |||||
* | [Fix] Fix brain-damaged torch build system | Vsevolod Stakhov | 2018-03-02 | 2 | -3/+3 |
| | |||||
* | [Minor] Silence lua-check | Vsevolod Stakhov | 2018-03-02 | 3 | -17/+16 |
| | |||||
* | [Minor] Try to deal with linking hyperscan as a shared library | Vsevolod Stakhov | 2018-03-02 | 1 | -6/+8 |
| | |||||
* | Merge pull request #2048 from smfreegard/rules_20180301 | Vsevolod Stakhov | 2018-03-02 | 1 | -0/+20 |
|\ | | | | | Add additional needs_encoding rules | ||||
| * | Add additional needs_encoding rules | Steve Freegard | 2018-03-01 | 1 | -0/+20 |
| | | |||||
* | | Merge pull request #2046 from LorbusChris/depinfo | Vsevolod Stakhov | 2018-03-02 | 1 | -0/+24 |
|\ \ | | | | | | | Add contrib/DEPENDENCY_INFO.md | ||||
| * | | Add contrib/DEPENDENCY_INFO.md | Christian Glombek | 2018-03-01 | 1 | -0/+24 |
| |/ | |||||
* | | [Minor] Try to fix linking issue | Vsevolod Stakhov | 2018-03-02 | 2 | -0/+3 |
| | | |||||
* | | [Minor] Fix variable name | Vsevolod Stakhov | 2018-03-01 | 1 | -2/+2 |
| | | |||||
* | | [Rework] Rework rescore utility | Vsevolod Stakhov | 2018-03-01 | 4 | -391/+466 |
| | | |||||
* | | [Minor] Fix NS definitions in asn script | Vsevolod Stakhov | 2018-03-01 | 1 | -4/+10 |
| | | |||||
* | | [Minor] Add new methods to get data from the config | Vsevolod Stakhov | 2018-03-01 | 1 | -5/+67 |
| | | |||||
* | | [Minor] Support threads for MKL blas | Vsevolod Stakhov | 2018-03-01 | 1 | -1/+11 |
| | | |||||
* | | [Minor] Enable torch by default | Vsevolod Stakhov | 2018-03-01 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2043 from moisseev/patch-1 | Vsevolod Stakhov | 2018-03-01 | 1 | -1/+1 |
|\ | | | | | [Minor] Remove redundand condition (#2041) | ||||
| * | [Minor] Remove redundand condition (#2041) | Alexander Moisseev | 2018-02-28 | 1 | -1/+1 |
|/ | |||||
* | [Minor] Fix broken usage of strerror_r | Vsevolod Stakhov | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2041 from kakshay21/akshay-filter-reject | Vsevolod Stakhov | 2018-02-28 | 1 | -2/+10 |
|\ | | | | | Fix filter reject on history-page #2010 | ||||
| * | Fix dropbox issue | Kumar Akshay | 2018-02-28 | 1 | -1/+5 |
| | | |||||
| * | Fix filter reject on history-page #2010 | Kumar Akshay | 2018-02-28 | 1 | -1/+5 |
|/ | |||||
* | [Minor] Another path fix | Vsevolod Stakhov | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2040 from moisseev/mime-types | Vsevolod Stakhov | 2018-02-28 | 1 | -7/+7 |
|\ | | | | | [Minor] Add some non-standard CTs to full_extensions_map | ||||
| * | [Minor] Add some non-standard CTs to full_extensions_map | Alexander Moisseev | 2018-02-28 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #2039 from fatalbanana/cwizard | Vsevolod Stakhov | 2018-02-28 | 1 | -9/+9 |
|\ \ | | | | | | | [Minor] Config wizard: fix paths | ||||
| * | | [Minor] Config wizard: fix paths | Andrew Lewis | 2018-02-28 | 1 | -9/+9 |
| |/ | |||||
* | | Merge pull request #2038 from fatalbanana/lhttp | Vsevolod Stakhov | 2018-02-28 | 1 | -4/+16 |
|\ \ | | | | | | | [Feature] Support sending given header multiple times in lua_http | ||||
| * | | [Feature] Support sending given header multiple times in lua_http | Andrew Lewis | 2018-02-27 | 1 | -4/+16 |
| |/ | |||||
* | | [Minor] Various fixes to reputation plugin | Vsevolod Stakhov | 2018-02-28 | 1 | -12/+16 |
| | | |||||
* | | [Minor] Fix dealing with argv in scripts | Vsevolod Stakhov | 2018-02-28 | 1 | -8/+11 |
| | | |||||
* | | [Feature] Implement buckets for Redis backend | Vsevolod Stakhov | 2018-02-28 | 1 | -29/+93 |
| | | |||||
* | | [Minor] Rework initialisation logic in reputation module | Vsevolod Stakhov | 2018-02-28 | 1 | -11/+37 |
|/ | |||||
* | [Test] Extend & enable combined milter test | Andrew Lewis | 2018-02-27 | 2 | -5/+19 |
| | |||||
* | [CritFix] Do not send reject messages after set reply | Vsevolod Stakhov | 2018-02-27 | 1 | -4/+18 |
| | | | | | Libmilter seems to be totally brain damaged: https://github.com/freebsd/freebsd/blob/386ddae58459341ec567604707805814a2128a57/contrib/sendmail/libmilter/engine.c#L663 | ||||
* | Merge pull request #2037 from fatalbanana/lib | Vsevolod Stakhov | 2018-02-27 | 2 | -52/+20 |
|\ | | | | | DMARC: apply lua_redis script functions | ||||
| * | [Minor] Rename variables for clarity | Andrew Lewis | 2018-02-27 | 1 | -11/+11 |
| | | |||||
| * | [Fix] Redis key expansion: EVAL: deal with strings | Andrew Lewis | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | [Fix] Deal with non-key arguments in lua_redis.exec_script | Andrew Lewis | 2018-02-27 | 2 | -2/+7 |
| | | |||||
| * | [Fix] DMARC: require report_settings for sending reports only | Andrew Lewis | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | [Minor] DMARC: apply library functions | Andrew Lewis | 2018-02-27 | 1 | -42/+5 |
|/ | |||||
* | [Minor] Improve asn.pl helper script | Vsevolod Stakhov | 2018-02-27 | 1 | -6/+20 |
| | |||||
* | Merge pull request #2036 from moisseev/mime-types | Vsevolod Stakhov | 2018-02-27 | 1 | -15/+15 |
|\ | | | | | [Feature] Allow multiple CTs in full extensions map | ||||
| * | [Minor] Add application/xml CT for xml extension | Alexander Moisseev | 2018-02-27 | 1 | -1/+1 |
| | | |||||
| * | [Feature] Allow multiple CTs in full extensions map | Alexander Moisseev | 2018-02-27 | 1 | -14/+14 |
| | | |||||
* | | [Fix] Fix logging buffer corruption in case of repeated messages | Vsevolod Stakhov | 2018-02-27 | 1 | -1/+3 |
|/ | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Send Clickhouse schema to all servers defined | Vsevolod Stakhov | 2018-02-26 | 1 | -27/+29 |
| | |||||
* | [Fix] FIx dynamic conf plugin | Vsevolod Stakhov | 2018-02-26 | 1 | -11/+15 |
| |