Go to file
sinavir fc6abbdae3 chore: format better 2024-04-30 18:57:14 +02:00
npins init 2024-04-30 18:57:14 +02:00
src chore: format better 2024-04-30 18:57:14 +02:00
.gitignore init 2024-04-30 18:57:14 +02:00
Cargo.lock init 2024-04-30 18:57:14 +02:00
Cargo.toml init 2024-04-30 18:57:14 +02:00
LICENSE init 2024-04-30 18:57:14 +02:00
README.md init 2024-04-30 18:57:14 +02:00
launch-signal-cli.sh init 2024-04-30 18:57:14 +02:00
rustfmt.toml chore: format better 2024-04-30 18:57:14 +02:00
shell.nix chore: format better 2024-04-30 18:57:14 +02:00

README.md

Bridge between irc and signal

This program bridges togther one irc channel and one signal group (multiple channels is unsupported though it is easy to implement).

It uses signal-cli for the signal protocol and irc crate for the irc part.

For the moment it does not support CTCP.

how to deploy

TODO