No description
Find a file
Ryan Lahfa 105f1b709f feat: multi-server support
This is done.

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
2024-10-10 19:16:27 +02:00
npins chore: Run nixfmt 2024-07-19 19:06:13 +02:00
src feat: multi-server support 2024-10-10 19:16:27 +02:00
.gitignore feat: Refactor config system 2024-05-18 20:46:29 +02:00
Cargo.lock chore: update 2024-09-30 20:23:31 +02:00
Cargo.toml feat: Refactor config system 2024-05-18 20:46:29 +02:00
default.nix chore: Run nixfmt 2024-07-19 19:06:13 +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 chore: Run nixfmt 2024-07-19 19:06:13 +02:00
overlay.nix chore: Run nixfmt 2024-07-19 19:06:13 +02:00
package.nix chore: update 2024-09-30 20:23:31 +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