aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/trie.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-11/+13
* [Minor] Update more copyright years/emailVsevolod Stakhov2022-03-271-1/+1
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-1/+1
* [Minor] Register names for callback only symbolsVsevolod Stakhov2018-03-171-0/+1
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+2
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Minor] Reduce log noise in trieVsevolod Stakhov2017-03-061-1/+1
* [Fix] Fix matching of the same patterns from different triesVsevolod Stakhov2016-12-161-2/+3
* [Fix] Fix body trie matchingVsevolod Stakhov2016-12-161-1/+1
* [Minor] Use new API for debug logging in Lua pluginsAndrew Lewis2016-11-251-1/+2
* [Minor] Small polishes for Lua partsAndrew Lewis2016-11-161-2/+2
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-1/+1
* [Minor] Remove handful more globalsAndrew Lewis2016-11-071-1/+1
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-5/+1
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
* [Minor] Fix log message; don't use legacy APIAndrew Lewis2016-09-021-1/+1
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+6
* [Feature] Implement body rules for the trie pluginVsevolod Stakhov2016-05-241-10/+23
* [Feature] Use new version of register_symbol in rspamd pluginsVsevolod Stakhov2016-04-221-15/+22
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-19/+9
* Update logging in lua modules.Vsevolod Stakhov2015-09-011-7/+7
* Fix lua plugins.Vsevolod Stakhov2015-05-281-4/+9
* `get_all_opt` now flattens the content of objectsVsevolod Stakhov2015-05-051-1/+1
* Fix trie plugin.Vsevolod Stakhov2015-04-071-9/+8
* Rewrite trie plugin.Vsevolod Stakhov2015-04-071-97/+115
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-0/+26
* Adopt trie plugin.Vsevolod Stakhov2014-08-251-2/+4
* Replace gfind with gmatch.Vsevolod Stakhov2013-11-081-1/+1
* Improve performance of trie search.Vsevolod Stakhov2011-06-101-0/+2
* Fixes from previous commit.Vsevolod Stakhov2011-06-101-1/+1
* * Add LRU caching structureVsevolod Stakhov2011-06-101-0/+9
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-2/+0
* * Make trie plugin and fix trie lua APIVsevolod Stakhov2011-01-251-0/+102