summary refs log tree commit diff
path: root/irc.html
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-15 17:37:34 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-15 17:37:34 -0700
commit1900894217b041b25f2bd759769c5fd50778c0a5 (patch)
treeebc33eb5f05beac622d6059588e301d79d3fc2ce /irc.html
parentd83ed2bc5c70079dccfe6f6eda7909cf6e27dcb4 (diff)
MOD: upd.
Diffstat (limited to 'irc.html')
-rw-r--r--irc.html24
1 files changed, 17 insertions, 7 deletions
diff --git a/irc.html b/irc.html index 2c49e0f..8514255 100644 --- a/irc.html +++ b/irc.html
@@ -9,20 +9,30 @@
9<body> 9<body>
10 <h1>irc.0druid.cc</h1> 10 <h1>irc.0druid.cc</h1>
11 <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p> 11 <p><a href="/">homepage</a>. <a href="/git.html">git</a>. <a href="/irc.html">irc</a>.</p>
12 <p>my irc server. tls only, on 6697. it runs ergo, and it officially supports <a href="https://git.causal.agency/catgirl/about/">catgirl</a> (thats what i use).</p> 12 <p>my irc server, invite only. tls only on port 6697, it runs ergo, and it officially supports <a href="https://git.causal.agency/catgirl/about/">catgirl</a> (thats what i use).</p>
13 <p>its no-kyc: no email, no real name, no questions. just nick + password, then optionally a cert for passwordless login from catgirl.</p> 13 <p>its no email. just nick + password, then optionally a cert for passwordless login from catgirl.</p>
14 <p>connect with catgirl:</p> 14 <p>connect with catgirl:</p>
15 <pre>catgirl -h irc.0druid.cc -p 6697</pre> 15 <pre>catgirl -h irc.0druid.cc -p 6697</pre>
16 <p>first time, register your account (nick + password, no email needed):</p> 16 <p>first time, register your account (nick + password):</p>
17 <pre>/msg NickServ REGISTER &lt;nick&gt; &lt;password&gt;</pre> 17 <pre>/msg NickServ REGISTER nick pass</pre>
18 <p>then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:</p> 18 <p>then you can log in with sasl. put this in ~/.config/catgirl/irc.0druid.cc:</p>
19 <pre>nick = &lt;nick&gt; 19 <pre>host = irc.0druid.cc
20sasl-plain = &lt;nick&gt;:&lt;password&gt;</pre> 20port = 6697
21sasl-plain = nick:pass
22nick = nick
23user = nick
24real = nick
25pass = servpass</pre>
21 <p>or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:</p> 26 <p>or, do it without a password at all: add your tls cert to your account. connect with your cert, log in once, then:</p>
22 <pre>/msg NickServ CERT ADD</pre> 27 <pre>/msg NickServ CERT ADD</pre>
23 <p>and switch to cert-only auth:</p> 28 <p>and switch to cert-only auth:</p>
24 <pre>nick = &lt;nick&gt; 29 <pre>host = irc.0druid.cc
30port = 6697
25sasl-external 31sasl-external
32nick = nick
33user = nick
34real = nick
35pass = servpass
26cert = ~/.config/catgirl/cert.pem</pre> 36cert = ~/.config/catgirl/cert.pem</pre>
27 <p>that cert + key is a self-signed tls client cert you make once:</p> 37 <p>that cert + key is a self-signed tls client cert you make once:</p>
28 <pre>catgirl -g ~/.config/catgirl/cert.pem</pre> 38 <pre>catgirl -g ~/.config/catgirl/cert.pem</pre>