aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix detection for some csv casesVsevolod Stakhov2022-03-131-0/+6
|
* [Minor] Another fix for `task:get_symbol`Vsevolod Stakhov2022-03-131-4/+6
|
* [Minor] Fix use of task:get_symbolVsevolod Stakhov2022-03-131-1/+1
|
* [Minor] Reputation: Another bunch of fixesVsevolod Stakhov2022-03-121-6/+9
| | | | Issue: #4100
* [Minor] Reputation: Fix config variableVsevolod Stakhov2022-03-111-6/+5
|
* [Fix] Apply the similar fix to the url_reputationVsevolod Stakhov2022-03-101-7/+30
| | | | Issue: #4100
* [Fix] Properly find the request and the number of requested entriesVsevolod Stakhov2022-03-101-7/+23
| | | | Issue: #4100
* Merge pull request #4097 from moisseev/webuiVsevolod Stakhov2022-03-063-3/+28
|\ | | | | Webui
| * [WebUI] Show scan time in server listmoisseev2022-03-052-2/+26
| |
| * [Test] Enable ECMAScript 6 featuresmoisseev2022-03-051-1/+2
| |
* | [Minor] Add average scan time metricVsevolod Stakhov2022-03-051-0/+11
| | | | | | | | Issue: #4096
* | [Minor] Deduplicate sum functionVsevolod Stakhov2022-03-052-28/+5
| |
* | [Minor] Move summation to a separate routineVsevolod Stakhov2022-03-052-0/+31
| |
* | [Minor] Fix printingVsevolod Stakhov2022-03-051-1/+1
| |
* | [Minor] Move common stuff to a functionVsevolod Stakhov2022-03-041-73/+102
| |
* | [Minor] Obsolete old fuzzy epochsVsevolod Stakhov2022-03-022-20/+3
| |
* | Merge pull request #4093 from citrin/str_endswithVsevolod Stakhov2022-02-282-2/+33
|\ \ | |/ |/| [Minor] Microoptimize lua_util.str_endswith
| * [Minor] Microoptimize lua_util.str_endswithAnton Yuzhaninov2022-02-262-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/icapVsevolod Stakhov2022-02-271-44/+55
|\ \ | | | | | | Lua scanners/icap
| * | [Minor] lua_scanners - icap - lua lintingCarsten Rosenberg2022-02-271-8/+10
| | |
| * | [Minor] lua_scanners - icap - adjust threat_table functionCarsten Rosenberg2022-02-271-41/+34
| | |
| * | [Minor] lua_scanners - icap - update compatibilityCarsten Rosenberg2022-02-271-3/+7
| | |
| * | [Minor] lua_scanners - icap - add another variant of icap returnCarsten Rosenberg2022-02-271-13/+25
|/ /
* | [Minor] Add missing divisionVsevolod Stakhov2022-02-271-1/+1
| | | | | | | | Pointed by: @moisseev
* | [Feature] Show average scan time in `rspamc stat` outputVsevolod Stakhov2022-02-261-21/+51
| |
* | [Feature] Output average scan time in /stat endpointVsevolod Stakhov2022-02-263-1/+12
| |
* | [Minor] Always report actions countVsevolod Stakhov2022-02-261-16/+14
| |
* | [Minor] Mark `c` in Kahan sum volatileVsevolod Stakhov2022-02-261-1/+1
| |
* | [Minor] Add average time processing slotsVsevolod Stakhov2022-02-262-2/+35
| |
* | [Minor] Align rspamd_stat structureVsevolod Stakhov2022-02-263-13/+21
|/
* [Test] Ignore index.htmlmoisseev2022-02-241-0/+1
|
* Spelling (#4086)Josh Soref2022-02-22104-274/+274
| | | [Rework] Massive spelling fix from @jsoref
* Merge pull request #4085 from moisseev/d3pieVsevolod Stakhov2022-02-208-327/+189
|\ | | | | [WebUI] Replace pie chart library
| * [WebUI] Replace pie chart librarymoisseev2022-02-208-327/+189
| |
* | [Minor] Strip message id from enclosing spacesVsevolod Stakhov2022-02-171-0/+2
| | | | | | | | Issue: #4081
* | [Test] Add a test caseVsevolod Stakhov2022-02-171-0/+1
| | | | | | | | Issue: #4081
* | [Fix] External_relay: Remove useless check of the map valueVsevolod Stakhov2022-02-161-5/+0
| | | | | | | | Issue: #4080
* | Merge pull request #4077 from citrin/DKIM_MIXEDVsevolod Stakhov2022-02-151-1/+1
|\ \ | | | | | | [Rules] Fix symbol for DKIM temporary failure
| * | [Rules] Fix symbol for DKIM temporary failureAnton Yuzhaninov2022-02-151-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 usageVsevolod Stakhov2022-02-141-0/+29
| |
* | [Fix] When checking for phishing, we need to convert punicode -> UTF8, not ↵Vsevolod Stakhov2022-02-131-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 reportingVsevolod Stakhov2022-02-131-2/+8
| | | | | | | | Issue: #4076
* | [Fix] Fix http maps shared memory cache cleanupVsevolod Stakhov2022-02-121-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 structureVsevolod Stakhov2022-02-122-0/+6
| |
* | [Minor] Add more logging for the shm cache for the mapsVsevolod Stakhov2022-02-121-7/+18
|/
* Merge pull request #4074 from citrin/clickhouseVsevolod Stakhov2022-02-101-4/+4
|\ | | | | [Fix] ClickHouse cleanup of old partitions
| * [Fix] ClickHouse cleanup of old partitionsAnton Yuzhaninov2022-02-101-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-statVsevolod Stakhov2022-02-101-0/+6
|\ \ | | | | | | [Minor] Disable Received tokens
| * | [Minor] Disable Received tokensmoisseev2022-02-101-0/+6
| |/
* | Merge pull request #4069 from moisseev/webuiVsevolod Stakhov2022-02-102-19/+6
|\ \ | |/ |/| [Minor] WebUI CSS: Drop ancient gradient syntaxes