Benedikt Radtke

Results 92 comments of Benedikt Radtke

https://github.com/WhisperSystems/libsignal-service-java/commit/c8d7c3c00445a81b81e0a7305151cda4534ba299 sync now supports block and expiry

We now support reading the sync messages, but normal group updates to not contain any expiry information, so we wait for the official clients to address that. I have created...

Signal-Android is moving forward! https://github.com/signalapp/Signal-Android/pull/7921/files

I have added basic logging to the most frequent code paths in libsignal-service-dotnet, and we can add handlers to it in Signal-Windows. Right now one is printing every log event,...

I tested AppCenterSDK, but their [crash reports don't work reliably](https://github.com/Microsoft/AppCenter-SDK-DotNet/issues/572) and they do not (yet) support attaching logfiles.

3be340c50b351f45f20484ffb21e682079ddfe62 prompts the StartPage when initial connect fails due to invalid login credentials. We should react to it during reconnects too, otherwise we miss auth failures a) at runtime and...

Unfortunately the Signal server does not support microsoft push (at the moment). Signal-Windows will receive messages if - it is open and not suspended - the background task is running...

Signal-Windows does not yet support adding slaves. However if you don't mind using cli tools, you may use [signal-cli](https://github.com/AsamK/signal-cli/issues) as the master device, and add multiple slaves to it.

It has been 2 years, is there a nice way of doing things by now?

libsignal is now supporting this. OnMessage is now called with a SignalServiceMessagePipeMessage, which may be a SignalServiceMessagePipeEmptyMessage.