Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [Minor] Allow to adjust symbols without score change | Vsevolod Stakhov | 2020-04-17 | 1 | -3/+5 | |
|/ / / | ||||||
* | | | Merge pull request #3340 from chkpnt/patch-1 | Vsevolod Stakhov | 2020-04-16 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | [Conf] Fix wrong comment in options.inc | |||||
| * | | | [Conf] Fix wrong comment in options.inc | Gregor Dschung | 2020-04-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [Minor] Selectors: Add ability to use base32 variants | Vsevolod Stakhov | 2020-04-16 | 1 | -1/+5 | |
|/ / / | ||||||
* | | | [Minor] Clickhouse: Rework schema upload to make it more resilent | Vsevolod Stakhov | 2020-04-16 | 1 | -14/+39 | |
| | | | ||||||
* | | | [Minor] Try to process images before text part heuristic | Vsevolod Stakhov | 2020-04-15 | 3 | -11/+37 | |
| | | | ||||||
* | | | [Minor] Rspamadm: Add urls --full option | Vsevolod Stakhov | 2020-04-15 | 1 | -1/+5 | |
| | | | ||||||
* | | | [Minor] Allow 'default' to be the default result | Vsevolod Stakhov | 2020-04-14 | 1 | -0/+3 | |
| | | | ||||||
* | | | [Minor] Support shadow results in lua task api | Vsevolod Stakhov | 2020-04-14 | 1 | -4/+42 | |
| | | | ||||||
* | | | [Minor] Lua_task: Add table version and multi-results support for set_pre_result | Vsevolod Stakhov | 2020-04-14 | 1 | -36/+68 | |
| | | | ||||||
* | | | [Minor] Add some missing types and docs to rspamd_lua_parse_table_arguments | Vsevolod Stakhov | 2020-04-14 | 2 | -2/+36 | |
| | | | ||||||
* | | | [Project] Rework some more functions to work with shadow results | Vsevolod Stakhov | 2020-04-14 | 7 | -45/+46 | |
| | | | ||||||
* | | | Merge pull request #3332 from cgzones/compiler_new | Vsevolod Stakhov | 2020-04-14 | 32 | -44/+116 | |
|\ \ \ | |/ / |/| | | Resolve various Compiler warnings | |||||
| * | | [Minor] Explicit specify order of binary operations | Christian Göttsche | 2020-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | ../contrib/libev/ev.c: In function ‘ev_io_start’: ../contrib/libev/ev.c:4396:34: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses] 4396 | fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); | ~~~~~~~~~~^~~~~~~~~~~~~ | |||||
| * | | [Minor] Avoid nested opening comment sequences | Christian Göttsche | 2020-04-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ../contrib/libev/ev.c: At top level: ../contrib/libev/ev.c:5660:27: warning: "/*" within comment [-Wcomment] 5660 | /* EV_STAT 0x00001000 /* stat data changed */ | ../contrib/libev/ev.c:5661:27: warning: "/*" within comment [-Wcomment] 5661 | /* EV_EMBED 0x00010000 /* embedded event loop needs sweep */ | | |||||
| * | | [Minor] enable Wmissing-format-attribute | Christian Göttsche | 2020-04-11 | 11 | -3/+61 | |
| | | | ||||||
| * | | [Minor] silence warnings about unused function results | Christian Göttsche | 2020-04-11 | 9 | -30/+30 | |
| | | | | | | | | | | | | GCC does not respect `(void) func()` | |||||
| * | | [Minor] Enable missing_noreturn compiler warning | Christian Göttsche | 2020-04-11 | 9 | -0/+12 | |
| | | | ||||||
| * | | [Minor] Remove unused-but-set variables | Christian Göttsche | 2020-04-11 | 2 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ../src/libserver/url.c: In function ‘rspamd_url_host_set_add’: ../src/libserver/url.c:3808:11: warning: variable ‘k’ set but not used [-Wunused-but-set-variable] 3808 | khiter_t k; | ^ ../src/lua/lua_task.c: In function ‘lua_task_has_urls’: ../src/lua/lua_task.c:2406:11: warning: variable ‘need_emails’ set but not used [-Wunused-but-set-variable] 2406 | gboolean need_emails = FALSE, ret = FALSE; | ^~~~~~~~~~~ | |||||
| * | | [Minor] Print always IPO status | Christian Göttsche | 2020-04-11 | 1 | -0/+3 | |
| | | | ||||||
| * | | [Minor] move static keyword to beginning of function declarations | Christian Göttsche | 2020-04-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from ../src/libserver/logger/logger_file.c:23: ../src/libserver/logger/logger_private.h:106:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 106 | const static struct rspamd_logger_funcs file_log_funcs = { | ^~~~~ ../src/libserver/logger/logger_private.h:130:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 130 | const static struct rspamd_logger_funcs syslog_log_funcs = { | ^~~~~ ../src/libserver/logger/logger_private.h:154:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 154 | const static struct rspamd_logger_funcs console_log_funcs = { | ^~~~~ | |||||
* | | | [Minor] Correct deflate header detection | Vsevolod Stakhov | 2020-04-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Minor] Lua_content: Process xref objects and detect encryption there | Vsevolod Stakhov | 2020-04-13 | 1 | -0/+18 | |
| | | | ||||||
* | | | [Minor] Improve log message for inflate/deflate | Vsevolod Stakhov | 2020-04-13 | 1 | -2/+13 | |
| | | | ||||||
* | | | Merge pull request #3331 from moisseev/patch-3 | Vsevolod Stakhov | 2020-04-11 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | [Minor] Add image/x-ms-bmp CT | |||||
| * | | [Minor] Add image/x-ms-bmp CT | Alexander Moisseev | 2020-04-11 | 1 | -1/+1 | |
|/ / | ||||||
* | | [Test] Fix tests | Vsevolod Stakhov | 2020-04-10 | 1 | -11/+12 | |
| | | ||||||
* | | [Minor] Add sanity check for base32 decoding | Vsevolod Stakhov | 2020-04-10 | 1 | -0/+4 | |
| | | ||||||
* | | [Feature] Allow multiple base32 encodings in Lua API | Vsevolod Stakhov | 2020-04-10 | 2 | -10/+51 | |
| | | ||||||
* | | [Minor] Add helper to get base32 type | Vsevolod Stakhov | 2020-04-10 | 2 | -0/+30 | |
| | | ||||||
* | | Merge pull request #3329 from moisseev/patch-3 | Vsevolod Stakhov | 2020-04-10 | 1 | -2/+2 | |
|\ \ | | | | | | | [Minor] Add application/7z CT | |||||
| * | | [Minor] Add application/7z CT | Alexander Moisseev | 2020-04-10 | 1 | -2/+2 | |
|/ / | ||||||
* | | [Feature] Add multiple base32 alphabets for decoding | Vsevolod Stakhov | 2020-04-09 | 9 | -52/+139 | |
| | | ||||||
* | | [Minor] Add rfc3548 base32 alphabet | Vsevolod Stakhov | 2020-04-09 | 2 | -2/+8 | |
| | | ||||||
* | | [Feature] Support multiple base32 alphabets | Vsevolod Stakhov | 2020-04-09 | 17 | -34/+55 | |
| | | ||||||
* | | [Minor] Support gcc static analyzer (from gcc 10) | Vsevolod Stakhov | 2020-04-09 | 1 | -0/+8 | |
| | | ||||||
* | | [Minor] Log key id on DKIM failures | Vsevolod Stakhov | 2020-04-08 | 2 | -9/+37 | |
| | | ||||||
* | | [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 | |
| | |