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

I had to set up SMP and XFTP servers on a different port instead of the default ones because the default (especially 443 is already taken by another service). Thus,...

While trying to create the FreeBSD port for ```simplexmq```, I've encountered this problem: ``` $ make cabal-configure cd /usr/ports/net-im/hs-simplexmq/work/simplexmq-5.4.0 && /usr/bin/env XDG_DATA_HOME=/usr/ports/net-im/hs-simplexmq/work XDG_CONFIG_HOME=/usr/ports/net-im/hs-simplexmq/work XDG_CACHE_HOME=/usr/ports/net-im/hs-simplexmq/work/.cache HOME=/usr/ports/net-im/hs-simplexmq/work PATH=/usr/local/libexec/ccache:/usr/ports/net-im/hs-simplexmq/work/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/usr/ports/net-im/hs-simplexmq/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh...

The ability to add a subject to a message and have this field be encrypted. This can allow for the protocol to also be used as an email like protocol,...

After installing 5.4.0 , I get on Ubuntu 22.04.3 LTS the error : /opt/simplex/smp-server: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory...

My smp-server does not start at boot. `systemctl status smp-server.service` gives this output: ``` Nov 06 22:59:09 simplex smp-server[1367]: Fingerprint: *********************************** Nov 06 22:59:09 simplex smp-server[1367]: Server address: smp://****************************************** Nov...

I had to set SMP/XFTP different ports from those by default because other services already took them. I also set TOR and have an address for SMP and XFTP. So...

As mentioned in https://github.com/simplex-chat/simplexmq/issues/731#issuecomment-1666541728 [*] there are multiple areas that could use cleaning up and documentation in order to make it easier for packaging and deploying the simplexmq servers. [*]...

It seems that through the dependency `memory == 0.15`, this package is restricted to GHC 8.10, which is very old. To make contributions easier, it would be great to support...

Hello, How to use, configure the ntf server and incorporate it with the smp server, the xftp server and simplex-chat ? I don't find doc about it. Thank you for...