aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] rspamadm clickhouse : small fixesAndrew Lewis2021-04-071-6/+9
| | | | | | - Fix spelling of nostat(?) - Sort table (for correct digest) - Don't add non-existing symbols to profile
* [Minor] Rspamadm: Init symcache in rspamadm clickhouseVsevolod Stakhov2021-04-061-0/+2
|
* [Minor] Rspamadm: Fix misprint nostat -> no_statVsevolod Stakhov2021-04-061-1/+1
|
* [Minor] Disable headers hash for statisticsVsevolod Stakhov2021-04-061-0/+5
| | | | Discussed with: @moisseev
* [Minor] Slightly extend 'forbidden' flagsVsevolod Stakhov2021-04-061-2/+14
|
* [Minor] Rspamadm: Exclude nostat symbolsVsevolod Stakhov2021-04-061-0/+3
|
* [Minor] Rspamadm: Do a more deep initialisation for clickhouse subcommandVsevolod Stakhov2021-04-061-2/+13
|
* Merge pull request #3694 from HeinleinSupport/lua_scanners/kasp_seVsevolod Stakhov2021-03-311-1/+1
|\ | | | | [Minor] kaspersky_se - fix macro detection
| * [Minor] kaspersky_se - fix macro detectionCarsten Rosenberg2021-03-301-1/+1
| |
* | [Minor] cfg_transform - fix actions sanity checkCarsten Rosenberg2021-03-231-1/+2
|/
* [Minor] Add Windows Metafile MIME types (RFC 7903)moisseev2021-03-231-2/+2
|
* [Fix] Lua_fuzzy: Remove text parts check when checking image dimensionsVsevolod Stakhov2021-03-221-18/+7
|
* [Fix] Oletools: Another try to fix table sortingVsevolod Stakhov2021-03-221-3/+12
| | | | | Suggested by: @ol3k Ok by: @c-rosenberg
* [Minor] Selectors: Add get_urls_filtered extractorVsevolod Stakhov2021-03-191-0/+15
|
* [Fix] Lua_maps: Fix adjustments for the map type in the complex map definitionsVsevolod Stakhov2021-03-131-0/+14
|
* [Minor] Fix plain Lua compatibilityVsevolod Stakhov2021-03-071-1/+8
|
* [Minor] Preserve compatibility for empty keysVsevolod Stakhov2021-03-021-2/+2
|
* [Minor] Fix issues with values checkVsevolod Stakhov2021-03-011-2/+4
|
* [Minor] Fix empty table checkVsevolod Stakhov2021-02-271-0/+3
|
* [Project] Lua_mime: Add lua_mime.modify_headers routineVsevolod Stakhov2021-02-261-0/+44
|
* [Minor] Rbl: Allow to exclude certain checks to simplify local.d additionsVsevolod Stakhov2021-02-261-15/+22
| | | | Issue: #3655
* [Fix] Selectors: Properly fix implicit tostring for nilsVsevolod Stakhov2021-02-251-1/+5
|
* Revert "[Fix] Selectors: Filter nil elements in lists"Vsevolod Stakhov2021-02-251-8/+3
| | | | This reverts commit 60396f2478b0f7284b42139d6d8e05bf81b12b20.
* [Fix] Selectors: Filter nil elements in listsVsevolod Stakhov2021-02-251-3/+8
|
* [Minor] Move mime types out of the lua_mime APIVsevolod Stakhov2021-02-242-720/+745
|
* [Feature] Rbl: Distinguish flattened and non-flattened selectors in RBL requestsVsevolod Stakhov2021-02-161-0/+2
| | | | Issue: #3648
* [Fix] RBL: was missing some config schemaAndrew Lewis2021-02-081-0/+4
| | | | - Reported by slavko
* [Minor] Neural: Add logging stuffVsevolod Stakhov2021-02-051-3/+7
|
* [CritFix] Neural: Fix sorting applicationVsevolod Stakhov2021-02-051-1/+2
| | | | Thanks to: Gerald Auer
* [Minor] Rspamadm: Imply --all if no --ip has been specifiedVsevolod Stakhov2021-02-011-0/+2
|
* [Minor] Rspamadm fix use after freeVsevolod Stakhov2021-01-191-2/+4
|
* [Minor] Fix html tags useVsevolod Stakhov2021-01-191-1/+1
|
* [Feature] rspamadm clickhouse neural_train subcommandAndrew Lewis2021-01-151-9/+186
|
* [Minor] Ical: Allow \r as line endingsVsevolod Stakhov2021-01-131-1/+1
|
* [Minor] Pet luacheckVsevolod Stakhov2021-01-121-7/+0
|
* [Project] Add preliminary support of vcard parserVsevolod Stakhov2021-01-122-0/+91
|
* [Minor] Lua_magic: Add vcf magic patternVsevolod Stakhov2021-01-121-0/+9
|
* [Minor] Pdf: Improve debug loggingVsevolod Stakhov2021-01-111-7/+13
|
* [Minor] Pdf: Do not fire PDF_SUSPICIOUS on legit escapesVsevolod Stakhov2021-01-111-8/+25
|
* [Minor] external_services - spamassassin - result matchingCarsten Rosenberg2021-01-071-10/+8
| | | | thx to Marc Dierksen
* [Minor] Lua_magic: Minor changesVsevolod Stakhov2021-01-041-2/+5
|
* [Minor] Magic: try avoid false positive exe detectionAndrew Lewis2021-01-042-1/+20
|
* [Minor] Remove assertions as sometimes neural exists without settings...Vsevolod Stakhov2020-12-301-4/+0
|
* [Fix] Try to fix a mess with settings loading by adding prioritiesVsevolod Stakhov2020-12-301-3/+7
|
* [Minor] Add fail-safety for settings post loadVsevolod Stakhov2020-12-301-0/+4
|
* [Fix] Try to move setings initialisation to a later stageVsevolod Stakhov2020-12-281-6/+6
|
* [Minor] Fix spf record dumpVsevolod Stakhov2020-12-221-0/+2
|
* [Feature] Vadesecure: Implement settings_outbound feature as recommended by VadeVsevolod Stakhov2020-12-181-0/+21
|
* [Feature] Neural: Move PCA learning to a subprocessVsevolod Stakhov2020-12-181-11/+39
|
* [Feature] Add controller endpoint for training neuralAndrew Lewis2020-12-171-0/+779
| | | | | | | | - Move neural functions to library - Parameterise spawn_train - neural plugin: Fix store_pool_only when autotrain is true - neural plugin: Use cache_set instead of mempool - Add test