master
[Feature] Allow to store shingles as opaque Lua data
[Rework] Further types conversion (no functional changes)
[Minor] Slightly rework lua shingles to simplify storage
More lua logging improvements * Do not skip numeric indexes that are non-integer or outside of ipairs range when logging table contents * Simplify the code, drop redundant checks * Allow negative stack indexes in lua_logger_out_*() functions
[Fix] Fix memory leak in `lua_new_text` invocations
[Fix] Fix static maps description passing
[Minor] Fix for old OpenSSL, sigh
[Rework] Use clang-format to unify formatting in all sources
[Minor] Lua_http: Add more examples
Add support for complex table keys in logging output
[Fix] Add timer update before timer setting
[CritFix] Protect regexp matcher from regexps with empty patterns
[CritFix] Fix ARC-Seal signing
[Fix] Use bundled libfmt everywhere
[Minor] Fix several issues with flag propagation
[Feature] Allow adding timers to task (respecting symbols)
[Fix] Use cumulative timeout when dealing with TCP connections
[Minor] Fix lua_tensor usage
[Feature] Add UTF8 `sub` and `len` variants for rspamd_text
Fixed bug with task:inject() function according to the issue #5010 (#5021)
[Minor] Massive spelling correction