Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug with task:inject() function according to the issue #5010 (#5021) | Ivan Stakhov | 2024-06-25 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Fix issue with task:inject_url * [Minor] Code clean up * [Minor] Clean up * [Minor] Small fix * [Minor] Fix small typo * [Test] Debug * [Test] Debug * [Test] Debug inject_url * [Test] Debugging * [Test] Debugging task:inject test * [Test] Debugging task:inject test * [Test] Debugging task:inject test * [Minor] Debug task:inject_url test * [Minor] Small fix * [Minor] Debug task:inject_url test * [Test] Test base task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test fixed task:inject * [Test] Test fixed task:inject * [Test] Testing task:inject * [Test] Testing task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Test base task:inject * [Test] Test base task:inject * [Test] Test base task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Minor] Clean up code in task:inject * [Minor] Updated test for task:inject * [Test] Debug test for task:inject_url * [Test] Debug test for task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Minor] Clean up code * [Minor] Clean up code * [Minor] Little fix for error messages in url.create function * [Test] Change way to inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Minor] Clean up code * [Test] Without fake mime_part * [Test] Without fake mime_part * [Minor] Clean up * [Test] Mime part of the task * [Test] Mpart should exist * [Test] Mpart should exist * [Test] Mpart should exist * [Test] Another check for mpart->urls * [Minor] Clean up * [Minor] Clean up * [Fix] Fixing OpenSSL 3.0 compatibility * [Fix] Reverted | ||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -71/+71 |
| | |||||
* | [Project] Convert the remaining | Vsevolod Stakhov | 2024-03-05 | 1 | -7/+7 |
| | |||||
* | [Minor] Slightly improve log message | Vsevolod Stakhov | 2024-02-12 | 1 | -24/+27 |
| | |||||
* | [Feature] Lua_url: Add `to_http` method | Vsevolod Stakhov | 2024-02-12 | 1 | -1/+86 |
| | |||||
* | [Fix] Fix `url:set_redirected` method | Vsevolod Stakhov | 2023-08-09 | 1 | -5/+11 |
| | |||||
* | [Minor] Add Lua methods to get urls order | Vsevolod Stakhov | 2023-07-26 | 1 | -0/+46 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -406/+402 |
| | | | | No meaningful changes. | ||||
* | [Minor] Restore old port behaviour | Vsevolod Stakhov | 2023-07-24 | 1 | -4/+11 |
| | |||||
* | [Feature] Reorganise struct rspamd_url to be 64 bytes size | Vsevolod Stakhov | 2023-07-23 | 1 | -12/+18 |
| | |||||
* | [Minor] Get rid of some compiler warnings | Vsevolod Stakhov | 2022-11-04 | 1 | -2/+0 |
| | |||||
* | [Minor] Adopt lua_url stuff for the new PRG | Vsevolod Stakhov | 2022-03-18 | 1 | -6/+6 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -3/+3 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Fix] Fix exclude flags setting | Vsevolod Stakhov | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Plug some leaks on error paths | Vsevolod Stakhov | 2021-09-18 | 1 | -0/+2 |
| | | | | Found by: coverity scan | ||||
* | [Minor] Do not read extra byte of garbadge | Vsevolod Stakhov | 2021-09-17 | 1 | -3/+3 |
| | | | | Found by: coverity scan | ||||
* | [Minor] Allow rspamd_text in rspamd_url.create | Vsevolod Stakhov | 2021-04-28 | 1 | -6/+5 |
| | |||||
* | [Rework] Rename phished url to a linked url | Vsevolod Stakhov | 2021-04-19 | 1 | -26/+7 |
| | |||||
* | [Minor] Allow numeric flags when filling cbdata | Vsevolod Stakhov | 2021-04-15 | 1 | -15/+34 |
| | |||||
* | [Minor] Lua_url: Propagate numeric flags | Vsevolod Stakhov | 2021-04-15 | 1 | -1/+11 |
| | |||||
* | [Minor] It seems we still need raw urls... | Vsevolod Stakhov | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve rspamd_url structure layout and remove `raw` field | Vsevolod Stakhov | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | [Minor] Be consistent in the branches of checks | Vsevolod Stakhov | 2021-04-13 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix include/exclude mode for get_urls method | Vsevolod Stakhov | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Distinguish nil from none | Vsevolod Stakhov | 2021-04-13 | 1 | -2/+2 |
| | |||||
* | [Minor] Url: Fix parsing of numeric urls with a port | Vsevolod Stakhov | 2021-04-12 | 1 | -9/+11 |
| | |||||
* | [Minor] fix typo: obfusicated -> obfuscated | Richard Schwab | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | [Feature] Lua_task: Add get_urls_filtered method | Vsevolod Stakhov | 2021-03-19 | 1 | -3/+121 |
| | |||||
* | [Minor] Oops, fix misprint | Vsevolod Stakhov | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | [Minor] Lua_url: Add comparison metamethods | Vsevolod Stakhov | 2021-02-22 | 1 | -0/+39 |
| | |||||
* | [Feature] Allow to sort urls for Lua | Vsevolod Stakhov | 2021-02-22 | 1 | -0/+6 |
| | |||||
* | [Minor] Lua_url: Allow to get numeric flags from an url | Vsevolod Stakhov | 2021-02-19 | 1 | -0/+18 |
| | |||||
* | [Minor] Allow to specify flags mode when getting urls | Vsevolod Stakhov | 2020-05-18 | 1 | -4/+31 |
| | |||||
* | [Fix] Fix get_urls table invocation | Vsevolod Stakhov | 2020-05-18 | 1 | -23/+36 |
| | |||||
* | [Minor] Fix flags and protocols checks | Vsevolod Stakhov | 2020-04-30 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix default behaviour of task:get_urls | Vsevolod Stakhov | 2020-04-29 | 1 | -0/+6 |
| | |||||
* | [Minor] Fix the case of empty flags :( | Vsevolod Stakhov | 2020-04-21 | 1 | -1/+2 |
| | |||||
* | [Rework] Further rework of lua urls extraction API | Vsevolod Stakhov | 2020-04-21 | 1 | -27/+121 |
| | |||||
* | [Minor] Amend doc string | Vsevolod Stakhov | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | [Rework] Rework url flags handling API | Vsevolod Stakhov | 2020-04-21 | 1 | -22/+44 |
| | |||||
* | [Rework] Rework urls extraction | Vsevolod Stakhov | 2020-04-21 | 1 | -1/+144 |
| | |||||
* | [Rework] Rework URL structure: adjust tld part | Vsevolod Stakhov | 2020-03-09 | 1 | -2/+2 |
| | |||||
* | [Rework] Rework URL structure: more structure optimisations | Vsevolod Stakhov | 2020-03-09 | 1 | -6/+6 |
| | |||||
* | [Rework] Rework URL structure: host field | Vsevolod Stakhov | 2020-03-09 | 1 | -4/+4 |
| | |||||
* | [Rework] Rework URL structure: user field | Vsevolod Stakhov | 2020-03-09 | 1 | -4/+7 |
| | |||||
* | [Project] Support mempool flags | Vsevolod Stakhov | 2019-12-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix rspamd_url.all method | Vsevolod Stakhov | 2019-11-25 | 1 | -3/+1 |
| | |||||
* | [Minor] Document `image` flag in url:get_flags() | Anton Yuzhaninov | 2019-10-23 | 1 | -0/+1 |
| | |||||
* | [Minor] Fix doc comment for url.init | Anton Yuzhaninov | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix documentation | Vsevolod Stakhov | 2019-10-23 | 1 | -1/+4 |
| |