aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Sort error ips by number of errorsVsevolod Stakhov2022-03-291-6/+10
|
* [Minor] Use a more neat approachVsevolod Stakhov2022-03-281-14/+13
|
* [Minor] Update more copyright years/emailVsevolod Stakhov2022-03-271-1/+1
|
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-2574-76/+76
|
* [Minor] lua_scanner - spamassassin - another try to match all spamd returnsCarsten Rosenberg2022-03-171-11/+10
| | | | fix #4088
* [Minor] Fix detection for some csv casesVsevolod Stakhov2022-03-131-0/+6
|
* [Minor] Fix use of task:get_symbolVsevolod Stakhov2022-03-131-1/+1
|
* Merge pull request #4093 from citrin/str_endswithVsevolod Stakhov2022-02-281-1/+1
|\ | | | | [Minor] Microoptimize lua_util.str_endswith
| * [Minor] Microoptimize lua_util.str_endswithAnton Yuzhaninov2022-02-261-1/+1
| | | | | | | | | | | | | | | | 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.
* | [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
|/
* Spelling (#4086)Josh Soref2022-02-2219-46/+46
| | | [Rework] Massive spelling fix from @jsoref
* [Minor] Disable Received tokensmoisseev2022-02-101-0/+6
|
* [Rework] Make `rspamadm dmarc_report` default behaviour more saneVsevolod Stakhov2022-02-061-13/+27
| | | | Issue: #4062
* [Minor] Fix for random monitoredVsevolod Stakhov2022-01-161-0/+1
| | | | Reported by: @moisseev
* [Minor] Add authentication results parser functionVsevolod Stakhov2022-01-081-0/+24
|
* [Fix] Avoid overwriting whitelisted_signers_mapReto Kupferschmid2021-12-241-0/+2
|
* [Minor] Use unhex utilityVsevolod Stakhov2021-12-211-5/+2
|
* [Minor] Add unhex utilityVsevolod Stakhov2021-12-211-0/+15
|
* [Minor] Enable redis periodics for the fuzzy workerVsevolod Stakhov2021-12-201-1/+1
|
* [Minor] Antivirus: Improve parts selectionVsevolod Stakhov2021-12-151-2/+3
|
* [Minor] Dmarc: Fold header using specific newline typeVsevolod Stakhov2021-12-141-2/+2
|
* [Minor] Fix schema and add size in all casesVsevolod Stakhov2021-12-091-1/+3
|
* [Fix] Output service parts as wellVsevolod Stakhov2021-12-091-4/+16
|
* [Minor] Dmarc_report: Fix automatic dates fillingVsevolod Stakhov2021-12-071-5/+9
|
* [Feature] Lua_magic: Add a sane CSV heuristicVsevolod Stakhov2021-12-031-1/+65
|
* [Minor] Fix ip validity checkVsevolod Stakhov2021-12-021-1/+1
|
* [Minor] Remove unused functionVsevolod Stakhov2021-11-291-15/+2
|
* [Feature] Lua_mime: Add schema for message transferVsevolod Stakhov2021-11-271-0/+72
|
* [Minor] Lua_mime: Flatten headers arrayVsevolod Stakhov2021-11-271-2/+15
|
* [Minor] Pet luacheck temporarilyVsevolod Stakhov2021-11-251-1/+1
|
* [Feature] Add public suffic compilation utilityVsevolod Stakhov2021-11-251-0/+83
| | | | Issue: #3984
* [Test] Add unit test for message to ucl functionVsevolod Stakhov2021-11-241-3/+6
|
* [Minor] Slightly rework the table fillingVsevolod Stakhov2021-11-241-23/+35
|
* [Minor] Remove redundent MIME from/recipients. Add from_ip.bradleydoherty592021-11-231-5/+1
|
* [Minor] Store Envelope (SMTP) information on structured task as task.envelope.bradleydoherty592021-11-231-0/+13
|
* [Test] Fix neural plugin testsPragadeesh Chandiran2021-11-221-4/+4
|
* [Minor] Mx check: Emit quit commandVsevolod Stakhov2021-11-211-2/+2
| | | | Issue: #3966
* [Minor] Rbl: Add url_full_hostname optionVsevolod Stakhov2021-11-161-0/+1
|
* Merge pull request #3980 from cpragadeesh/roc_implementationVsevolod Stakhov2021-11-151-5/+156
|\ | | | | [Feature] Add ROC based threshold estimation for neural network plugin
| * [Feature] Add ROC feature to neural network pluginPragadeesh Chandiran2021-11-151-5/+156
| |
* | [Minor] Allow headers addition if configuredVsevolod Stakhov2021-11-121-0/+13
| |
* | [Minor] Add analysis loggingVsevolod Stakhov2021-11-121-1/+6
| |
* | [Minor] Allow to get the maximum message sizeVsevolod Stakhov2021-11-121-21/+67
| |
* | [Minor] Add default score for cloudmarkVsevolod Stakhov2021-11-121-1/+1
| |
* | [Feature] Add support of Cloudmarkmoisseev2021-11-122-0/+305
| | | | | | | | in the external services plugin
* | [Minor] Fix signing with `skip_process` flagVsevolod Stakhov2021-11-111-4/+0
|/
* Merge pull request #3969 from HeinleinSupport/fix/lua_cfg_transformVsevolod Stakhov2021-11-091-4/+10
|\ | | | | [Fix] lua_cfg_transform - silly break breaks actions