Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS
Go to file
Ehren Kret 0c495e7e72 Workaround lack of internal retry on transaction rollback
The get endpoint for key fetching can fail if the transaction cannot
complete because of simultaneous modification. Clients currently
receive 500 from this and retry if it happens, but this test case runs
into it without retrying and then complains that not all the threads
completed successfully. This workaround adds some retry attempts.
2020-04-29 17:10:13 -07:00
.jdk-overlay/jre/lib/security Squashed History 2013-12-08 23:11:09 -08:00
gcm-sender-async Remove references to newer bouncy castle from tests 2020-04-02 10:20:01 -07:00
redis-dispatch Add websocket-resources as a module 2019-05-01 13:19:15 -07:00
service Workaround lack of internal retry on transaction rollback 2020-04-29 17:10:13 -07:00
websocket-resources Update dropwizard to 2.0.8 2020-04-28 09:01:29 -07:00
.gitignore Fix assembly for multi-module 2019-05-01 14:02:18 -07:00
README.md Update readme 2018-04-04 10:01:43 -07:00
pom.xml Bump version to 3.22 2020-04-28 09:01:50 -07:00

README.md

Signal-Server

Documentation

Looking for protocol documentation? Check out the website!

https://signal.org/docs/

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright 2013-2016 Open Whisper Systems

Licensed under the AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html