summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/trie.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | So now in a configuration with multiple section with the same name, for example: module { param1 = value1; param2 = value2; } module { param2 = value2_1; param3 = value3; } this function will return a single lua table that looks as following: param1 = value1, param2 = value2_1, param3 = value3
* 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
| | | | Reported by: Andrew Lewis
* 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
| | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well.
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-2/+0
| | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now
* * Make trie plugin and fix trie lua APIVsevolod Stakhov2011-01-251-0/+102