diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 17:37:34 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 17:37:34 -0700 |
| commit | 1900894217b041b25f2bd759769c5fd50778c0a5 (patch) | |
| tree | ebc33eb5f05beac622d6059588e301d79d3fc2ce /irc.html | |
| parent | d83ed2bc5c70079dccfe6f6eda7909cf6e27dcb4 (diff) | |
MOD: upd.
Diffstat (limited to 'irc.html')
| -rw-r--r-- | irc.html | 24 |
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 <nick> <password></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 = <nick> | 19 | <pre>host = irc.0druid.cc |
| 20 | sasl-plain = <nick>:<password></pre> | 20 | port = 6697 |
| 21 | sasl-plain = nick:pass | ||
| 22 | nick = nick | ||
| 23 | user = nick | ||
| 24 | real = nick | ||
| 25 | pass = 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 = <nick> | 29 | <pre>host = irc.0druid.cc |
| 30 | port = 6697 | ||
| 25 | sasl-external | 31 | sasl-external |
| 32 | nick = nick | ||
| 33 | user = nick | ||
| 34 | real = nick | ||
| 35 | pass = servpass | ||
| 26 | cert = ~/.config/catgirl/cert.pem</pre> | 36 | cert = ~/.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> |
