aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Properly parse expressions atomsVsevolod Stakhov2022-06-021-1/+1
| | | | Issue: #4181
* [Minor] Avoid using legacy methodVsevolod Stakhov2022-05-291-1/+1
|
* [Minor] Remove legacy `default` metricVsevolod Stakhov2022-05-271-4/+4
|
* [Minor] Add lower_utf8 selector transformationPavel Podkorytov2022-05-211-0/+11
|
* Revert "[Minor] fix lower transformation for utf symbols"Pavel Podkorytov2022-05-211-2/+1
| | | | This reverts commit fbb7db65a5cf50dc642550688407e724d56ebe34.
* [Minor] fix lower transformation for utf symbolsPavel Podkorytov2022-05-201-1/+2
|
* [Fix] Dmarc report: Use local timezone instead of GMTVsevolod Stakhov2022-05-081-3/+3
|
* [Minor] Fix issues found by the new luacheck versionVsevolod Stakhov2022-04-144-10/+10
|
* [Fix] Add more sanity checks for rua in dmarc_reportVsevolod Stakhov2022-04-141-1/+3
| | | | Issue: #4148
* [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
|