aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_verdict.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Breaking: Do not report module as actionAlexander Moisseev2024-01-281-20/+1
| | | | | | | | in the /history response since we have the `passthrough_module` key for that purpose. While that might be handy in some situations, mixing actions and module names is confusing in general.
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-8/+8
|
* [Rework] Breaking: Do not report soft reject in historyVsevolod Stakhov2023-01-071-0/+19
| | | | | | | | | | | | | | We can have much more clear information if we store the real action in case of `soft-reject`. In this case, we can just imply that a module that has set this action is an action itself, such as: * greylist * ratelimit * multimap * antivirus rule name This policy seems quite reasonable, as `soft reject` has no meaning on its own.
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
|
* Spelling (#4086)Josh Soref2022-02-221-1/+1
| | | [Rework] Massive spelling fix from @jsoref
* [Feature] Add verdict library in luaVsevolod Stakhov2019-11-041-0/+189