Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Lua_config: Add get_group_symbols method | Vsevolod Stakhov | 2019-06-14 | 2 | -0/+48 |
| | |||||
* | [Project] Implement logic to deal with settings id in the cache | Vsevolod Stakhov | 2019-06-14 | 4 | -20/+175 |
| | |||||
* | [Project] Add preprocessed settings to the config structure | Vsevolod Stakhov | 2019-06-14 | 7 | -17/+177 |
| | |||||
* | [Fix] Html: Fix processing of fjlig entity | Vsevolod Stakhov | 2019-06-14 | 2 | -6/+8 |
| | | | | TODO: Make a generic fix | ||||
* | [Project] Implement settings ids checks | Vsevolod Stakhov | 2019-06-13 | 1 | -22/+82 |
| | |||||
* | [Project] Add methods to manipulate with allowed ids | Vsevolod Stakhov | 2019-06-13 | 2 | -1/+200 |
| | |||||
* | [Minor] Protocol: Allow parsing of recipients with commas | Vsevolod Stakhov | 2019-06-12 | 1 | -34/+112 |
| | |||||
* | [Minor] Clickhouse: Store settings id | Vsevolod Stakhov | 2019-06-11 | 2 | -2/+16 |
| | |||||
* | [Project] Settings: Add lua_settings library | Vsevolod Stakhov | 2019-06-11 | 1 | -12/+10 |
| | |||||
* | [Feature] Clickhouse: Add authenticated user and settings id columns | Vsevolod Stakhov | 2019-06-11 | 1 | -2/+19 |
| | |||||
* | [Minor] Another try to fix transactions mess | Vsevolod Stakhov | 2019-06-11 | 1 | -22/+3 |
| | |||||
* | [Minor] Sqlite: Try to fix messy transaction | Vsevolod Stakhov | 2019-06-10 | 1 | -2/+11 |
| | |||||
* | [Rework] Eliminate lua_squeeze as it has shown no improvements | Vsevolod Stakhov | 2019-06-10 | 7 | -313/+78 |
| | |||||
* | [Minor] Sqlite: Improve tokens retreiving | Vsevolod Stakhov | 2019-06-10 | 1 | -23/+45 |
| | |||||
* | [Minor] Settings: Use numeric settings id | Vsevolod Stakhov | 2019-06-10 | 1 | -9/+48 |
| | |||||
* | [Minor] Settings: Treat settings section name as implicit id | Vsevolod Stakhov | 2019-06-10 | 1 | -0/+1 |
| | |||||
* | [Minor] Add "application/excel" CT for "*.xls" | Alexander Moisseev | 2019-06-10 | 1 | -0/+1 |
| | |||||
* | [Minor] Allow braced and prefixed IPv6 addresses | Vsevolod Stakhov | 2019-06-09 | 1 | -0/+6 |
| | |||||
* | Merge pull request #2915 from gollux/master | Vsevolod Stakhov | 2019-06-09 | 1 | -10/+8 |
|\ | | | | | libutil: Fix parsing of address "IPv6:::1" | ||||
| * | libutil: Fix parsing of address "IPv6:::1" | Martin Mares | 2019-06-04 | 1 | -10/+8 |
| | | | | | | | | | | | | | | Dropping of leading colon must be performed after the "IPv6:" prefix is stripped. Also fixed a couple of wrong comments. | ||||
* | | [Feature] SURBL: Allow to check email domains | Vsevolod Stakhov | 2019-06-09 | 1 | -7/+19 |
| | | | | | | | | Issue: #2913 | ||||
* | | [Minor] Lua_cryptobox: Allow to define output hash length | Vsevolod Stakhov | 2019-06-08 | 1 | -8/+52 |
| | | |||||
* | | [Minor] Fix types | Vsevolod Stakhov | 2019-06-08 | 2 | -3/+3 |
| | | |||||
* | | [Fix] Do not assert if length of sig is bad, just fail verification | Vsevolod Stakhov | 2019-06-07 | 1 | -2/+3 |
| | | |||||
* | | [Project] Store settings id directly | Vsevolod Stakhov | 2019-06-07 | 4 | -16/+8 |
| | | |||||
* | | [Minor] Langdet: Improve debugging slightly | Vsevolod Stakhov | 2019-06-05 | 1 | -0/+3 |
| | | |||||
* | | [CritFix] Langdet: Fix language detection where no stop words found | Vsevolod Stakhov | 2019-06-05 | 1 | -3/+20 |
| | | |||||
* | | [Minor] Langdet: Increase cut-off limit | Vsevolod Stakhov | 2019-06-05 | 1 | -1/+1 |
| | | |||||
* | | [Fix] Lang_det: Try better to distinguish Chinese and Japanese | Vsevolod Stakhov | 2019-06-05 | 1 | -13/+47 |
| | | |||||
* | | [Fix] Really fix hyperscan workaround | Vsevolod Stakhov | 2019-06-05 | 1 | -7/+41 |
| | | | | | | | | Closes: #2916 | ||||
* | | Revert "[Fix] Escape utf in regexp to dodge ragel/hyperscan issue" | Vsevolod Stakhov | 2019-06-05 | 3 | -8/+3 |
|/ | | | | This reverts commit e658c7fcb5d275f144954b9cea1c34fadfa81902. | ||||
* | [Fix] Escape utf in regexp to dodge ragel/hyperscan issue | Vsevolod Stakhov | 2019-06-04 | 3 | -3/+8 |
| | |||||
* | [Rework] Dkim: Remove signing code | Vsevolod Stakhov | 2019-05-31 | 1 | -233/+1 |
| | |||||
* | [Test] Add functional tests for ssl in lua_tcp | Vsevolod Stakhov | 2019-05-31 | 1 | -1/+2 |
| | |||||
* | [Minor] Fix pcre2 jit checks | Vsevolod Stakhov | 2019-05-30 | 1 | -9/+16 |
| | |||||
* | [Minor] Lua_tcp: Add starttls implementation | Vsevolod Stakhov | 2019-05-30 | 1 | -0/+28 |
| | |||||
* | [Minor] SURBL: Do not append suffix to the options list | Vsevolod Stakhov | 2019-05-30 | 1 | -4/+17 |
| | |||||
* | [Feature] Lua_tcp: Add preliminary support of SSL connections | Vsevolod Stakhov | 2019-05-29 | 1 | -14/+125 |
| | |||||
* | [CritFix] Fix loading of DKIM public keys | Vsevolod Stakhov | 2019-05-29 | 1 | -3/+3 |
| | |||||
* | [Fix] Do not output rbl suffix in symbol option | Vsevolod Stakhov | 2019-05-29 | 1 | -10/+14 |
| | |||||
* | [Minor] Use lua_smtp for dmarc reports | Vsevolod Stakhov | 2019-05-25 | 1 | -149/+66 |
| | |||||
* | [Minor] Rework API to remove task dependency | Vsevolod Stakhov | 2019-05-25 | 1 | -2/+3 |
| | |||||
* | [Minor] Use lua_smtp in metadata_exporter | Vsevolod Stakhov | 2019-05-25 | 1 | -120/+12 |
| | |||||
* | [Minor] Fix format string | Vsevolod Stakhov | 2019-05-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove string from top to avoid lua stack issues | Vsevolod Stakhov | 2019-05-24 | 1 | -0/+1 |
| | |||||
* | [Minor] Fix processing message ids without braces | Vsevolod Stakhov | 2019-05-24 | 1 | -19/+19 |
| | |||||
* | [Minor] Settings: Add workarounds for maxscore | Vsevolod Stakhov | 2019-05-24 | 1 | -9/+33 |
| | |||||
* | [Fix] Do not use lightuserdata for traceback | Vsevolod Stakhov | 2019-05-24 | 22 | -254/+117 |
| | | | | | | | | | | LuaJIT limits lightuserdata usage to 47 bits. On Arm64, this leads to break of the C <-> Lua interoperability using this type. This rework has changed traceback function behaviour from lightuserdata opaque pointer (GString * in particular) to luaL_Buffer. Issue: #2906 | ||||
* | [Fix] Lua_tcp: Report connection failures | Vsevolod Stakhov | 2019-05-23 | 1 | -8/+5 |
| | | | | Issue: #2899 | ||||
* | [Fix] Fix history reset | Vsevolod Stakhov | 2019-05-23 | 1 | -12/+9 |
| | | | | Issue: #2910 |