aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/reputation.lua
Commit message (Expand)AuthorAgeFilesLines
...
* [Minor] Reputation Plugin - Debug LoggingCarsten Rosenberg2018-11-071-12/+14
* [Minor] Fix symbol usage in reputation pluginVsevolod Stakhov2018-10-311-1/+1
* [Minor] Fix function invocationVsevolod Stakhov2018-10-151-1/+1
* [Feature] Use verdict instead of the plain action in pluginsVsevolod Stakhov2018-10-151-34/+28
* [Minor] Fix more issues with reputation and redis schemaVsevolod Stakhov2018-09-201-30/+10
* [Minor] Rework reputation config structure and validationVsevolod Stakhov2018-09-201-21/+19
* [Minor] Deepcopy is not good for recursive schemasVsevolod Stakhov2018-09-191-2/+2
* [Feature] Add generic selector to reputation moduleVsevolod Stakhov2018-09-191-1/+178
* [Fix] Deprecate task:inc_dns_req as it is redundantVsevolod Stakhov2018-09-141-2/+0
* [Minor] Updated Lua to comply the new call semanticMikhail Galanin2018-09-101-16/+2
* [Minor] Moved coroutine-related functionality of DNS resolver into a separate...Mikhail Galanin2018-08-171-2/+4
* [Minor] Update some Lua using new APIMikhail Galanin2018-08-141-35/+30
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-7/+8
* [Minor] Fix dkim reputation selectorVsevolod Stakhov2018-07-231-4/+7
* [Minor] Fix misprint in reputation moduleVsevolod Stakhov2018-07-231-3/+3
* [Feature] Allow to split symbols in reputation pluginVsevolod Stakhov2018-07-211-7/+35
* [Minor] Fix function argumentsVsevolod Stakhov2018-07-201-1/+1
* [Minor] Use hashes in SPF reputation selectorVsevolod Stakhov2018-07-201-2/+12
* [Minor] Fix various issues in reputation module, allow per rule redis settingsVsevolod Stakhov2018-07-201-7/+30
* [Feature] Add SPF selector to reputationVsevolod Stakhov2018-07-201-1/+77
* [Minor] Silence warningsVsevolod Stakhov2018-03-151-1/+1
* [Project] Encourage dependencies registration by name onlyVsevolod Stakhov2018-03-151-1/+1
* [Minor] Various fixes to reputation pluginVsevolod Stakhov2018-02-281-12/+16
* [Feature] Implement buckets for Redis backendVsevolod Stakhov2018-02-281-29/+93
* [Minor] Rework initialisation logic in reputation moduleVsevolod Stakhov2018-02-281-11/+37
* [Refactor] Rename all lua libraries in the common wayVsevolod Stakhov2018-02-231-1/+1
* [Minor] Reputation: deal with inbound/outbound both setAndrew Lewis2018-01-151-7/+9
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+2
* [Feature] Implement DKIM reputation adjustmentsVsevolod Stakhov2017-11-261-18/+57
* [Minor] Preliminary implementation of dkim reputationVsevolod Stakhov2017-10-251-0/+117
* [Minor] Attach url reputation selectorVsevolod Stakhov2017-10-161-0/+1
* [Feature] Add urls reputation to the reputation frameworkVsevolod Stakhov2017-10-161-6/+130
* [Minor] Add ip reputation setter logicVsevolod Stakhov2017-10-141-0/+47
* [Rework] Add frame for new reputation based IP score moduleVsevolod Stakhov2017-10-141-8/+151
* [Minor] Silence warningsAndrew Lewis2017-10-131-13/+11
* [Minor] Use config fieldVsevolod Stakhov2017-10-121-7/+8
* [Minor] Add some generic applicability settings for reputationVsevolod Stakhov2017-10-111-9/+50
* [Minor] Start moving of ip reputation to the new frameworkVsevolod Stakhov2017-10-071-0/+5
* [Minor] Add redis backendVsevolod Stakhov2017-10-071-9/+87
* [Minor] Add basic DNS backend to the reputation pluginVsevolod Stakhov2017-10-071-4/+104
* [Feature] Add framing for the new reputation generic pluginVsevolod Stakhov2017-10-071-0/+254