libsignal-service-dotnet icon indicating copy to clipboard operation
libsignal-service-dotnet copied to clipboard

Results 12 libsignal-service-dotnet issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.4 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

- DeviceGroupsStream - DeviceContactsStream need suitable replacements

Digging into #43 it seems the like issue that has broken the library (at least for me) is the fact the protocol version has increased the compat requirement beyond where...

If we didn't want to do async/Task support we could avoid changing the protocol library, (and the library itself has to use .wait as it has locks). This is a...

The project still references 0.0.3 the current is 0.1.2 in trying to compile everything from source I noticed the latest uuid support/etc needs updating in this library to work. There...

I am not sure if this should go here or in libsignal-protocol-dotnet. I am not sure if this is even something that is desired. Right now https://github.com/signal-csharp/libsignal-protocol-dotnet/blob/master/libsignal-protocol-dotnet/SessionCipher.cs decrypt (one of...

So using this in windows requires you adding the "textsecure-servicewhispersystemsorg.crt" certificate to "Trusted people" either at runtime (as the UWP app does) or manually otherwise. The problem is there is...

https://github.com/signalapp/libsignal-service-java/commit/f0d416e3da553900d05496b18b1ad8f40162403c Not sure what they want it for.