Results 218 comments of Hermann Höhne

In the past two weeks, I have not received any reports about severe defects. Is there any issue I forgot about? Especially in regard to spectrum? The section about [known...

Thank you for the feedback, it is very constructive. :) > There are a lot of questionable decisions under "bridge-compatibility" and other options Please elaborate which decisions are sub-optimal in...

I want to support purple 3 one day. I mainly write this plug-in so I can use it myself. And I don't use Pidgin 3, yet. Contributions are welcome, of...

Yes, that describes the challenge quite well. Preprocessor switches are necessary to discriminate the version numbers. You can look at these projects of EionRobb's for examples on how to add...

Indeed, this plug in is coupled very tightly to a specific signal-cli version. This had not been a problem when I updated the code-base on a monthly basis. However, recent...

The point of this plug-in was eliminating the need for signald. I hoped it would reduce the amount of maintenance required and offer compatibility with Windows at the same time....

The plug-in does not appear in the list if the `purple_signal.dll` cannot be loaded due to missing dependencies. The only hard "early" dependency is `jvm.dll` from a 32 bit Java...

@EionRobb Nice idea, but that is a 64bit dll. The win32 build of Pidgin is 32bit and cannot load 64bit dlls. :( Do you happen to know if Pidgin 3...

@mooomooo Yes. By design, they do. At least they coexist on my system. :D If you registered the number via signald, you need to use signald's [add_device](https://git.callpipe.com/finn/signald#add_device) command directly (with...

@mooomooo I have seen this error in [purple-gowhatsapp](https://github.com/hoehermann/purple-gowhatsapp/issues/42). It is not an issue with this plug-in's code, but rather between glib and the purple library. Please remove `-Werror` from `c/CMakeLists.txt`...