Skip to content
#

signal

Here are 409 public repositories matching this topic...

kb100
kb100 commented Jun 18, 2017

For my signal-authenticator project, it is very important that signal-cli acts as I would think it would when something goes wrong. These seem obvious so forgive me, but can you confirm that:

  1. If a Signal user gets a new key, signal-cli will refuse to send messages encrypted to the new key until the new key is marked trusted (manually).
  2. In (1.) signal-cli exits with a nonzero exit status
keverets
keverets commented Jun 2, 2018

Bug description

Though Silence states that it's based on the signal protocol ("A fork of Signal with only SMS/MMS encryption") that's insufficient for other projects to interoperate with Silence.

To that end, documenting the protocol used would allow for other implementations, or for it to be used in slightly different contexts.

The one under consideration (which motivated the submiss

Pust0T
Pust0T commented Jun 29, 2019

The example is not compiled. (LEDTest)
Here is the error message

In file included from C:\Users\Pust0T\Documents\Arduino\libraries\uSpeech-master\viterbidecoder.cpp:11:0:

C:\Users\Pust0T\Documents\Arduino\libraries\uSpeech-master\viterbidecoder.h:21:5: error: 'uint8_t' does not name a type

 uint8_t num_symbols;

 ^

C:\Users\Pust0T\Documents\Arduino\libraries\uSpeech-master\v

lumbric
lumbric commented Jun 2, 2019
  • Operating system: Linux
  • Build version (signal-back --version): signal-back v0.1.6-dirty, proto commit: d6610f0

Detailed description

The format command has the option --message (default sms). In the source code I found that mms might be another possible value. The output csv file is identical independent of message=sms or message=mms.

Maybe I'm simply using it in a wro

RallyTronics
RallyTronics commented Jan 15, 2020

I get a null pointer exception on line 161 "this->graphics_context._Mypair._Myval2 was nullptr."

auto canvas = graphics_context->create_canvas(size, canvas_flags);

in the window::draw() function

void window::draw()
  {
    graphics::canvas_flags canvas_flags;
    if(flags.test(window_flag::anti_alias))
      canvas_flags |= graphics::canvas_flag::anti_alias;

    auto canvas 
NeuroKit
DominiqueMakowski
DominiqueMakowski commented Jan 18, 2020

Examples ideas

Examples are short, specific and self-contained articles about specific topics or possibilities.

  • Understanding NeuroKit: how to see what a function does in the docs, then its code on github, then where is the code located on your machine, and where you can try to make changes/fixes
  • How to contribute: once some change/fixes are mde, how to push back to
Thomas131
Thomas131 commented Aug 22, 2019

Hi!
I really want to get signal working with Pidgin (since I thought of programming something like this on my own not knowing it already exists).

I got it installed executing the Makefile and manually copying the .so-File. (It seems like r4m0n/libpurple-signald is working on a make install)

Now I am struggeling to log in. I added my Phone-Number in the +{countrycode}{number}-Style, bu

Improve this page

Add a description, image, and links to the signal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the signal topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.