Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix occasional encryption of the cached data | Vsevolod Stakhov | 2020-09-10 | 1 | -15/+14 |
| | |||||
* | [Minor] Deinit libs in client | Vsevolod Stakhov | 2020-09-10 | 1 | -1/+1 |
| | |||||
* | [Minor] Mime_types: Use cached settings | Vsevolod Stakhov | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | [Fix] Arc: Sort headers by their i= value | Vsevolod Stakhov | 2020-09-08 | 1 | -0/+5 |
| | |||||
* | [Fix] Fix authentication results insertion | Vsevolod Stakhov | 2020-09-08 | 1 | -27/+1 |
| | |||||
* | [Fix] Arc: Allow to reuse authentication results when doing multi-stage signing | Vsevolod Stakhov | 2020-09-08 | 1 | -3/+30 |
| | |||||
* | [Minor] Refactor variable names | Vsevolod Stakhov | 2020-09-08 | 1 | -23/+23 |
| | |||||
* | [Minor] Add extensions to fuzzy shingles commands | Vsevolod Stakhov | 2020-09-07 | 1 | -10/+67 |
| | |||||
* | [Minor] Further fixes for MIXED_CHARSET rule | Vsevolod Stakhov | 2020-09-05 | 1 | -10/+27 |
| | |||||
* | [Fix] Fix unused results | Vsevolod Stakhov | 2020-09-04 | 1 | -3/+5 |
| | |||||
* | [Minor] Use standard utility to get check_local/authed | Vsevolod Stakhov | 2020-09-04 | 6 | -71/+30 |
| | |||||
* | [Project] Neural: Use C version of scatter matrix producing | Vsevolod Stakhov | 2020-08-31 | 1 | -31/+1 |
| | |||||
* | [Minor] Line length tunes to pet luacheck | Vsevolod Stakhov | 2020-08-29 | 1 | -4/+8 |
| | |||||
* | [Minor] Fix hostname usage | Vsevolod Stakhov | 2020-08-29 | 1 | -2/+2 |
| | |||||
* | [Project] Neural: Further PCA fixes | Vsevolod Stakhov | 2020-08-28 | 1 | -6/+14 |
| | |||||
* | [Minor] Neural: Fix PCA-less ANN mode | Vsevolod Stakhov | 2020-08-28 | 1 | -2/+2 |
| | |||||
* | [Project] Neural: Fix PCA based learning | Vsevolod Stakhov | 2020-08-27 | 1 | -9/+12 |
| | |||||
* | [Project] Neural: Implement PCA in learning | Vsevolod Stakhov | 2020-08-27 | 1 | -19/+43 |
| | |||||
* | [Project] Neural: Implement PCA learning | Vsevolod Stakhov | 2020-08-27 | 1 | -0/+44 |
| | |||||
* | [Project] Neural: Implement PCA serialisation | Vsevolod Stakhov | 2020-08-27 | 1 | -0/+10 |
| | |||||
* | [Project] Neural: Add PCA loading logic | Vsevolod Stakhov | 2020-08-27 | 1 | -43/+75 |
| | |||||
* | [Project] Neural: Start PCA implementation | Vsevolod Stakhov | 2020-08-27 | 1 | -0/+10 |
| | |||||
* | [Fix] Allow to adjust neurons in the hidden layer | Vsevolod Stakhov | 2020-08-24 | 1 | -10/+21 |
| | |||||
* | [Fix] Change neural plugin's loss function | Pragadeesh C | 2020-08-21 | 1 | -2/+2 |
| | | | | Modified the neural network to use ceb_neg loss function. | ||||
* | [Minor] Save into ClickHouse unnamed attaches | Anton Yuzhaninov | 2020-08-18 | 1 | -5/+3 |
| | | | | | | | | | | Most MUA allow to save attachments (parts with Content-Disposition: attachment) even if don't have a name. Keep name field empty and save other information about such attachments to ClickHouse: Content-Type, size, digest. Modify attachments selector as well to return hashes of unnamed attachments. | ||||
* | [Minor] Do not use built-in Lua function as variable name | Anton Yuzhaninov | 2020-08-18 | 1 | -3/+2 |
| | |||||
* | [Minor] Spamassassin: Remove ffi call | Vsevolod Stakhov | 2020-08-18 | 1 | -0/+4 |
| | |||||
* | [Minor] Dkim/ARC: allow to sign merely for specific settings id | Vsevolod Stakhov | 2020-08-18 | 2 | -6/+25 |
| | |||||
* | [Minor] Fix off-by-one error in log message | Anton Yuzhaninov | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve debug logs in check_generic_list_headers | Anton Yuzhaninov | 2020-08-08 | 1 | -20/+19 |
| | | | | And small style improvements. | ||||
* | [Minor] Improve mailman mailing list detection | Anton Yuzhaninov | 2020-08-08 | 1 | -43/+45 |
| | |||||
* | [Minor] Update headers used by subscribe.ru | Anton Yuzhaninov | 2020-08-08 | 1 | -18/+12 |
| | | | | | Notably Precedence header no longer used and web links use https. While here improve style. | ||||
* | [Fix] Fix lua_next invocation | Vsevolod Stakhov | 2020-08-06 | 1 | -1/+3 |
| | |||||
* | Merge pull request #3455 from citrin/clickhouse-retention-fix | Vsevolod Stakhov | 2020-08-05 | 1 | -8/+10 |
|\ | | | | | Clickhouse retention fix | ||||
| * | [Minor] Use descriptive variable name | Anton Yuzhaninov | 2020-08-04 | 1 | -6/+6 |
| | | | | | | | | | | | | PARTITION and PARTITION ID in ClickHouse are different: https://clickhouse.tech/docs/en/sql-reference/statements/alter/partition/#alter-how-to-specify-part-expr and we use PARTITION clause here. | ||||
| * | [Minor] Fix query used to find old partitions | Anton Yuzhaninov | 2020-08-04 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In ClickHouse a partition includes one or more parts. Typically a partition has at least a few parts. For each part there is a row in system.parts table and max_date can be different for different parts. For example if we have following parts: ┌─partition──┬─table──┬───max_date─┐ │ 2020-06-01 │ rspamd │ 2020-06-07 │ │ 2020-06-08 │ rspamd │ 2020-06-10 │ │ 2020-06-08 │ rspamd │ 2020-06-14 │ │ 2020-06-15 │ rspamd │ 2020-06-21 │ └────────────┴────────┴────────────┘ and want to delete parts which don't contain data written before 2020-06-12. Old query will return partition which contain a part with max_date=2020-06-14: ┌─partition──┬─table──┐ │ 2020-06-01 │ rspamd │ │ 2020-06-08 │ rspamd │ └────────────┴────────┘ and new query will return ┌─partition──┬─table──┐ │ 2020-06-01 │ rspamd │ └────────────┴────────┘ While here change <= to < so we will store at least given number of full months. | ||||
* | | [Minor] Dmarc: Fix reporting logger invocations | Vsevolod Stakhov | 2020-08-04 | 1 | -27/+27 |
|/ | |||||
* | [Project] Some more fixes | Vsevolod Stakhov | 2020-08-03 | 1 | -4/+8 |
| | |||||
* | [Project] Cleanup the redis script | Vsevolod Stakhov | 2020-08-03 | 1 | -30/+0 |
| | |||||
* | [Project] Implement 'probabilistic' learn mode for ANN | Vsevolod Stakhov | 2020-08-03 | 1 | -44/+130 |
| | |||||
* | [Minor] Dmarc: Least flag aleady implies the intended behaviour | Vsevolod Stakhov | 2020-07-31 | 1 | -2/+1 |
| | |||||
* | [Rework] Rework and refactor forged recipients plugin | Vsevolod Stakhov | 2020-07-20 | 1 | -46/+92 |
| | |||||
* | [Minor] Oops, true/false was a stupid convention | Vsevolod Stakhov | 2020-07-17 | 1 | -1/+1 |
| | |||||
* | [Minor] Optimize task:get_urls calls | Vsevolod Stakhov | 2020-07-17 | 1 | -20/+15 |
| | |||||
* | [Minor] Fix allocation and check issues | Vsevolod Stakhov | 2020-07-08 | 1 | -6/+8 |
| | |||||
* | [Project] Attach extensions to the binary fuzzy commands | Vsevolod Stakhov | 2020-07-07 | 1 | -5/+17 |
| | |||||
* | [Project] Add methods to append data to fuzzy requests | Vsevolod Stakhov | 2020-07-07 | 1 | -19/+125 |
| | |||||
* | [Minor] Remove some useless includes | Vsevolod Stakhov | 2020-06-27 | 1 | -1/+0 |
| | |||||
* | [Minor] Neural: Fix override of the `max_train` -> `max_trains` | Vsevolod Stakhov | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Add some more scores | Vsevolod Stakhov | 2020-06-15 | 1 | -2/+4 |
| |