aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/url_redirector.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Replace rspamd_logger.debugm with proper lua_util.debugmVsevolod Stakhov2024-12-121-5/+5
* [Fix] Fix various issues in the `url_redirector` pluginVsevolod Stakhov2023-09-071-4/+6
* [Fix] Fix `url:set_redirected` methodVsevolod Stakhov2023-08-091-2/+3
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-53/+55
* [Minor] Improve optionsVsevolod Stakhov2023-04-221-2/+14
* [Feature] Add extra symbol when URL redirector reaches nested limitVsevolod Stakhov2023-04-221-2/+23
* [Minor] Allow content URLs in the url_redirectorVsevolod Stakhov2023-02-261-0/+1
* [Minor] Honor more redirect 3xx codesVsevolod Stakhov2023-02-251-1/+9
* [Minor] Minor debugging improvementsVsevolod Stakhov2022-09-101-0/+1
* [Minor] Register more timeoutsVsevolod Stakhov2022-09-101-0/+2
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
* [Minor] Url_redirector: Fix zset trimmingVsevolod Stakhov2021-08-031-1/+1
* [Minor] Url_redirector: Set redirect_target flagVsevolod Stakhov2021-04-191-1/+1
* [Fix] #3249Jan Smutny2020-04-211-2/+2
* [Minor] Add more redis prefixesVsevolod Stakhov2019-12-251-0/+10
* [Minor] Inject redirected urlVsevolod Stakhov2019-08-231-0/+1
* [Minor] One more legacy...Vsevolod Stakhov2019-08-221-1/+1
* [Rework] Url_redirector: Rewrite pluginVsevolod Stakhov2019-08-221-42/+119
* [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-101-6/+6
* [Project] Make surbl module reentrant (no global context)Vsevolod Stakhov2018-07-301-1/+1
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-0/+3
* [Feature] Allow randomly select User-Agent from a listVsevolod Stakhov2017-08-121-5/+32
* [Fix] Use raw urls when sending requests to redirectorVsevolod Stakhov2017-08-121-1/+1
* [Minor] Minor fixes to log messagesVsevolod Stakhov2017-06-101-2/+2
* [Minor] Fix url redirector after previous changesVsevolod Stakhov2017-06-101-2/+7
* [Feature] Allow to set custom user agent in url redirectorVsevolod Stakhov2017-06-101-1/+2
* [Minor] Improve maintenance for top urls listVsevolod Stakhov2017-06-091-3/+51
* [Feature] Add top redirector targets rankVsevolod Stakhov2017-06-091-1/+7
* [Minor] Use shorter keys for url redirectionsVsevolod Stakhov2017-06-091-1/+2
* [Feature] Expire processing items for URL redirector aggressivelyVsevolod Stakhov2017-06-091-3/+3
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Fix] URL redirector: Fix call to is_redirectorAndrew Lewis2017-03-301-1/+1
* [Feature] Resolve url chains in url_redirector moduleVsevolod Stakhov2017-03-211-2/+14
* [Minor] Use fake User-Agent in URL redirector pluginAndrew Lewis2017-02-231-0/+3
* [Test] Silence warningsAndrew Lewis2017-02-061-3/+4
* [Feature] Improve url redirector moduleVsevolod Stakhov2017-02-061-51/+63
* [Test] Silence warningsAndrew Lewis2017-02-051-11/+8
* [Feature] Add the preliminary version of redirects resolver in LuaVsevolod Stakhov2017-02-051-0/+164