summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/hfilter.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix typo in hfilter mapmoisseev2023-12-241-2/+2
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-22/+26
* [Minor] Register some more timeoutsVsevolod Stakhov2022-09-101-0/+5
* [Minor] Hfilter: Some refactoring in hfilter urls stuffVsevolod Stakhov2022-05-201-44/+17
* [Minor] Update more copyright years/emailVsevolod Stakhov2022-03-271-1/+1
* fix compatibility with lua-5.4Tomohiro "Tomo-p" KATO2021-08-201-2/+2
* [Minor] Use standard utility to get check_local/authedVsevolod Stakhov2020-09-041-18/+4
* [Minor] Hfilter: Add more strict rules for some of the regexpsVsevolod Stakhov2019-01-111-34/+33
* [Minor] Add more mime flagsVsevolod Stakhov2019-01-071-5/+15
* [Minor] Unify check_auth/check_local optionsVsevolod Stakhov2018-10-021-8/+17
* [Fix] Fix groups messVsevolod Stakhov2018-09-291-0/+13
* [Fix] Deprecate task:inc_dns_req as it is redundantVsevolod Stakhov2018-09-141-5/+0
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-2/+1
* [Fix] Setting check_local / check_authed in plugins (#1954)Andrew Lewis2017-12-111-1/+1
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+3
* Typo: meduimViktor Szépe2017-11-141-1/+1
* [Minor] Stop expecting hostname to be "unknown"Andrew Lewis2017-11-071-10/+8
* [Minor] Reduce hfilter log noiseVsevolod Stakhov2017-07-051-1/+2
* [Minor] Reduce logger levelVsevolod Stakhov2017-06-301-1/+1
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Minor] Silence warningAndrew Lewis2017-04-211-1/+1
* [Feature] Rework hfilter to use hyperscan if possibleVsevolod Stakhov2017-04-211-113/+193
* [Minor] Try all hostname regexps to find the most significant oneVsevolod Stakhov2017-04-201-2/+3
* [Fix] Add missing score normalisation for HFILTER_URL_ONLYAndrew Lewis2017-03-291-2/+3
* [Minor] Fix hostname usage in hfilterVsevolod Stakhov2017-03-251-1/+2
* [Fetaure] Add options for hfilter symbolsVsevolod Stakhov2017-03-251-15/+24
* [Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338)Andrew Lewis2017-01-121-1/+1
* [Minor] Trim whitespaceAndrew Lewis2016-11-181-1/+1
* Fix local variable definitionAL2016-11-161-1/+1
* [Fix] Fix check plain text partAL2016-11-161-13/+14
* [Minor] Small polishes for Lua partsAndrew Lewis2016-11-161-3/+5
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-32/+31
* [Minor] Remove handful more globalsAndrew Lewis2016-11-071-2/+3
* [Minor] Allow for re-enabling default-disabled checksAndrew Lewis2016-09-301-1/+15
* [Minor] Mostly disable Hfilter for local networks as wellAndrew Lewis2016-09-091-3/+3
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-4/+0
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+4
* [Fix] Banish table.maxn from Lua partsAndrew Lewis2016-09-011-4/+4
* [Fix] Fix absurdic scores for HFILTER_URL_ONLYVsevolod Stakhov2016-08-251-1/+3
* [Fix] Fix HFILTER_URL_ONELINE ruleAlexander Moisseev2016-08-051-2/+2
* [Fix] Fix HFILTER_URL moduleVsevolod Stakhov2016-08-051-25/+39
* [Fix] Do not insert HELO/HOSTNAME unknown when they are not passedVsevolod Stakhov2016-08-051-6/+1
* [Feature] Use generic global string split functionVsevolod Stakhov2016-05-281-27/+2
* Reduce weights for some hfilter patternsVsevolod Stakhov2016-02-091-1/+1
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12
* Fix issues with dual stack and hfilterVsevolod Stakhov2016-01-221-9/+14
* Do not use cached regexps to avoid unnecessary gcVsevolod Stakhov2016-01-041-3/+13
* Fix _NORESOLVE_MX symbols in hfilterVsevolod Stakhov2015-11-231-61/+62
* Fix comparision in hfilterVsevolod Stakhov2015-10-131-1/+1