aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Rework fann plugin to be a normal post-filterVsevolod Stakhov2017-07-291-77/+44
|
* [Minor] Apply tanh to scoresVsevolod Stakhov2017-07-291-1/+1
|
* [Minor] Allow to get symbols results as statistical tokensVsevolod Stakhov2017-07-291-0/+52
|
* [Minor] Add auxiliary functions for symbols cacheVsevolod Stakhov2017-07-292-0/+25
|
* [Fix] Do not stop monitored on dns errorsVsevolod Stakhov2017-07-291-0/+2
|
* [Fix] Fix clickhouse schemaVsevolod Stakhov2017-07-281-1/+1
| | | | | Issue: #1775 Closes: #1775
* [Fix] Do not fail rbl plugin when there are no received or emailsVsevolod Stakhov2017-07-281-3/+8
|
* [Feature] Allow to get CPU flags from LuaVsevolod Stakhov2017-07-282-0/+66
|
* [Minor] Some improvements to utility functionsVsevolod Stakhov2017-07-281-4/+7
|
* Merge pull request #1771 from Alex-Gramm/masterVsevolod Stakhov2017-07-271-1/+1
|\ | | | | [Fix] Clickhouse: Insertion in the symbols table
| * [Fix] Clickhouse: Insertion in the symbols tableAlex Gramm2017-07-271-1/+1
|/
* Merge pull request #1770 from smfreegard/mid_updatesVsevolod Stakhov2017-07-271-2/+24
|\ | | | | Update Message-ID rules with new observed patterns
| * Update Message-ID rules with new observed patternsSteve Freegard2017-07-261-2/+24
|/
* [Fix] Lua_http: freeingAndrew Lewis2017-07-261-1/+1
|
* Merge pull request #1767 from moisseev/webuiVsevolod Stakhov2017-07-261-36/+46
|\ | | | | [WebUI] Fix history table
| * [WebUI] Escape strings inside HTML in historyAlexander Moisseev2017-07-231-8/+35
| |
| * Revert "Merge pull request #1747 from andryyy/patch-11"Alexander Moisseev2017-07-231-28/+11
| | | | | | | | | | This reverts commit 3be2002b3605f3792221122283cacb3f7c5c0cb9, reversing changes made to df28dfea4a624b9b6d73808817be4967e3f3bfbc.
* | [Minor] Use rspamd_socketpair in spawn_subprocessVsevolod Stakhov2017-07-251-5/+21
| |
* | [Fix] Fix setting of signals when spawning a threadVsevolod Stakhov2017-07-251-2/+1
| |
* | [Minor] Use rspamd_socketpair everywhereVsevolod Stakhov2017-07-257-19/+24
| |
* | [Fix] Set CLOEXEC flag on files openedVsevolod Stakhov2017-07-252-5/+27
| |
* | [Minor] Allow to get worker object from a taskVsevolod Stakhov2017-07-251-0/+30
| |
* | [Minor] Further fixes for subprocess spawning logicVsevolod Stakhov2017-07-242-5/+16
| |
* | [Minor] Prevent data corruption when dealing with signalsVsevolod Stakhov2017-07-246-2/+11
| |
* | [Minor] Store parent pid inside workersVsevolod Stakhov2017-07-244-8/+38
| |
* | [Rework] Run post-loads when all initialization is completedVsevolod Stakhov2017-07-249-24/+20
| |
* | [Minor] Treat skipped error properlyVsevolod Stakhov2017-07-231-15/+43
| |
* | [Feature] Allow to skip specific hashes in fuzzy storageVsevolod Stakhov2017-07-231-1/+33
|/
* [Feature] Allow to spawn asynchronous processes from LuaVsevolod Stakhov2017-07-221-0/+372
|
* [Feature] Allow to reuse signal handlers chainsVsevolod Stakhov2017-07-223-14/+24
|
* [Minor] Fix randomness part in torchVsevolod Stakhov2017-07-221-29/+4
|
* [Minor] Further fixes for torch RPATHVsevolod Stakhov2017-07-222-20/+1
|
* [Feature] Allow to set headers from settingsVsevolod Stakhov2017-07-221-0/+8
|
* [Minor] Do not use avx/avx2 in torch as their detection is brokenVsevolod Stakhov2017-07-221-0/+4
|
* [Minor] Avoid obsolete function usageVsevolod Stakhov2017-07-221-3/+22
|
* [Minor] Fix install path for torch libpathsVsevolod Stakhov2017-07-221-3/+3
|
* [Minor] Remove unused fileVsevolod Stakhov2017-07-221-616/+0
|
* [Minor] Set lua cpath to RSPAMD_LIBDIR, not LUALIBDIRVsevolod Stakhov2017-07-212-2/+14
|
* [Minor] Fix installation directory for shared libsVsevolod Stakhov2017-07-214-6/+6
|
* [Feature] Multimap: checking of symbol optionsAndrew Lewis2017-07-201-0/+16
|
* [Fix] Relax pem signature detectionVsevolod Stakhov2017-07-201-3/+2
|
* Merge pull request #1762 from outtersg/masterVsevolod Stakhov2017-07-201-1/+1
|\ | | | | [Fix] Lua: lpeg to be loaded with rspamd_lua_add_preload
| * [Fix] Lua: lpeg to be loaded with rspamd_lua_add_preload, to avoid ↵Guillaume Outters2017-07-201-1/+1
| | | | | | | | "rspamd_config_read: rcl parse error: cannot init lua file […] module 'lpeg' not found"
* | [Feature] Allow to configure monitoredVsevolod Stakhov2017-07-204-2/+24
|/
* [Minor] Add some sanity checks when managing monitoring timeoutsVsevolod Stakhov2017-07-191-2/+6
|
* [Minor] Revert back logic error introducedVsevolod Stakhov2017-07-191-3/+0
| | | | Issue: #1757
* [Feature] Redis settings: support checking multiple keysAndrew Lewis2017-07-191-14/+29
|
* [Feature] Add EBL to the default configVsevolod Stakhov2017-07-192-0/+14
|
* [Minor] Remove reduntant debugVsevolod Stakhov2017-07-181-1/+0
|
* [Fix] Fix crashes in the rspamd_control pathVsevolod Stakhov2017-07-181-14/+3
| | | | Issue: #1757