--
This commit is contained in:
8
irc.html
8
irc.html
@ -13,11 +13,13 @@
|
||||
<p><i>--- Ognjen Milan Robovic</i></p>
|
||||
<br/>
|
||||
<p>IRC is for the mentally mental and the very well. It serves as a great retard filter, supposedly.</p>
|
||||
<br/>
|
||||
<h2 id="join">Connect</h2>
|
||||
<center>
|
||||
<h1><a href="ircs://irc.xolatile.top/">IRC.Xolatile.Top</a></h1>
|
||||
<p>Secure Connections Only | Port 6697 | Use TLS 1.2+</p>
|
||||
</center>
|
||||
<br/>
|
||||
<h2 id="register">Registering In Xolatile.Top</h2>
|
||||
<p>You need a client that can connect with SASL (Weechat, irssi, etc.) and must fully set it up BEFORE reconnecting.</p>
|
||||
<p>You'll have exclusive control over your nick and will have enabled a server-side bouncer.<p>
|
||||
@ -25,8 +27,8 @@
|
||||
/nick your_nick_forever
|
||||
/msg nickserv register <PASSWORD>
|
||||
</pre>
|
||||
<h2>Authentication methods (pick one)</h2>
|
||||
<h3>1. SASL PLAIN</h3>
|
||||
<h3>Authentication Methods (Pick One)</h3>
|
||||
<h4>1. SASL PLAIN</h4>
|
||||
<p>Simple plaintext password, the most widely supported and relatively easy to setup.</p>
|
||||
<pre>
|
||||
set sasl_mechanism = plain
|
||||
@ -34,7 +36,7 @@ set sasl_username = nick
|
||||
set sasl_password = <PASSWORD> # same as registration
|
||||
</pre>
|
||||
</p>
|
||||
<h3>2. CertFP/SASL EXTERN</h3>
|
||||
<h4>2. CertFP/SASL EXTERN</h4>
|
||||
<p>Certificate based authentication, more intensive setup. You're objectively cooler for using it.</p>
|
||||
<p>The following commands are required, this generates a valid certificate and prints the fingerprint which you must copy to your IRC client.</p>
|
||||
<pre>
|
||||
|
Reference in New Issue
Block a user