Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More text to feature requests ISSUE_TEMPLATE comment | skorpy2009 | 2019-10-28 | 1 | -0/+2 |
| | |||||
* | [Minor] Update version to 2.2 | Vsevolod Stakhov | 2019-10-28 | 1 | -1/+1 |
| | |||||
* | Release 2.12.1 | Vsevolod Stakhov | 2019-10-28 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Conf] Update neural.conf * [CritFix] Fix dkim verification for multiple headers listed * [Feature] Add support of uudecode * [Feature] Allow to explicitly set events backend * [Feature] Implement configurable limits for SPF lookups * [Feature] Lua_scanners: Use lua magic for inclusion/exclusion logic * [Feature] Multimap: Do not check files in office archives * [Feature] Neural: Add sampling when storing training vectors * [Feature] SPF: Allow to disable AAAA checks in configuration * [Feature] Spf: Add limits configuration support * [Feature] Store etag in cached HTTP maps + better logging * [Feature] Support segwit BTC addresses, fix LTC verification * [Feature] Support uuencoding * [Fix] Add configurable number of threads for OpenBLAS * [Fix] Add workaround for ragel 7 in hyperscan related maps code * [Fix] Another fix for numeric urls parsing * [Fix] Correct EMA time calculations * [Fix] Do not treat archives as text * [Fix] Do not use strdup on data extracted from lua * [Fix] Fix a failure calcuating URL reputation. * [Fix] Fix crash due to constructors init order * [Fix] Fix crash on parts with no cd * [Fix] Fix empty prefilters that require mime structures * [Fix] Fix event loop creation * [Fix] Fix issues sending DMARC reports. * [Fix] Fix misprint * [Fix] Fix saving of the file maps * [Fix] Fix size calculations when converting from utf16 * [Fix] Fix support of disable_monitoring in rbl * [Fix] Fix use-after-free * [Fix] Fix zip files check to relax requirements * [Fix] Important hiredis fixes * [Fix] Lot's of fixes in maps check logic * [Fix] Lua_tcp: Deal with temporary fails on write * [Fix] Lua_tcp: Make write errors fatal and rework error handlers * [Fix] Meta: Filter some more values * [Fix] Neural: Add protection agains infinities * [Fix] Oops, fix math.huge invocation * [Fix] Plug memory leak * [Fix] Sigh, another email to string fix * [Fix] Try to fix another ownership race in ssl connection * [Fix] Uuencode: Fix parsing of corrupted uuencode * [Fix] lua_scanners - razor rename need_check function * [Rework] Require CMake 3.9 to work, remove manual lto crap Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Fix] Fix saving of the file maps | Vsevolod Stakhov | 2019-10-28 | 1 | -28/+21 |
| | |||||
* | [Minor] Improve trivial maps handling | Vsevolod Stakhov | 2019-10-28 | 2 | -3/+19 |
| | |||||
* | [Minor] Lua_http: Preallocate body when parsing tables | Vsevolod Stakhov | 2019-10-28 | 1 | -11/+44 |
| | |||||
* | [Minor] Stop task timeout timer on idempotent stage | Vsevolod Stakhov | 2019-10-27 | 1 | -0/+7 |
| | |||||
* | [Fix] Try to fix another ownership race in ssl connection | Vsevolod Stakhov | 2019-10-27 | 1 | -3/+21 |
| | |||||
* | [Minor] Always stop event on connection reset | Vsevolod Stakhov | 2019-10-27 | 1 | -2/+1 |
| | |||||
* | [Fix] Lot's of fixes in maps check logic | Vsevolod Stakhov | 2019-10-27 | 3 | -29/+94 |
| | |||||
* | [Feature] Allow to explicitly set events backend | Vsevolod Stakhov | 2019-10-27 | 5 | -33/+97 |
| | |||||
* | [Fix] Plug memory leak | Vsevolod Stakhov | 2019-10-26 | 1 | -3/+5 |
| | |||||
* | [Fix] Fix crash on parts with no cd | Vsevolod Stakhov | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix event loop creation | Vsevolod Stakhov | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix error propagation | Vsevolod Stakhov | 2019-10-26 | 1 | -0/+4 |
| | |||||
* | Merge pull request #3122 from philr/fix_dmarc_reporting_addr_logging | Vsevolod Stakhov | 2019-10-26 | 1 | -1/+1 |
|\ | | | | | [Fix] Fix not logging DMARC reporting addresses | ||||
| * | [Minor] Fix not logging DMARC reporting addresses. | Phil Ross | 2019-10-26 | 1 | -1/+1 |
| | | | | | | | | | | `reporting_addr` uses the email address strings as keys so `table.concat` won't produce any output. | ||||
* | | Merge pull request #3121 from philr/fix_url_reputation_filter | Vsevolod Stakhov | 2019-10-26 | 1 | -5/+9 |
|\ \ | | | | | | | [Fix] Reputation: Fix a failure when calcuating URL reputation | ||||
| * | | [Fix] Fix a failure calcuating URL reputation. | Phil Ross | 2019-10-25 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `url_reputation_filter` was attempting to lookup the token key returned in the `get_token` callback in an integer-indexed table of requests. Change to looking up the request by its index. Commit 73d2cee changed from using `gen_url_queries` to `lua_util.extract_specific_urls` in the assignment of `requests`. The latter just returns a list of URLs. The former returns the TLD along with the number of hits. The URL score calculation uses the number of hits. Revert to using `gen_url_queries`. | ||||
* | | | [Minor] Another uuencode fix | Vsevolod Stakhov | 2019-10-25 | 1 | -15/+13 |
| |/ |/| | |||||
* | | [Minor] Sigh, another next_check fixes for HTTP maps | Vsevolod Stakhov | 2019-10-25 | 1 | -17/+10 |
| | | |||||
* | | [Fix] Uuencode: Fix parsing of corrupted uuencode | Vsevolod Stakhov | 2019-10-25 | 2 | -4/+7 |
| | | |||||
* | | [Minor] Arc: Fix symbol insertion | Vsevolod Stakhov | 2019-10-25 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Update cached files when checking HTTP maps | Vsevolod Stakhov | 2019-10-25 | 1 | -2/+78 |
| | | |||||
* | | [Minor] Reduce remain | Vsevolod Stakhov | 2019-10-25 | 1 | -0/+1 |
| | | |||||
* | | [Feature] SPF: Allow to disable AAAA checks in configuration | Vsevolod Stakhov | 2019-10-25 | 3 | -48/+71 |
| | | |||||
* | | [Minor] Oops, check for UBRK_DONE first | Vsevolod Stakhov | 2019-10-25 | 1 | -3/+3 |
| | | |||||
* | | [Minor] Try to fix HTTP maps check timeouts | Vsevolod Stakhov | 2019-10-25 | 1 | -10/+14 |
| | | |||||
* | | [Minor] Remove another crap | Vsevolod Stakhov | 2019-10-25 | 1 | -1/+0 |
| | | |||||
* | | [Minor] Cleanup crap | Vsevolod Stakhov | 2019-10-25 | 2 | -18/+0 |
| | | |||||
* | | [Feature] Spf: Add limits configuration support | Vsevolod Stakhov | 2019-10-25 | 1 | -0/+52 |
| | | |||||
* | | [Feature] Implement configurable limits for SPF lookups | Vsevolod Stakhov | 2019-10-25 | 2 | -10/+65 |
| | | |||||
* | | Merge pull request #3120 from moisseev/patch-2 | Vsevolod Stakhov | 2019-10-25 | 1 | -1/+1 |
|\ \ | | | | | | | [Minor] Fix misprint | ||||
| * | | [Minor] Fix misprint | Alexander Moisseev | 2019-10-24 | 1 | -1/+1 |
|/ / | |||||
* | | [Minor] Neural: Fix random sampling | Vsevolod Stakhov | 2019-10-24 | 1 | -2/+5 |
| | | | | | | | | Issue: #3119 | ||||
* | | Merge pull request #3118 from moisseev/patch-1 | Vsevolod Stakhov | 2019-10-24 | 1 | -3/+1 |
|\ \ | | | | | | | [Conf] Update neural.conf | ||||
| * | | [Conf] Update neural.conf | Alexander Moisseev | 2019-10-24 | 1 | -3/+1 |
| | | | |||||
* | | | [Minor] Add safety check when using icu ubrk iterators | Vsevolod Stakhov | 2019-10-24 | 4 | -9/+46 |
|/ / | |||||
* | | Merge pull request #3115 from citrin/fix-lua-url-doc | Vsevolod Stakhov | 2019-10-23 | 1 | -1/+2 |
|\ \ | | | | | | | Fix docs for rspamd_url lua module | ||||
| * | | [Minor] Document `image` flag in url:get_flags() | Anton Yuzhaninov | 2019-10-23 | 1 | -0/+1 |
| | | | |||||
| * | | [Minor] Fix doc comment for url.init | Anton Yuzhaninov | 2019-10-23 | 1 | -1/+1 |
| | | | |||||
* | | | [Feature] Support uuencoding | Vsevolod Stakhov | 2019-10-23 | 3 | -0/+68 |
| | | | |||||
* | | | [Feature] Add support of uudecode | Vsevolod Stakhov | 2019-10-23 | 2 | -17/+182 |
|/ / | |||||
* | | [Feature] Support segwit BTC addresses, fix LTC verification | Vsevolod Stakhov | 2019-10-23 | 1 | -31/+123 |
| | | |||||
* | | [Fix] Fix support of disable_monitoring in rbl | Vsevolod Stakhov | 2019-10-23 | 1 | -0/+1 |
| | | |||||
* | | [Minor] Fix documentation | Vsevolod Stakhov | 2019-10-23 | 1 | -1/+4 |
| | | |||||
* | | [Minor] Spamassassin: Exclude symbol name from options | Vsevolod Stakhov | 2019-10-23 | 1 | -3/+8 |
| | | |||||
* | | Merge pull request #3114 from citrin/drone-convert | Vsevolod Stakhov | 2019-10-23 | 1 | -58/+117 |
|\ \ | | | | | | | Drone convert | ||||
| * | | Default stack size should be enough for build without ASAN | Anton Yuzhaninov | 2019-10-23 | 1 | -2/+1 |
| | | | | | | | | | | | | It can be useful to know if stack usage will be too high. | ||||
| * | | Remove unused CMake variable | Anton Yuzhaninov | 2019-10-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | If was removed in: https://github.com/rspamd/rspamd/commit/03eabb4c570d30b30d2406fe4ce40d5073be2861 |