aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-25116-118/+118
|
* [Test] Split testVsevolod Stakhov2022-03-231-3/+7
|
* [Rules] Slightly reduce MULTIPLE_FROM scoreVsevolod Stakhov2022-03-231-1/+1
|
* [Minor] Micro-optimisationVsevolod Stakhov2022-03-231-2/+2
| | | | Suggested by: @citrin
* [Minor] Add max scores for some groupsVsevolod Stakhov2022-03-232-0/+4
|
* [Minor] Free structure on exitVsevolod Stakhov2022-03-211-0/+1
|
* [Minor] Multimap: Fix default scoreVsevolod Stakhov2022-03-201-2/+2
| | | | Issue: #4117
* [Minor] Allow to disable composites without config breakingVsevolod Stakhov2022-03-201-0/+6
| | | | Issue: #4078
* [Minor] Cleanup memory on the error pathVsevolod Stakhov2022-03-201-0/+2
|
* [Minor] Optimise boundaries processing by avoiding small strings allocationVsevolod Stakhov2022-03-201-4/+14
|
* [Fix] Plug memory leak by using mempool for a copied addressVsevolod Stakhov2022-03-201-1/+2
|
* [Minor] Allow to specify mempool when copying an IP address structureVsevolod Stakhov2022-03-2012-19/+19
|
* [Minor] Plug memory leak when rescheduling requests over TCPVsevolod Stakhov2022-03-201-1/+14
|
* [Minor] Rbl: Do not check empty user/domain in rblVsevolod Stakhov2022-03-191-2/+8
|
* [Minor] Adopt lua_url stuff for the new PRGVsevolod Stakhov2022-03-182-8/+8
|
* [Minor] Use wyrand for fast random as we already use mumhash for fast hashingVsevolod Stakhov2022-03-182-49/+45
|
* Merge pull request #4112 from msuslu/masterVsevolod Stakhov2022-03-181-1/+1
|\ | | | | make gcc 8.5 happy
| * make gcc 8.5 happyMehmet Suslu2022-03-151-1/+1
| | | | | | gcc 8.5 doesn't compile this file without template parameters for ptr_and_refcnt constructor.
* | Merge pull request #4113 from PHPGangsta/patch-2Vsevolod Stakhov2022-03-171-2/+2
|\ \ | | | | | | Small fix in a comment
| * | Small fix in a commentMichael Kliewe2022-03-171-2/+2
| |/
* | Merge pull request #4114 from HeinleinSupport/lua_scanners/spamassassinVsevolod Stakhov2022-03-171-11/+10
|\ \ | |/ |/| [Minor] lua_scanner - spamassassin - another try to match all spamd r…
| * [Minor] lua_scanner - spamassassin - another try to match all spamd returnsCarsten Rosenberg2022-03-171-11/+10
|/ | | | fix #4088
* [Fix] Return a real number of recipients when dealing with aliasesVsevolod Stakhov2022-03-141-12/+26
| | | | Issue: #4104
* [Minor] Fix find to search for plain substrings onlyVsevolod Stakhov2022-03-141-1/+1
|
* [Test] Add test for csv detectionVsevolod Stakhov2022-03-132-1/+8
|
* [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
| |