From 02de2ce640a2936d4fb1bd10a67fa2eff40eb5ed Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 9 Mar 2024 10:55:00 -0500 Subject: [PATCH] readme: create --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4b4842 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# irccrab 🦀 + +rust alternative to [ircdog](https://github.com/ergochat/ircdog) +because i did not feel like installing go + +- automatically responds to irc `PING`s +- connects via tls (rustls) or plaintext +- can use an alternative cafile or disable tls verification entirely +- supports client certificate authentication +