Signal-Server
libsignal-protocol-javascript
Signal-Server | libsignal-protocol-javascript | |
---|---|---|
203 | 3 | |
9,683 | 1,877 | |
3.0% | - | |
9.8 | 1.3 | |
2 days ago | over 3 years ago | |
Java | JavaScript | |
GNU Affero General Public License v3.0 | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Signal-Server
-
Signal messenger blocked in Russia, says Roskomnadzor -Ifax
Last commit two days ago: https://github.com/signalapp/Signal-Server
Please don't spread FUD. If you're really this worried (about what? the client is still open too, or use Molly-FOSS if you're that paranoid), run your own server too.
-
Apple Intelligence, the personal intelligence system
I don't think so. Signal regularly stops committing code to the public repos (https://github.com/signalapp/Signal-Server) when they're working on some kind of big reveal (cryptocurrency integration and such), but the server code is out there for you to run yourself.
Signal has the added benefit that it doesn't need to read what's in the messages you send. It needs some very basic routing information and the rest can be encrypted end to end. With AI stuff, the contents need to be decrypted in the cloud, so the end-to-end protections don't apply.
-
Signal's Meredith Whittaker on the Telegram security clash
Signal apps and server are all on GitHub and frequently updated, for what it's worth: https://github.com/signalapp/Signal-Server https://github.com/signalapp/Signal-iOS.
-
Signal: Keep your phone number private with Signal usernames
> They could at least BSL the server code and allow others to verify the server code and host but not compete.
This is exactly what they do (except they use AGPL): https://github.com/signalapp/Signal-Server
-
Are Signal Notifications Encrypted ?
https://github.com/signalapp/Signal-Server/blob/main/service/src/main/java/org/whispersystems/textsecuregcm/push/APNSender.java for APNs push notification payloads
- Signal Username Commit
-
How to Selfhost Signal Server?
git clone https://github.com/signalapp/Signal-Server.git
- Children’s data is probably being collected by messengers
- Belgorod People's Republic: "We need any fresh information on the enemy (equipment, manpower and the movement of motorized rifle companies that were sent to put out the fire) in this sector. Please only submit when YOU ARE SURE IT IS SAFE TO DO IT. Otherwise, don't post information."
-
Can't link main class in dropwizard project
yes it is available here https://github.com/signalapp/Signal-Server/blob/main/service/pom.xml
libsignal-protocol-javascript
-
Questions about implementing basic e2e encryption for messages
There is this: https://github.com/signalapp/libsignal-protocol-javascript. But the docs state that it's deprecated. It also doesn't seem to handle the store.
-
Question about Signal API
Signal Protocol JavaScript library
-
Are There Any Tutorials On How To Use The Signal
C++/Java for the development of your messaging application there's also a JavaScript one.
What are some alternatives?
simplex-chat - SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!
signal-bot - A simple bot framework for Signal
matrix-docker-ansible-deploy - 🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
libsignal-protocol-c - Signal Protocol C Library
jami-cli - Jami client for terminal
libsignal-protocol-java - Signal Protocol library for Java/Android