Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -185/+184 |
| | | | | No meaningful changes. | ||||
* | [Rework] Html: Deal with the utf_content part | Vsevolod Stakhov | 2021-06-02 | 1 | -3/+3 |
| | |||||
* | [Feature] Lua_trie: Allow to report start of the match | Vsevolod Stakhov | 2020-10-26 | 1 | -18/+51 |
| | |||||
* | [Minor] Fix rspamd_has_only_html_part function + refactor macro names | Vsevolod Stakhov | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Add method to check hyperscan support to multipattern library | Vsevolod Stakhov | 2020-02-24 | 1 | -0/+15 |
| | |||||
* | [Feature] Support more hyperscan flags | Vsevolod Stakhov | 2019-09-24 | 1 | -0/+6 |
| | |||||
* | [Rework] Lua core: Use lightuserdata to index classes | Vsevolod Stakhov | 2019-09-16 | 1 | -12/+2 |
| | |||||
* | [Minor] Lua_trie: Fix match for lua_text | Vsevolod Stakhov | 2019-09-06 | 1 | -1/+1 |
| | |||||
* | [Feature] Lua_trie: More flexible API | Vsevolod Stakhov | 2019-09-04 | 1 | -12/+76 |
| | |||||
* | [Minor] Lua_trie: Add support of flags for trie creation | Vsevolod Stakhov | 2019-09-04 | 1 | -3/+24 |
| | |||||
* | [Project] Adopt Lua API | Vsevolod Stakhov | 2019-07-12 | 1 | -6/+4 |
| | |||||
* | [Rework] Rework utf content processing in text parts | Vsevolod Stakhov | 2018-09-05 | 1 | -3/+3 |
| | | | | | | - Store unicode in UTF parts - Store unicode for HTML parts - Rename struct fields and split them into unicode/utf components | ||||
* | [Minor] Better Lua 5.3 compatibility | Vsevolod Stakhov | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | [Feature] Add support for Lua API tracing | Vsevolod Stakhov | 2018-08-09 | 1 | -0/+4 |
| | |||||
* | [Fix] Fix couple of issues | Vsevolod Stakhov | 2017-01-15 | 1 | -3/+3 |
| | | | | Found by: Coverity | ||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | [Feature] Implement body rules for the trie plugin | Vsevolod Stakhov | 2016-05-24 | 1 | -0/+39 |
| | |||||
* | [Feature] Use rspamd specific type checks for userdata | Vsevolod Stakhov | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow binary patterns in lua_trie | Vsevolod Stakhov | 2016-04-23 | 1 | -2/+5 |
| | |||||
* | [Feature] Allow to have different flags for different patterns | Vsevolod Stakhov | 2016-04-14 | 1 | -4/+4 |
| | |||||
* | [Minor] Fix callback type | Vsevolod Stakhov | 2016-04-13 | 1 | -0/+1 |
| | |||||
* | [Feature] Use mutlipattern for lua_trie code | Vsevolod Stakhov | 2016-04-13 | 1 | -54/+43 |
| | |||||
* | Fix some issues found by coverity | Vsevolod Stakhov | 2016-02-09 | 1 | -3/+7 |
| | |||||
* | Fix leaks in lua error paths | Vsevolod Stakhov | 2016-02-05 | 1 | -0/+1 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 |
| | |||||
* | Start miration to the new strings. | Vsevolod Stakhov | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Rework parts and task structure: | Vsevolod Stakhov | 2015-07-13 | 1 | -8/+3 |
| | | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field | ||||
* | Use binary flags for part flags. | Vsevolod Stakhov | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Add @example tag. | Vsevolod Stakhov | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Forgot @module. | Vsevolod Stakhov | 2015-04-09 | 1 | -0/+1 |
| | |||||
* | Write documentation for lua_trie module. | Vsevolod Stakhov | 2015-04-09 | 1 | -0/+49 |
| | |||||
* | Indicies in lua starts from 1. | Vsevolod Stakhov | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Rework lua trie API, allow raw message search. | Vsevolod Stakhov | 2015-04-07 | 1 | -6/+31 |
| | |||||
* | Fix logic of lua_trie search. | Vsevolod Stakhov | 2015-04-07 | 1 | -9/+19 |
| | |||||
* | Rework lua trie for new actrie. | Vsevolod Stakhov | 2015-04-07 | 1 | -0/+263 |