summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/hfilter.lua
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Setting check_local / check_authed in plugins (#1954)Andrew Lewis2018-01-241-1/+1
* [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
* Check ipv6 in hfilter.Vsevolod Stakhov2015-10-131-11/+37
* Fix Hfilter plugins with the new DNS APIAlexey AL2015-09-201-3/+15
* Do not trigger hfilter for rspamc scans.Vsevolod Stakhov2015-09-141-51/+69
* Move hfilter to plugins.Vsevolod Stakhov2015-08-071-0/+466