summaryrefslogtreecommitdiff
path: root/connecting.html
blob: 3c074bfa61556d88d1ebbe5e4b3cf6c616736e7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>rx</title>
<link rel="stylesheet" href="style.css" />

<style>
a.link {color: #0000A0;}
a.visited {color: #A000A0;}
a.active {color: #00A000;}
pre, code {font-size: 11pt; background: #ddd;}
</style>
</head>
<body>
<h1>rx - how to connect</h1>
<p>To access rx, you need an IRC client or an IRC bouncer.  Point your client to your <a href="servers.html">server of choice</a>:</p>
<ul>
	<li>Port <code>6697</code>, TLS enabled</li>
</ul>
<p>You may also connect to rx without encryption.  Doing so is, however, not recommended, as doing so makes you vulnerable to man-in-the-middle attacks and leaking sensitive conversations.  If you still wish to connect to rx without encryption, you can do so by connecting to any server you want, with the following parameters:</p>
<ul>
	<li>Port <code>6667</code>, plain</li>
</ul>
<p>We support IPv6, encourage <a href="nickserv.html">CertFP authentication</a>, and allow Tor exit nodes on the network.</p>

<h2>Transports</h2>

<h3>Can I connect from Tor?</h3>
<p>We allow annonymous access to rx using Tor.  You can connect to:</p>
<ul>
	<li><code>7zgv6657ybvqnqiuwbnolzgnhbtutbwvuecd2qtsmtpeuclcie7ngvid.onion</code>, port <code>6667</code>, plain</li>
</ul>
<p>The hidden service runs on irc.andrewyu.org.  For many, Tor's end-to-end encryption will be sufficient.  However, if willing to use SASL EXTERNAL you must connect with TLS.  To do so, just add these two lines in <code>/etc/tor/torrc</code>:</p>
<pre><code># irc.andrewyu.org Tor service
MapAddress irc.andrewyu.org 7zgv6657ybvqnqiuwbnolzgnhbtutbwvuecd2qtsmtpeuclcie7ngvid.onion
</code></pre>
<p>And connect to <code>irc.andrewyu.org</code>, port <code>6697</code> with TLS enabled.<br/>You'll get a <code>[nick].tor.gateway.irc.andrewyu.org</code> cloak when connecting to our Onion service.</p>
<p>We also allow Tor exit nodes on the network (in which case you'll get a <code>[nick].c.tor.gateway.irc.andrewyu.org</code> cloak), but connecting to the clearnet from Tor isn't recommended.  Please use our Onion service instead.</p>

<h3>Can I connect from Matrix?</h3>
<p>We once had an instance of Matrix-Appservice-IRC hosted by vern.cc.  The bridge has been discontinued due to technical difficulties.  Additionally, if you're willing to host a Matrix-Appservice-IRC instance, please reach out to us in the <code>#support</code> channel before doing so.  Alternatively, you can use <a href="https://github.com/hifi/heisenbridge">Heisenbridge</a> to connect to the network.  Please note that your homeserver will log whatever you say in the network.  This may be a privacy concern especially if using a big public Matrix homeserver such as Matrix.org or any of the other homeservers provided by EMS.  We strongly recommend connecting from XMPP or using an IRC client directly instead, or hosting your own Matrix homeserver with your own Heisenbridge instance.</p>

<h3>Can I connect from XMPP?</h3>
<p>We do run an XMPP-to-IRC bridge.  Use the following syntax:</p>
<li><code>#channel@rx.trans.vitali64.duckdns.org</code> &ndash; channels</li>
<li><code>user@rx.trans.vitali64.duckdns.org</code> &ndash; users</li>
<p>For more info on how to use the XMPP bridge, see <a href="/xmpp.html">how to use the XMPP bridge</a></p>

<h2>Need help?</h2>
<p>We're available in the <code>#support</code> channel for any questions that may arise.  If having issues connecting, email ircï¼ andrewyu.org (don't copy-paste the email address).</p>
</body>
</html>