From 3222f7dfcca28fa5d13e0c0409ebf92677711dcf Mon Sep 17 00:00:00 2001 From: druid520 Date: Sat, 15 Aug 2026 21:59:06 +0000 Subject: irc page + git:// clone docs --- irc.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 irc.html (limited to 'irc.html') diff --git a/irc.html b/irc.html new file mode 100644 index 0000000..9e573bc --- /dev/null +++ b/irc.html @@ -0,0 +1,35 @@ + + + + + + 0druid.cc - irc + + + +

irc.0druid.cc

+

homepage. git. irc.

+

my irc server. tls only, on 6697. it runs ergo, and it officially supports catgirl (thats what i use).

+

its no-kyc: no email, no real name, no questions. just nick + password, then optionally a cert for passwordless login from catgirl.

+

connect with catgirl:

+
catgirl -h irc.0druid.cc -p 6697
+

first time, register your account (nick + password, no email needed):

+
/msg NickServ REGISTER <nick> <password>
+

then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:

+
nick = <nick>
+sasl-plain = <nick>:<password>
+

or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:

+
/msg NickServ CERT ADD
+

and switch to cert-only auth:

+
nick = <nick>
+sasl-external
+cert = ~/.config/catgirl/cert.crt
+priv = ~/.config/catgirl/cert.key
+

that cert + key is a self-signed tls client cert you make once:

+
openssl req -x509 -newkey ec -pkeyopt ec_paramgen_curve:P-256 \
+    -keyout ~/.config/catgirl/cert.key -out ~/.config/catgirl/cert.crt \
+    -days 3650 -nodes -subj "/CN=<nick>"
+

no logs of your messages or ip, no email, no ads. if you want an account just connect and register, i dont gate it.

+

oper (admin) is me. if somethings broken, email me.

+ + -- cgit 1.4.1