simplexmq icon indicating copy to clipboard operation
simplexmq copied to clipboard

⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.

Results 135 simplexmq issues
Sort by recently updated
recently updated
newest added

This change bumps several dependencies to allow building with ghc-9.2

This change enables testing with a more recent hspec.

This change fixes this compilation issue: ``` src/Simplex/Messaging/Notifications/Server/Env.hs:70:5: error: Multiple declarations of ‘serverIdentity’ Declared at: src/Simplex/Messaging/Notifications/Server/Env.hs:68:5 src/Simplex/Messaging/Notifications/Server/Env.hs:70:5 | 70 | serverIdentity :: C.KeyHash | ^^^^^^^^^^^^^^ ```

This is still quite rough and needs substantially more detail. Specifically, it also needs to cover contention and other membership alterations. I think it also needs to ensure that messages...

Dear @simplex-chat team, Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Channel Bindings for TLS: https://datatracker.ietf.org/doc/html/rfc5929 - XEP-0388: Extensible SASL Profile: https://xmpp.org/extensions/xep-0388.html -...

Im actually not entirely sure if this is an issue or my fault. Sry in advance, if i just didnt understand something crucial. So i've setup a SMP Server on...

Add support for post quantum cryptography. ref https://csrc.nist.gov/projects/post-quantum-cryptography https://pq-crystals.org/ https://github.com/pq-crystals/kyber - CRYSTALS-KYBER - CRYSTALS-DILITHIUM

I'm curious to understand just how it is that groups work, and what that means for their security and privacy properties. For individual connections, this is all pretty well documented...