Vsevolod Stakhov
Vsevolod Stakhov
In theory, each plugin can register endpoints in the controller REST API. It is just not implemented for Ratelimits.
Unfortunately, we can't provide any more help without a proper core file/backtrace. Closing issue.
No, I can't do anything with your core file: https://rspamd.com/doc/faq.html#what-can-i-do-with-core-files In fact, you need to build your port with debug, like `WITH_DEBUG=1 DEBUG=1 STRIP=` in your make arguments/environment.
> Unfortunately, we can't provide any more help without a proper core file/backtrace. Closing issue. Do we have anything new on that? If no, I will not reopen.
@yasuhirokimura In fact, I think we should just use system libfmt to avoid this issue. Rspamd will work with libfmt 10 without any issues, and Gentoo uses that as well.
No, it should work if you have **NO** libfmt installed anywhere during the port build process (e.g. in an isolated environment provided by poudriere). If we decide to use system...
In fact, let's reopen this issue as FreeBSD port is due to be updated anyway.
I think dependency is a more preferred option here, as Gentoo uses it without any problems.
Ah, that might be the issue. FreeBSD ports also have libfmt 10 and I will not patch Rspamd for that compatibility as it's utterly stupid.
In fact, I'm inclined to remove any possibility to use the system libfmt and nail the embedded version. It will get rid of any potential issues in the future at...