summary refs log tree commit diff
path: root/irc.html
diff options
context:
space:
mode:
authordruid520 <r.ustydruid520@proton.me>2026-08-18 00:17:19 +0000
committerdruid520 <r.ustydruid520@proton.me>2026-08-18 00:17:19 +0000
commitd0180200d521f5daa29bc8163ac7fe0db023f5e6 (patch)
tree977b662e7f09f198d9b15cd9028e16a864df483d /irc.html
parentdf6614866c9fea83c29a91d115a4400ff54ac862 (diff)
migrate to druid.rocks + security.txt
Diffstat (limited to 'irc.html')
-rw-r--r--irc.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/irc.html b/irc.html index 1ac247e..d2b2329 100644 --- a/irc.html +++ b/irc.html
@@ -3,20 +3,20 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0"> 5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc - irc</title> 6 <title>druid.rocks - irc</title>
7 <link rel="stylesheet" href="style.css"> 7 <link rel="stylesheet" href="style.css">
8</head> 8</head>
9<body> 9<body>
10 <h1>irc.0druid.cc</h1> 10 <h1>irc.druid.rocks</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, 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> 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 email. 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.druid.rocks -p 6697</pre>
16 <p>first time, register your account (nick + password):</p> 16 <p>first time, register your account (nick + password):</p>
17 <pre>/msg NickServ REGISTER nick pass</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.druid.rocks:</p>
19 <pre>host = irc.0druid.cc 19 <pre>host = irc.druid.rocks
20port = 6697 20port = 6697
21nick = nick 21nick = nick
22user = nick 22user = nick
@@ -26,7 +26,7 @@ sasl-plan = user:pass</pre>
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> 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>
27 <pre>/msg NickServ CERT ADD</pre> 27 <pre>/msg NickServ CERT ADD</pre>
28 <p>and switch to cert-only auth:</p> 28 <p>and switch to cert-only auth:</p>
29 <pre>host = irc.0druid.cc 29 <pre>host = irc.druid.rocks
30port = 6697 30port = 6697
31nick = nick 31nick = nick
32user = nick 32user = nick