maqnouch

Results 11 comments of maqnouch

Hi, Using AWS is not required, but you must update the server source code.

Hi, you can generate it with this command: `java -jar service/target/TextSecureServer-3.21.jar zkparams` But before using this command you must update the zkgroup-java dependency in service/pom.xml from 0.6.0 to 0.7.0: `...

you must first to creat the databases in postgres, and populate them using this command: `java -jar service/target/TextSecureServer-3.21.jar abusedb migrate service/config/config.yml java -jar service/target/TextSecureServer-3.21.jar accountdb migrate service/config/config.yml java -jar service/target/TextSecureServer-3.21.jar...

HI, How I can help you?

Hello thanks for your kind encouragement, Yes I'm trying to find time to work on the storage-server in as near future.

Thanks @swadexi

Hi, are you asking how to build it? If you want only to run it on Windows all you need is a compatibe JVM

Hi in, https://github.com/signalapp/Signal-Android/blob/master/app/src/main/java/org/thoughtcrime/securesms/util/MemoryFileDescriptor.java Remplace: `public synchronized static boolean supported() { if (supported == null) { try { int fileDescriptor = FileUtils.createMemoryFileDescriptor("CHECK"); if (fileDescriptor < 0) { supported = false; Log.w(TAG,...

Hi yes you can setup the signal-server without the CDS.

Hi, this is related to the [SGX enclave](https://github.com/signalapp/ContactDiscoveryService), and keep in mind that most of the time the published Android source code is ahead of the Server code.