0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/java
Jordan Rose 418886c599 SSv2: Add server receive support for compact device lists
This takes advantage of the fact that multiple devices for the same
user will have the same identity key and therefore will use the same
per-recipient SSv2 data anyway.

This commit also enforces (on the server side) that device IDs are in
the range 1..=127 for destinations of a SSv2 message; previously they
were varint-encoded.

When send support is added, the round-trip Rust tests will
automatically start testing this as well.
2023-11-07 16:25:22 -08:00
..
android Fix Android tests for 9c79bc97c 2023-10-26 13:25:43 -07:00
client usernames: Allow generating a new link buffer with existing entropy 2023-11-02 15:02:36 -07:00
docker Update prost to version 0.12 2023-09-20 14:00:54 -07:00
gradle/wrapper Java: Update to Gradle 7.4, and several other build system updates 2022-03-07 16:51:19 -08:00
server SSv2: Add server receive support for compact device lists 2023-11-07 16:25:22 -08:00
shared Expose SSv2 message parsing in libsignal-server 2023-11-07 12:19:14 -08:00
build_jni.sh Use the 64-bit curve25519-dalek backend even on 32-bit Android 2023-11-01 10:11:30 -07:00
build.gradle Bump to version 0.34.0 2023-11-03 11:46:38 -07:00
check_code_size.py Java: don't eagerly strip libsignal_client.so; let gradle do it for us 2021-08-30 12:33:18 -07:00
code_size.json Bump to version 0.34.0 2023-11-03 11:46:38 -07:00
Dockerfile Update prost to version 0.12 2023-09-20 14:00:54 -07:00
gradle.properties Android: Add very basic Curve25519 benchmarks 2022-12-02 17:14:06 -08:00
gradlew Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
gradlew.bat Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
license_header.txt Set up and apply code formatting for Java 2023-08-22 09:15:23 -07:00
Makefile Automate the Android and Server publishing to Sonatype 2023-08-25 12:33:56 -07:00
settings.gradle Set up and apply code formatting for Java 2023-08-22 09:15:23 -07:00