Go to file
2024-05-22 17:09:01 +02:00
npins init 2024-04-30 18:57:14 +02:00
src chore: clippy 2024-05-22 16:59:36 +02:00
.gitignore feat: Refactor config system 2024-05-18 20:46:29 +02:00
Cargo.lock feat: Refactor config system 2024-05-18 20:46:29 +02:00
Cargo.toml feat: Refactor config system 2024-05-18 20:46:29 +02:00
default.nix feat: package 2024-05-22 16:59:36 +02:00
launch-signal-cli.sh feat: Refactor config system 2024-05-18 20:46:29 +02:00
LICENSE init 2024-04-30 18:57:14 +02:00
module.nix fix: use loadcredentials for now 2024-05-22 17:09:01 +02:00
overlay.nix feat: package 2024-05-22 16:59:36 +02:00
package.nix feat: package 2024-05-22 16:59:36 +02:00
README.md 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

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