Vsevolod Stakhov

Results 394 comments of Vsevolod Stakhov

Unfortunately, I have configured my IDE to reformat files on save, as I got tired of inconsistencies in style. For the source files I just used `clang-format` and that fixed...

It's a different Lua version but I have a glue on this issue now.

Could you please test the patch above?

See [#4674](https://github.com/rspamd/rspamd/pull/4674)

This rule is quite simple and it just compares two strings. Apparently, it might have somehow a more complicated logic, but for now it is quite dumb indeed.

I think the relevant commit from the upstream is there: http://cvs.schmorp.de/libev/ev.c?r1=1.534&r2=1.535 Using of the unpatched libev would be very troublesome due to some specifics I've added to the upstream version.

In fact, that would be better to migrate to libuv at some point, as it is well maintained and cross-platform.

It is expected and will not change in the foreseen future. There are many options to workaround this issue and they are well known.

I have checked the issue and I see no easy way to reach this goal preserving compatibility with the older versions of OpenSSL. Hence, I have no short term plans...