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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!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;}
</style>
</head>
<body>
<h1>rx</h1>
<p>We host a small Internet Relay Chat network called <b>rx</b>, running InspIRCd version 3 and <a href="https://codeberg.org/Test_User/haxircd">custom services</a>. We may move to other IRCds.</p>
<ul>
<li>TLS 1 (<strong>recommended</strong>): host <code>irc.andrewyu.org</code>, port <code>6697</code>;</li>
<li>TLS 2 (<strong>recommended</strong>): host <code>irc.runxiyu.org</code>, port <code>6697</code>;</li>
<li>Insecure 1: host <code>irc.andrewyu.org</code>, port <code>6667</code>.</li>
<li>Insecure 2: host <code>irc.runxiyu.org</code>, port <code>6667</code>.</li>
<li>We also offer a Tor hidden service. See the "Can I connect with Tor?" section on <a href="/connecting.html">this page</a>.</li>
</ul>
<ul>
<li><a href="/etiquette.html">IRC etiquette</a></li>
<li><a href="/connecting.html">Connecting to rx</a></li>
<li><a href="/gamja.html">Using gamja</a></li>
<li><a href="/nickserv.html">Registering a nickname</a></li>
<!-- <li><a href="/cloak.html">Getting a cloak</a></li> -->
<!-- <li><a href="/channels.html">Running a channel</a></li> -->
</ul>
<p style="color: red;">
The operators of this network are funny. They often like to introduce strange protocol violations (e.g. spaces in nicknames) for fun, testing, or no purpose at all. Sometimes client crash as a result. We are not responsible for damages due to protocol violations, and you should fix your client if it crashes in unexpected ways :)
</p>
<p>If you aren't a regular IRC user, you can get started by connecting from our web client (powered by <a href="https://git.andrewyu.org/fun/gamja.git">a fork</a> of <a href="https://git.sr.ht/~emersion/gamja">gamja</a>):</p>
<ul>
<li><a href="https://gamja.irc.andrewyu.org/">Web client</a></li>
</ul>
<p>Or try out some native IRC clients:</p>
<ul>
<li><a href="https://weechat.org/">WeeChat [CLI] (Cross-platform)</a></li>
<li><a href="https://sr.ht/~delthas/senpai/">Senpai [CLI] (Cross-platform)</a></li>
<li><a href="https://git.causal.agency/catgirl/">Catgirl [CLI] (Cross-platform)</a></li>
<li><a href="https://github.com/SrainApp/srain">Srain [GTK] (Linux, Windows, MacOS, BSD)
<li><a href="https://git.sr.ht/~emersion/goguma">Goguma [Flutter] (Android, Linux, iOS)</a></li>
</ul>
<div id="network-policies" style="background: orangered; color: white; padding: 1px 10px;">
<p><strong>By connecting to this network, you agree to all of the below. If you disagree to any of the following, DO NOT CONNECT.</strong></p>
<ul>
<li>No distribution of illegal material or use of the network for illegal purposes.</li>
<li>No botnets/spamming/flooding/AMSGing. </li>
<li>No network/channel ban evasion. </li>
<li>Network staff may disconnect, read connection information (does not
include user messages unless debug mode is enabled – users will
be explicitly notified if debug mode is enabled), or use any
commands supported by the IRC protocol, InspIRCd or the Services
packages on a client, for any or no reason. </li>
<li>This network is dedicated to discussions and testing of Runxi's
projects, general chat, and free software/society-related
discussions. This is not a general purpose network. Network staff
may terminate these discussions. (As a general side-note, you should
host your own network or use a general-purpose network for your
projects.) </li>
<li>A member of Network staff may forcibly join a channel when network
rules are suspected of being broken. </li>
<li>You are responsible for all actions you make. </li>
</ul>
<p><strong>We do not have access to private messages sent between users, nor do we have access to messages sent in channels staffers are not joined to, unless the channel mode +H (channel history) is set. That said, your client or (third-party) bouncer may log messages visible to you.</strong></p>
</div>
<p>The administrators of this network are:</p>
<ul>
<li>Runxi Yu (<code>runxiyu</code>)</li>
<li>Ron Nazarov (<code>Noisytoot</code>)</li>
<li>Ferass El Hafidi (<code>f_</code>)</li>
<li>\Test_User (<code>hax[xor]</code>)</li>
<li>Luke (<code>luk3yx</code>)</li>
</ul>
<p>Administrators wear a <code>netadmin.irc.{andrew,runxi}yu.org</code> virtual host.</p>
<p>Public services available:</p>
<ul>
<li><b><a href="https://git.andrewyu.org/hax/coupserv.git">HaxServ</a></b>: InspIRCd pseudoserver for fun stuff</li>
<li><b><a href="https://git.andrewyu.org/hax/haxircd.git">HaxIRCd</a></b>: A work-in-progress multi-protocol mesh-networking IRCd</li>
<li><b><a href="https://github.com/jlu5/PyLink">LinkServ</a></b>: Channel bridging services that can bridge to Libera.Chat, OFTC, EFnet, tilde.chat</li>
</ul>
<p>You may join the <code>#support</code> channel should you require any help.</p>
</body>
</html>
|