No description
npins | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
default.nix | ||
launch-signal-cli.sh | ||
LICENSE | ||
module.nix | ||
overlay.nix | ||
package.nix | ||
README.md | ||
rustfmt.toml | ||
shell.nix |
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