-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·79 lines (75 loc) · 4.11 KB
/
index.html
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>EntropyNet</title>
<meta name="description" content="EntropyNet, an IRC Network">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="my-name" class="center">
<h1>EntropyNet</h1>
<p>- An IRC network for enby furs and friends~~~~~</p>
</div>
<div id="my-blurb" class="center">
<h3>Connection Information</h3>
<p><strong>Main round-robin:</strong></p>
<p><a href="irc://irc.entropynet.net">irc.entropynet.net</a></p>
<p>We highly recommend only using the main RR.</p>
<p><strong>Ports:</strong></p>
<p>6667, 6697 for SSL</p>
<p>All servers have dual stack connectivity, and this RR has AAAA records.</p>
<h3>Individual server information:</h3>
<ul>
<li>delphox.entropynet.net (Location: New York City, NY, USA) [Owner: rachel]</li>
<li>delcatty.entropynet.net (Location: Fremont, CA, USA) [Owner: packetcat]</li>
<li>arcanine.entropynet.net (Location: London, UK) [Owner: htw]</li>
<li>lucario.entropynet.net (Location: London, UK) [Owner: Maff]</li>
</ul>
<h4>Services:</h4>
<p>At EntropyNet we use Atheme as our services package. We also fully support auth via SASL and CertFP.</p>
<h3>Rules</h3>
<h4>General network-wide rules:</h4>
<ul>
<li>No spamming, flooding or advertisement.</li>
<li>Do not ask for operator privileges.</li>
<li>Do not link to shock sites or questionable pornography.</li>
<li>No ASCII art except in #ascii.</li>
</ul>
<h4>Bots:</h4>
<ul>
<li>If you want to use a bot, it should not join any channels you are not the owner of.</li>
<li>If possible, set umode +B on your bot so that opers know easily that it is a bot.</li>
</ul>
<h4>Channel Moderation:</h4>
<ul>
<li>Network operators are <strong>not</strong> responsible for moderating your channel.</li>
<li>Before asking for help with ChanServ make sure to read <code>/msg ChanServ help</code> thoroughly.</li>
</ul>
<h3>About Us</h3>
<h4>When:</h4>
<p>We are a small network started on April 28, 2011 by staticsafe, rachel and cafejunkie. We started with
UnrealIRCd and Anope with only two servers (rachel's server running on her home connection!)</p>
<h4>Why:</h4>
<p>The small group of people that connected to EntropyNet when it first connected used to hang out
in a small channel called #asininetech on Freenode.</p>
<p>We moved away because we disagreed with some of Freenode's policies (namely their namespace policy) and a bit of "What the hell? Lets do our own thing anyways because we can".</p>
<h3>Contact Us!</h3>
<p>If for any reason you need to contact the operators directly, you can use <a href="https://kiwiirc.com/client?settings=cfa01c9bc3495a3764e793184bdcfcee">this webchat link</a>.</p>
<p>If you cannot get on IRC (because you are g-lined/a-killed/blocked by a DNSBL), e-mail banned [at] entropynet.net with your questions.</p>
<h3>Problems with the website?</h3>
<p>If there are any problems with the website (404s etc.), please e-mail webmaster [at] asininetech.com with the relevant error message.</p>
</div>
<footer>
<p> © 2011-2022 EntropyNet</p>
</footer>
</body>
</html>