aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Sigh, another workaround for broken blasVsevolod Stakhov2020-08-272-1/+40
|
* [Minor] Add proper metamethods for redis.nullVsevolod Stakhov2020-08-271-2/+12
|
* [Minor] Improve handling of redis.nullVsevolod Stakhov2020-08-271-2/+21
|
* [Project] Neural: Implement PCA learningVsevolod Stakhov2020-08-271-0/+44
|
* [Project] Neural: Implement PCA serialisationVsevolod Stakhov2020-08-271-0/+10
|
* [Project] Neural: Add PCA loading logicVsevolod Stakhov2020-08-271-43/+75
|
* [Project] Neural: Start PCA implementationVsevolod Stakhov2020-08-271-0/+10
|
* [Minor] Lua_tensor: Add has_blas methodVsevolod Stakhov2020-08-261-0/+14
|
* [Minor] Eugen -> eigenVsevolod Stakhov2020-08-264-14/+14
|
* [Minor] Lua_tensor: Fix newindex row assignmentVsevolod Stakhov2020-08-251-3/+4
|
* [Minor] Lua_tensor: Add transpose and mean methodsVsevolod Stakhov2020-08-251-0/+88
|
* [Minor] Lua_tensor: Add eugen methodVsevolod Stakhov2020-08-251-0/+39
|
* [Minor] Lua_tensor: Add __len methodVsevolod Stakhov2020-08-251-0/+26
|
* Merge pull request #3480 from moisseev/webuiVsevolod Stakhov2020-08-252-18/+17
|\ | | | | [WebUI] Rework navbar buttons
| * [WebUI] Rework navbar buttonsmoisseev2020-08-232-18/+17
| | | | | | | | | | | | - Convert navbar buttons to <button> elements - Do not disable Refresh button when auto-refresh is disabled - Do not refresh current tab on auto-refresh interval change
* | [Fix] Fix types check and types usage in lua_cryptoboxVsevolod Stakhov2020-08-243-7/+9
| |
* | [Minor] Fix keyed blake2b creationVsevolod Stakhov2020-08-242-31/+27
| |
* | [Fix] Allow to adjust neurons in the hidden layerVsevolod Stakhov2020-08-241-10/+21
| |
* | [Test] Increase resilence of the NN testsVsevolod Stakhov2020-08-244-13/+62
| |
* | [Minor] Allow empty string lists in configVsevolod Stakhov2020-08-241-0/+3
| |
* | Merge pull request #3478 from cpragadeesh/masterVsevolod Stakhov2020-08-241-2/+2
|\ \ | | | | | | [Fix] Change neural plugin's loss function
| * | [Fix] Change neural plugin's loss functionPragadeesh C2020-08-211-2/+2
| | | | | | | | | | | | Modified the neural network to use ceb_neg loss function.
* | | Merge pull request #3479 from fatalbanana/google_fwdVsevolod Stakhov2020-08-231-1/+1
|\ \ \ | | | | | | | | Fix FWD_GOOGLE rule (#1815)
| * | | [Fix] Fix FWD_GOOGLE rule (#1815)Andrew Lewis2020-08-221-1/+1
| | | |
* | | | [Minor] Fix copy&paste errorVsevolod Stakhov2020-08-231-1/+1
| | | |
* | | | [Minor] Improve logging on map retriesVsevolod Stakhov2020-08-231-7/+3
| | | |
* | | | [Minor] Add hack to reuse rspamd_inet_address_to_string*Vsevolod Stakhov2020-08-231-10/+28
| | | |
* | | | [Feature] Implement address retry on connection failureVsevolod Stakhov2020-08-221-11/+28
| | | |
* | | | [Minor] Always try to check IPv4 address first when checking HTTP mapsVsevolod Stakhov2020-08-221-5/+48
| | | |
* | | | [Minor] Add ptr array shuffle routineVsevolod Stakhov2020-08-222-0/+23
|/ / /
* | | [Fix] Fix storing of the original smtp fromVsevolod Stakhov2020-08-213-7/+20
| | |
* | | [Minor] Allow to add all parameters into `rcpts` and `from` selectorsVsevolod Stakhov2020-08-211-2/+12
| | |
* | | [Minor] Allow to use lua_tensor in kann applyVsevolod Stakhov2020-08-213-32/+74
|/ /
* | Merge pull request #3477 from citrin/lua-magic-htmlVsevolod Stakhov2020-08-201-2/+2
|\ \ | | | | | | [Minor] Improve lua_magic HTML content type check
| * | [Minor] Improve lua_magic HTML content type checkAnton Yuzhaninov2020-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Types which are used for html (xhtml) attachments: text/html application/html application/xhtml+xml Type which cannot be found in the wild: text/htm
* | | [Minor] Fix extensions calculationsVsevolod Stakhov2020-08-201-2/+7
| | |
* | | Merge pull request #3476 from citrin/lua-util-strVsevolod Stakhov2020-08-201-0/+20
|\ \ \ | |_|/ |/| | [Minor] Add Lua functions str_startswith and str_endswith
| * | [Minor] Add Lua functions str_startswith and str_endswithAnton Yuzhaninov2020-08-191-0/+20
| |/
* / [Minor] Fix tensor projections multiplicationVsevolod Stakhov2020-08-191-4/+5
|/
* [Minor] Fix fortran mangling on gnu systemsVsevolod Stakhov2020-08-191-0/+4
|
* [Minor] Link lapack as wellVsevolod Stakhov2020-08-191-0/+5
|
* [Minor] Lua_tensor: Add __newindex featureVsevolod Stakhov2020-08-191-0/+70
|
* [Minor] Fix tensor multiplication for the vectors caseVsevolod Stakhov2020-08-191-3/+17
|
* [Minor] Lua_tensor: Implement non-owning tensors (slices)Vsevolod Stakhov2020-08-192-16/+31
|
* Merge pull request #3474 from citrin/clickhouse-attachVsevolod Stakhov2020-08-182-9/+6
|\ | | | | Clickhouse attach
| * [Minor] Save into ClickHouse unnamed attachesAnton Yuzhaninov2020-08-182-6/+4
| | | | | | | | | | | | | | | | | | | | 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 nameAnton Yuzhaninov2020-08-181-3/+2
|/
* [Minor] Add some fail-safetyVsevolod Stakhov2020-08-181-0/+18
|
* Merge pull request #3472 from citrin/api-docVsevolod Stakhov2020-08-181-2/+4
|\ | | | | [Doc] Improve task:get_message_id() description
| * [Doc] Improve task:get_message_id() descriptionAnton Yuzhaninov2020-08-181-2/+4
|/