Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Detect confighelp in plugins initialisation | Vsevolod Stakhov | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Reduce log noise in trie | Vsevolod Stakhov | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix matching of the same patterns from different tries | Vsevolod Stakhov | 2016-12-16 | 1 | -2/+3 |
| | | | | MFH: true | ||||
* | [Fix] Fix body trie matching | Vsevolod Stakhov | 2016-12-16 | 1 | -1/+1 |
| | | | | MFH: true | ||||
* | [Minor] Use new API for debug logging in Lua plugins | Andrew Lewis | 2016-11-25 | 1 | -1/+2 |
| | |||||
* | [Minor] Small polishes for Lua parts | Andrew Lewis | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | [Minor] Lint Lua plugins & global functions | Andrew Lewis | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove handful more globals | Andrew Lewis | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua | ||||
* | [Minor] Use infox instead of info in logging | Vsevolod Stakhov | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix log message; don't use legacy API | Andrew Lewis | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 1 | -0/+6 |
| | |||||
* | [Feature] Implement body rules for the trie plugin | Vsevolod Stakhov | 2016-05-24 | 1 | -10/+23 |
| | |||||
* | [Feature] Use new version of register_symbol in rspamd plugins | Vsevolod Stakhov | 2016-04-22 | 1 | -15/+22 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -19/+9 |
| | |||||
* | Update logging in lua modules. | Vsevolod Stakhov | 2015-09-01 | 1 | -7/+7 |
| | |||||
* | Fix lua plugins. | Vsevolod Stakhov | 2015-05-28 | 1 | -4/+9 |
| | |||||
* | `get_all_opt` now flattens the content of objects | Vsevolod Stakhov | 2015-05-05 | 1 | -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 Stakhov | 2015-04-07 | 1 | -9/+8 |
| | |||||
* | Rewrite trie plugin. | Vsevolod Stakhov | 2015-04-07 | 1 | -97/+115 |
| | |||||
* | Clarify copyright for lua plugins. | Vsevolod Stakhov | 2015-02-13 | 1 | -0/+26 |
| | |||||
* | Adopt trie plugin. | Vsevolod Stakhov | 2014-08-25 | 1 | -2/+4 |
| | |||||
* | Replace gfind with gmatch. | Vsevolod Stakhov | 2013-11-08 | 1 | -1/+1 |
| | | | | Reported by: Andrew Lewis | ||||
* | Improve performance of trie search. | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+2 |
| | |||||
* | Fixes from previous commit. | Vsevolod Stakhov | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 1 | -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 Stakhov | 2011-02-03 | 1 | -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 API | Vsevolod Stakhov | 2011-01-25 | 1 | -0/+102 |