exquo
exquo
Looking at the Signal-Server source, the relevant code appears to be in [`VerificationController.java`](https://github.com/signalapp/Signal-Server/blob/9a1da23bdbb1e6a1df4797f95100c7918a0f8336/service/src/main/java/org/whispersystems/textsecuregcm/controllers/VerificationController.java#L223), particularly the `/session/{sessionId}` API endpoint, which has among its responses: @ApiResponse(responseCode = "403", description = "The information...
This is a real problem! It is caused by signal-cli's DBus methods not listing the "UUID-only" contacts ([upstream issue](https://github.com/AsamK/signal-cli/issues/1508)). To resolve this, either signal-cli would have to make the necessary...
> It seems that scli calls `org.asamk.Signal.listNumbers` > An alternative could be changing that to `org.asamk.Signal.listIdentities` Unfortunately, the `org.asamk.Signal.listIdentities` method returns extraneous IDs; from https://github.com/AsamK/signal-cli/issues/1508 (linked above): > The `listIdentities`...
(This is not an authoritative answer; I just saw this question on my way to opening a new issue. FWIW) The overview goes something like this: 1. The "invoking process"...
Out of curiosity, what are the `testing` files in the `.jar`? ❯ unzip -l signal-cli-0.13.7/lib/libsignal-client-0.58.0.jar … 11897312 1980-02-01 00:00 libsignal_jni_aarch64.dylib 12473504 1980-02-01 00:00 libsignal_jni_amd64.dylib 70163000 1980-02-01 00:00 libsignal_jni_amd64.so 3240824 1980-02-01...
Should be possible. Maybe with a command like `:/search str here`. It can filter messages in the chat window, and the contacts in the contacts window, similarly to how the...