summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_url.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug with task:inject() function according to the issue #5010 (#5021)Ivan Stakhov2024-06-251-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 Stakhov2024-03-181-71/+71
|
* [Project] Convert the remainingVsevolod Stakhov2024-03-051-7/+7
|
* [Minor] Slightly improve log messageVsevolod Stakhov2024-02-121-24/+27
|
* [Feature] Lua_url: Add `to_http` methodVsevolod Stakhov2024-02-121-1/+86
|
* [Fix] Fix `url:set_redirected` methodVsevolod Stakhov2023-08-091-5/+11
|
* [Minor] Add Lua methods to get urls orderVsevolod Stakhov2023-07-261-0/+46
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-406/+402
| | | | No meaningful changes.
* [Minor] Restore old port behaviourVsevolod Stakhov2023-07-241-4/+11
|
* [Feature] Reorganise struct rspamd_url to be 64 bytes sizeVsevolod Stakhov2023-07-231-12/+18
|
* [Minor] Get rid of some compiler warningsVsevolod Stakhov2022-11-041-2/+0
|
* [Minor] Adopt lua_url stuff for the new PRGVsevolod Stakhov2022-03-181-6/+6
|
* Spelling (#4086)Josh Soref2022-02-221-3/+3
| | | [Rework] Massive spelling fix from @jsoref
* [Fix] Fix exclude flags settingVsevolod Stakhov2022-01-111-1/+1
|
* [Minor] Plug some leaks on error pathsVsevolod Stakhov2021-09-181-0/+2
| | | | Found by: coverity scan
* [Minor] Do not read extra byte of garbadgeVsevolod Stakhov2021-09-171-3/+3
| | | | Found by: coverity scan
* [Minor] Allow rspamd_text in rspamd_url.createVsevolod Stakhov2021-04-281-6/+5
|
* [Rework] Rename phished url to a linked urlVsevolod Stakhov2021-04-191-26/+7
|
* [Minor] Allow numeric flags when filling cbdataVsevolod Stakhov2021-04-151-15/+34
|
* [Minor] Lua_url: Propagate numeric flagsVsevolod Stakhov2021-04-151-1/+11
|
* [Minor] It seems we still need raw urls...Vsevolod Stakhov2021-04-141-1/+1
|
* [Minor] Improve rspamd_url structure layout and remove `raw` fieldVsevolod Stakhov2021-04-141-1/+1
|
* [Minor] Be consistent in the branches of checksVsevolod Stakhov2021-04-131-2/+2
|
* [Minor] Fix include/exclude mode for get_urls methodVsevolod Stakhov2021-04-131-1/+1
|
* [Minor] Distinguish nil from noneVsevolod Stakhov2021-04-131-2/+2
|
* [Minor] Url: Fix parsing of numeric urls with a portVsevolod Stakhov2021-04-121-9/+11
|
* [Minor] fix typo: obfusicated -> obfuscatedRichard Schwab2021-03-241-1/+1
|
* [Feature] Lua_task: Add get_urls_filtered methodVsevolod Stakhov2021-03-191-3/+121
|
* [Minor] Oops, fix misprintVsevolod Stakhov2021-02-221-1/+1
|
* [Minor] Lua_url: Add comparison metamethodsVsevolod Stakhov2021-02-221-0/+39
|
* [Feature] Allow to sort urls for LuaVsevolod Stakhov2021-02-221-0/+6
|
* [Minor] Lua_url: Allow to get numeric flags from an urlVsevolod Stakhov2021-02-191-0/+18
|
* [Minor] Allow to specify flags mode when getting urlsVsevolod Stakhov2020-05-181-4/+31
|
* [Fix] Fix get_urls table invocationVsevolod Stakhov2020-05-181-23/+36
|
* [Minor] Fix flags and protocols checksVsevolod Stakhov2020-04-301-2/+2
|
* [Minor] Fix default behaviour of task:get_urlsVsevolod Stakhov2020-04-291-0/+6
|
* [Minor] Fix the case of empty flags :(Vsevolod Stakhov2020-04-211-1/+2
|
* [Rework] Further rework of lua urls extraction APIVsevolod Stakhov2020-04-211-27/+121
|
* [Minor] Amend doc stringVsevolod Stakhov2020-04-211-1/+1
|
* [Rework] Rework url flags handling APIVsevolod Stakhov2020-04-211-22/+44
|
* [Rework] Rework urls extractionVsevolod Stakhov2020-04-211-1/+144
|
* [Rework] Rework URL structure: adjust tld partVsevolod Stakhov2020-03-091-2/+2
|
* [Rework] Rework URL structure: more structure optimisationsVsevolod Stakhov2020-03-091-6/+6
|
* [Rework] Rework URL structure: host fieldVsevolod Stakhov2020-03-091-4/+4
|
* [Rework] Rework URL structure: user fieldVsevolod Stakhov2020-03-091-4/+7
|
* [Project] Support mempool flagsVsevolod Stakhov2019-12-231-1/+1
|
* [Minor] Fix rspamd_url.all methodVsevolod Stakhov2019-11-251-3/+1
|
* [Minor] Document `image` flag in url:get_flags()Anton Yuzhaninov2019-10-231-0/+1
|
* [Minor] Fix doc comment for url.initAnton Yuzhaninov2019-10-231-1/+1
|
* [Minor] Fix documentationVsevolod Stakhov2019-10-231-1/+4
|