Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Fix detection for some csv cases | Vsevolod Stakhov | 2022-03-13 | 1 | -0/+6 |
| | |||||
* | [Minor] Another fix for `task:get_symbol` | Vsevolod Stakhov | 2022-03-13 | 1 | -4/+6 |
| | |||||
* | [Minor] Fix use of task:get_symbol | Vsevolod Stakhov | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Reputation: Another bunch of fixes | Vsevolod Stakhov | 2022-03-12 | 1 | -6/+9 |
| | | | | Issue: #4100 | ||||
* | [Minor] Reputation: Fix config variable | Vsevolod Stakhov | 2022-03-11 | 1 | -6/+5 |
| | |||||
* | [Fix] Apply the similar fix to the url_reputation | Vsevolod Stakhov | 2022-03-10 | 1 | -7/+30 |
| | | | | Issue: #4100 | ||||
* | [Fix] Properly find the request and the number of requested entries | Vsevolod Stakhov | 2022-03-10 | 1 | -7/+23 |
| | | | | Issue: #4100 | ||||
* | Merge pull request #4097 from moisseev/webui | Vsevolod Stakhov | 2022-03-06 | 3 | -3/+28 |
|\ | | | | | Webui | ||||
| * | [WebUI] Show scan time in server list | moisseev | 2022-03-05 | 2 | -2/+26 |
| | | |||||
| * | [Test] Enable ECMAScript 6 features | moisseev | 2022-03-05 | 1 | -1/+2 |
| | | |||||
* | | [Minor] Add average scan time metric | Vsevolod Stakhov | 2022-03-05 | 1 | -0/+11 |
| | | | | | | | | Issue: #4096 | ||||
* | | [Minor] Deduplicate sum function | Vsevolod Stakhov | 2022-03-05 | 2 | -28/+5 |
| | | |||||
* | | [Minor] Move summation to a separate routine | Vsevolod Stakhov | 2022-03-05 | 2 | -0/+31 |
| | | |||||
* | | [Minor] Fix printing | Vsevolod Stakhov | 2022-03-05 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Move common stuff to a function | Vsevolod Stakhov | 2022-03-04 | 1 | -73/+102 |
| | | |||||
* | | [Minor] Obsolete old fuzzy epochs | Vsevolod Stakhov | 2022-03-02 | 2 | -20/+3 |
| | | |||||
* | | Merge pull request #4093 from citrin/str_endswith | Vsevolod Stakhov | 2022-02-28 | 2 | -2/+33 |
|\ \ | |/ |/| | [Minor] Microoptimize lua_util.str_endswith | ||||
| * | [Minor] Microoptimize lua_util.str_endswith | Anton Yuzhaninov | 2022-02-26 | 2 | -2/+33 |
| | | | | | | | | | | | | | | | | Use find to check string suffix instead of sub (which involves string interning of a returned string). Benchmarks with LuaJIT 2.1.0 shows that an option with find is significantly faster. While here added unit test for this function. | ||||
* | | Merge pull request #4079 from HeinleinSupport/lua_scanners/icap | Vsevolod Stakhov | 2022-02-27 | 1 | -44/+55 |
|\ \ | | | | | | | Lua scanners/icap | ||||
| * | | [Minor] lua_scanners - icap - lua linting | Carsten Rosenberg | 2022-02-27 | 1 | -8/+10 |
| | | | |||||
| * | | [Minor] lua_scanners - icap - adjust threat_table function | Carsten Rosenberg | 2022-02-27 | 1 | -41/+34 |
| | | | |||||
| * | | [Minor] lua_scanners - icap - update compatibility | Carsten Rosenberg | 2022-02-27 | 1 | -3/+7 |
| | | | |||||
| * | | [Minor] lua_scanners - icap - add another variant of icap return | Carsten Rosenberg | 2022-02-27 | 1 | -13/+25 |
|/ / | |||||
* | | [Minor] Add missing division | Vsevolod Stakhov | 2022-02-27 | 1 | -1/+1 |
| | | | | | | | | Pointed by: @moisseev | ||||
* | | [Feature] Show average scan time in `rspamc stat` output | Vsevolod Stakhov | 2022-02-26 | 1 | -21/+51 |
| | | |||||
* | | [Feature] Output average scan time in /stat endpoint | Vsevolod Stakhov | 2022-02-26 | 3 | -1/+12 |
| | | |||||
* | | [Minor] Always report actions count | Vsevolod Stakhov | 2022-02-26 | 1 | -16/+14 |
| | | |||||
* | | [Minor] Mark `c` in Kahan sum volatile | Vsevolod Stakhov | 2022-02-26 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Add average time processing slots | Vsevolod Stakhov | 2022-02-26 | 2 | -2/+35 |
| | | |||||
* | | [Minor] Align rspamd_stat structure | Vsevolod Stakhov | 2022-02-26 | 3 | -13/+21 |
|/ | |||||
* | [Test] Ignore index.html | moisseev | 2022-02-24 | 1 | -0/+1 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 104 | -274/+274 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | Merge pull request #4085 from moisseev/d3pie | Vsevolod Stakhov | 2022-02-20 | 8 | -327/+189 |
|\ | | | | | [WebUI] Replace pie chart library | ||||
| * | [WebUI] Replace pie chart library | moisseev | 2022-02-20 | 8 | -327/+189 |
| | | |||||
* | | [Minor] Strip message id from enclosing spaces | Vsevolod Stakhov | 2022-02-17 | 1 | -0/+2 |
| | | | | | | | | Issue: #4081 | ||||
* | | [Test] Add a test case | Vsevolod Stakhov | 2022-02-17 | 1 | -0/+1 |
| | | | | | | | | Issue: #4081 | ||||
* | | [Fix] External_relay: Remove useless check of the map value | Vsevolod Stakhov | 2022-02-16 | 1 | -5/+0 |
| | | | | | | | | Issue: #4080 | ||||
* | | Merge pull request #4077 from citrin/DKIM_MIXED | Vsevolod Stakhov | 2022-02-15 | 1 | -1/+1 |
|\ \ | | | | | | | [Rules] Fix symbol for DKIM temporary failure | ||||
| * | | [Rules] Fix symbol for DKIM temporary failure | Anton Yuzhaninov | 2022-02-15 | 1 | -1/+1 |
|/ / | | | | | | | There is no R_DKIM_DNSFAIL symbol (in default config), but there is R_DKIM_TEMPFAIL. | ||||
* | | [Minor] Add an example for the lua_maps usage | Vsevolod Stakhov | 2022-02-14 | 1 | -0/+29 |
| | | |||||
* | | [Fix] When checking for phishing, we need to convert punicode -> UTF8, not ↵ | Vsevolod Stakhov | 2022-02-13 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | vice versa Previosly, Rspamd has checked for `xn--` signature just to convert it back to `xn--` form. According to the expected results, it should do the opposite conversion. Issue: #4065 | ||||
* | | [Minor] Improve error reporting | Vsevolod Stakhov | 2022-02-13 | 1 | -2/+8 |
| | | | | | | | | Issue: #4076 | ||||
* | | [Fix] Fix http maps shared memory cache cleanup | Vsevolod Stakhov | 2022-02-12 | 1 | -13/+18 |
| | | | | | | | | | | It must be initiated by active http worker as it really has the shm object available. | ||||
* | | [Minor] Store map pointer in a backend structure | Vsevolod Stakhov | 2022-02-12 | 2 | -0/+6 |
| | | |||||
* | | [Minor] Add more logging for the shm cache for the maps | Vsevolod Stakhov | 2022-02-12 | 1 | -7/+18 |
|/ | |||||
* | Merge pull request #4074 from citrin/clickhouse | Vsevolod Stakhov | 2022-02-10 | 1 | -4/+4 |
|\ | | | | | [Fix] ClickHouse cleanup of old partitions | ||||
| * | [Fix] ClickHouse cleanup of old partitions | Anton Yuzhaninov | 2022-02-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | If /var/lib/rspamd/clickhouse_retention_run is missing or has no number cleanup was not performed because of a following Lua error: lua_periodic_callback_error: call to periodic script (registered at clickhouse.lua:1531) failed: /usr/share/rspamd/plugins/clickhouse.lua:991: attempt to compare number with nil; trace: [1]:{/usr/share/rspamd/plugins/clickhouse.lua:1069 - <unknown> [Lua]}; | ||||
* | | Merge pull request #4070 from moisseev/lua-stat | Vsevolod Stakhov | 2022-02-10 | 1 | -0/+6 |
|\ \ | | | | | | | [Minor] Disable Received tokens | ||||
| * | | [Minor] Disable Received tokens | moisseev | 2022-02-10 | 1 | -0/+6 |
| |/ | |||||
* | | Merge pull request #4069 from moisseev/webui | Vsevolod Stakhov | 2022-02-10 | 2 | -19/+6 |
|\ \ | |/ |/| | [Minor] WebUI CSS: Drop ancient gradient syntaxes |