irc ping/ponger
Go to file
xfnw 23eb92dae3 use blocking stdout
awaiting on stdout allows new lines to be processed when we are
already done with and about to print a line, which causes lines
arriving quickly (like the MOTD text) to appear out of order.
2024-03-09 12:15:33 -05:00
src use blocking stdout 2024-03-09 12:15:33 -05:00
.gitignore init 2024-03-08 19:18:03 -05:00
Cargo.lock rust-pki-types crate not needed 2024-03-08 22:27:15 -05:00
Cargo.toml rust-pki-types crate not needed 2024-03-08 22:27:15 -05:00
LICENSE init 2024-03-08 19:18:03 -05:00
README.md readme: create 2024-03-09 11:05:28 -05:00

README.md

irccrab 🦀

rust alternative to ircdog because i did not feel like installing go

  • automatically responds to irc PINGs
  • connects via tls (rustls) or plaintext
  • can use an alternative cafile or disable tls verification entirely
  • supports client certificate authentication