Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Lua_html: Return empty table if no images are there in html | Vsevolod Stakhov | 2020-04-08 | 1 | -7/+6 |
| | |||||
* | [Project] Process composites separately for each shadow result | Vsevolod Stakhov | 2020-04-08 | 3 | -11/+18 |
| | |||||
* | [Minor] Fix doc string | Vsevolod Stakhov | 2020-04-08 | 1 | -3/+3 |
| | |||||
* | [Minor] Support flatten attribute in rspamd_config:register_re_selector | Vsevolod Stakhov | 2020-04-08 | 2 | -4/+12 |
| | |||||
* | Merge pull request #3327 from moisseev/patch-3 | Vsevolod Stakhov | 2020-04-08 | 1 | -1/+1 |
|\ | | | | | [Minor] Remove whitespaces | ||||
| * | [Minor] Remove whitespaces | Alexander Moisseev | 2020-04-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3326 from membero/patch-1 | Vsevolod Stakhov | 2020-04-07 | 1 | -0/+2 |
|\ | | | | | [Fix] rbl.lua: Helo Check always skipped | ||||
| * | Fix Helo Check | Oliver Dick | 2020-04-07 | 1 | -0/+2 |
|/ | |||||
* | [Minor] Add a small helper function | Vsevolod Stakhov | 2020-04-07 | 2 | -0/+28 |
| | |||||
* | [Project] Rework scan result functions to support shadow results | Vsevolod Stakhov | 2020-04-07 | 7 | -29/+37 |
| | |||||
* | [Minor] Clickhouse: Fix extra columns that are arrays | Vsevolod Stakhov | 2020-04-07 | 1 | -2/+8 |
| | |||||
* | [Minor] Allow to add named results via lua API | Vsevolod Stakhov | 2020-04-06 | 2 | -2/+49 |
| | |||||
* | [Project] Implement symbols insertion in multiple results mode | Vsevolod Stakhov | 2020-04-06 | 1 | -18/+53 |
| | |||||
* | [Project] Add routine to call a generic lua function | Vsevolod Stakhov | 2020-04-06 | 2 | -0/+109 |
| | |||||
* | Merge pull request #3320 from heirecka/fix-build-with-gcc10 | Vsevolod Stakhov | 2020-04-04 | 1 | -0/+1 |
|\ | | | | | [Minor] Cherry-pick a fix for replxx to build with gcc10 | ||||
| * | [Minor] Cherry-pick a fix for replxx to build with gcc10 | Heiko Becker | 2020-04-04 | 1 | -0/+1 |
|/ | | | | | | | 723d9c84869511dfb5e63f5c3d3372ac38114713 in replxx's git. Building rspamd with gcc10 errors out with "'runtime_error' is not a member of 'std'" otherwise. | ||||
* | Merge pull request #3318 from HeinleinSupport/dkim_signing | Vsevolod Stakhov | 2020-04-03 | 1 | -2/+2 |
|\ | | | | | [Minor] dkim_signing - fix log messages | ||||
| * | [Minor] dkim_signing - fix log messages | Carsten Rosenberg | 2020-04-03 | 1 | -2/+2 |
|/ | |||||
* | [Minor] Add missing cast to satisfy gcc understanding of c++ | Vsevolod Stakhov | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove strange conversion sources from replxx | Vsevolod Stakhov | 2020-04-03 | 6 | -438/+44 |
| | | | | Issue: #3317 | ||||
* | [Project] Start results chain implementation | Vsevolod Stakhov | 2020-04-03 | 3 | -12/+21 |
| | |||||
* | [Fix] Fix headers passing in rspamd_proxy | Vsevolod Stakhov | 2020-04-02 | 1 | -18/+43 |
| | |||||
* | [Minor] Improve http in milter mode error reporting | Vsevolod Stakhov | 2020-04-02 | 1 | -3/+17 |
| | |||||
* | [Minor] Update version to 2.6 | Vsevolod Stakhov | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | Release 2.52.5 | Vsevolod Stakhov | 2020-04-01 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Conf] Mark Rspamd emailbl as ignore whitelist * [Conf] RBL: Add missing emails = true option * [Feature] Add support for scripts in fuzzy storage * [Feature] Arc: Add whitelisted_signers_map option * [Feature] Implement hosts file processing * [Feature] Neural: Introduce classes bias that allows non-equal classes learning * [Feature] Update libev to 4.33 * [Fix] Another brain damage html standard adoptions * [Fix] Another fix for brain damaged obs-fws state * [Fix] Fix flags that caused force_actions failure * [Fix] Fix logging issue * [Fix] Fix lua symbols scores registration when config does not define scores * [Fix] Fix opaque maps logic * [Fix] Fix parsing of the html tags with no spaces after attributes * [Fix] Fix some corner cases in urls parsing, add limits * [Fix] Fix tlds extraction if custom composition rules are used * [Fix] Fix variables replacement in mempool * [Fix] Improve base64 detection * [Fix] Normalize dynamic scores in ANN correctly * [Fix] Plug memory leak introduced by #3153 * [Fix] Stat_redis_backend: Fix memory leak and simplify learn path * [Fix] Try hard to deal with ghost workers * [Fix] metadata_exporter default formatter * [Rework] Change the way to extract URLs when dealing with alternative parts * [Rework] Fix various url extraction issues * [Rework] Re cache: Load compiled hyperscan in the main process as well * [Rework] Re cache: Load hyperscan early * [Rework] Rework URL structure: adjust tld part * [Rework] Rework URL structure: host field * [Rework] Rework URL structure: more structure optimisations * [Rework] Rework URL structure: user field * [Rework] URL: Another update for urls extraction logic * [Rework] Urls: Improve query urls handling * [Rework] Urls: adopt html related stuff * [Rework] Urls: more rework of the urls sets * [Rework] Urls: process query urls in HTML urls correctly * [Rework] Urls: rework urls hash structure * [Rework] Urls: update lua libraries * [Rework] Use multiple search tries for different url extraction types Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Minor] Use stack for keep-alive pool | Vsevolod Stakhov | 2020-03-31 | 1 | -2/+4 |
| | |||||
* | [Minor] Show count of workers to be killed | Vsevolod Stakhov | 2020-03-31 | 1 | -1/+2 |
| | |||||
* | [Minor] Check socket error when reusing redis pool connections | Vsevolod Stakhov | 2020-03-31 | 2 | -6/+25 |
| | |||||
* | [Minor] Check for socket error before reusing keep-alive connection | Vsevolod Stakhov | 2020-03-31 | 1 | -0/+20 |
| | |||||
* | [Fix] Another fix for brain damaged obs-fws state | Vsevolod Stakhov | 2020-03-31 | 1 | -18/+18 |
| | |||||
* | [Minor] Try to fix OOB reads | Vsevolod Stakhov | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3315 from moisseev/patch-2 | Vsevolod Stakhov | 2020-03-31 | 1 | -3/+3 |
|\ | | | | | [Minor] Add missing CT badness values | ||||
| * | [Minor] Add missing CT badness values | Alexander Moisseev | 2020-03-31 | 1 | -3/+3 |
|/ | |||||
* | [Minor] Fix another close/ev_modify race | Vsevolod Stakhov | 2020-03-30 | 1 | -1/+2 |
| | |||||
* | [Minor] Add missing function | Vsevolod Stakhov | 2020-03-30 | 1 | -0/+6 |
| | |||||
* | [Minor] Slghtly improve cmake reporting + use -O0 with full debug | Vsevolod Stakhov | 2020-03-30 | 2 | -4/+13 |
| | |||||
* | [Minor] Fix build with leak sanitizer | Vsevolod Stakhov | 2020-03-30 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix order of objects destruction for http keepalive conns | Vsevolod Stakhov | 2020-03-29 | 1 | -1/+2 |
| | |||||
* | [Minor] Fix double close in rspamc | Vsevolod Stakhov | 2020-03-29 | 1 | -1/+1 |
| | |||||
* | [Minor] Try harder to avoid races on child termination | Vsevolod Stakhov | 2020-03-28 | 2 | -0/+9 |
| | |||||
* | [Minor] Do not use signalfd - it is totally broken in libev | Vsevolod Stakhov | 2020-03-26 | 3 | -5/+3 |
| | |||||
* | [Fix] Try hard to deal with ghost workers | Vsevolod Stakhov | 2020-03-26 | 5 | -7/+41 |
| | |||||
* | [Minor] Do not try to set title on osx: it is totally broken | Vsevolod Stakhov | 2020-03-26 | 1 | -215/+1 |
| | |||||
* | [Minor] Fix usage of signalfd and timerfd | Vsevolod Stakhov | 2020-03-26 | 3 | -2/+8 |
| | |||||
* | [Conf] Mark Rspamd emailbl as ignore whitelist | Vsevolod Stakhov | 2020-03-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3309 from ricalfieri/patch-1 | Vsevolod Stakhov | 2020-03-26 | 1 | -0/+1 |
|\ | | | | | Update rbl.conf | ||||
| * | Update rbl.conf | Riccardo Alfieri | 2020-03-25 | 1 | -0/+1 |
| | | | | | | | | | | MSBL list a lot of gmail dropboxes, but these are being excluded from the checks due to gmail.com being whitelisted. Same happens for other freemail providers. Ignoring the whitelist in this case should be safe enough. | ||||
* | | [Minor] Settings: Fix parsing of the settings map | Vsevolod Stakhov | 2020-03-26 | 1 | -1/+8 |
| | | |||||
* | | [Minor] Fix return values | Vsevolod Stakhov | 2020-03-26 | 1 | -3/+6 |
| | | |||||
* | | [Conf] RBL: Add missing emails = true option | Vsevolod Stakhov | 2020-03-25 | 1 | -0/+2 |
| | |