summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormogad0n2021-01-31 07:27:15 +0530
committermogad0n2021-01-31 07:27:15 +0530
commitcd3ccabd81bf80bafe6b1175baa116174eac54f1 (patch)
treeee81df98d6bef71b2ccd5aa02d62cc442826da60
downloadwebsite-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.gz
website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.bz2
website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.zip
Initial commit
-rw-r--r--README.me1
-rw-r--r--index.html54
-rw-r--r--irc.html118
-rw-r--r--matrix.html25
-rw-r--r--styles.css13
-rw-r--r--xmpp.html25
6 files changed, 236 insertions, 0 deletions
diff --git a/README.me b/README.me
new file mode 100644
index 0000000..bfedc3f
--- /dev/null
+++ b/README.me
@@ -0,0 +1 @@
+Hi, This is the best website
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5d86094
--- /dev/null
+++ b/index.html
@@ -0,0 +1,54 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+<title>LibertaCasa</title>
+</head>
+
+<body>
+<pre>
+
+┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│ │ │─│ │─ │┬┘ │ │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│ │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+
+<a href="/xmpp.html">XMPP</a> <a href="/matrix.html">Matrix</a> <a href="/irc.html">IRC</a>
+
+ A community with multiple interconnected services which provide as a safe space for the discussion and dissemination
+of various topics under the umbrella of Science, Philosophy, Politics and a general place to hang back and idle away.
+
+
+There is a focus on supporting <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">FOSS</a> protocols
+
+
+You can also visit us over The Onion Routing protocol at <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">LConion</a>
+
+
+Donts:
+======
+
+ -Repeated harassment of any network user.
+ -Distribution of child pornography.
+ -Dealing of goods and using the network as a space for commericial operations.
+ -Any denial of service against the network or its users.
+ -Use of our network resources or services for malicious intent.
+ -Connecting to the network for any reason using a compromised machine, including as a proxy or loading trojans or bots.
+ -Unwanted advertisement of websites, IRC network, or channels (also known as spamming).
+ -Evading bans, either those placed by network staff or by individual channels.
+ -Impersonation of network staff or services.
+ -Connecting through open proxies.
+ -Any other behavior deemed inappropriate by network staff.
+
+
+</pre>
+</body>
+</html>
+
+
diff --git a/irc.html b/irc.html
new file mode 100644
index 0000000..d5fa7ec
--- /dev/null
+++ b/irc.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+<title>LibertaCasa</title>
+</head>
+
+<body>
+<pre>
+┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│ │ │─│ │─ │┬┘ │ │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│ │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+
+
+<a href="/kiwi">IRC Webchat</a>
+
+<a href="/register">Registration</a>
+
+
+
+Connection Details:
+===================
+
+Hostnames are cryptographically cloaked so that your IP address information is not visible to others.
+It is still visible to server administrators.
+To connect configure your IRC client as follows:
+
+Host: irc.liberta.casa
+Port: 6697
+SSL/TLS: True
+
+You can also use a web-client <a href="/kiwi">here</a>.
+
+
+If you would like to anonymize the connection against the administrators,
+you can access the network via TOR:
+
+Host: cr36xbvmgjwnfw4sly4kuc6c3ozhesjre3y5pggq5xdkkmbrq6dz4fad.onion
+Port: 6667
+SSL/TLS: False
+SASL: Currently not required for loging. But that is subject to change.
+
+Webclient via Tor is available <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">here</a>
+
+type /list for more channels.
+
+
+Account registration FAQ
+========================
+
+1. How do I register my nickname / account?
+
+Use this command, substituting your desired password and e-mail address:
+
+/msg NickServ register mySecretPassword
+
+You can also register on this page <a href="/register">here</a>
+
+Once you register your nick it becomes your account name. It is the name with which you are expected to login.
+
+
+2. How do I authenticate to my nickname?
+
+You should enable SASL in your client. For clients like Hexchat the Username field needs to be populated with the name that you registered.
+
+
+If your client doesn't support SASL, there are potential workarounds;
+you may be able to script your client to authenticate to NickServ
+automatically, with `/msg NickServ identify nickname password`.
+
+Ask in #help for support with this.
+
+3. What are the benefits of registering my nickname?
+
+The primary benefit of nickname registration is that the server can act
+as an "IRC bouncer" on your behalf. Specifically:
+
+ a. No one else will be able to use your nickname
+ b. If all your clients are configured to use SASL, they can all use the same
+ nickname (as though they were connected to the same ZNC instance)
+ c. Optionally, the server can keep you present on the server even if
+ you have no connected clients. To enable this, use the following command:
+ `/msg NickServ set always-on true`
+ d. You will be able to receive history playback (see below).
+
+You can also request a vhost (i.e., a fake hostname that will be displayed
+in place of your cloaked IP-based hostname), using the command
+`/msg HostServ request desired.vhost`. An operator will review this request
+(and most likely grant it).
+
+
+4. History Playback.
+
+1 If you set your client to `always-on` (see the previous section for details), you can set a "device ID" for each device you use. Oragono will then remember the last time your device was present on the server, and each time you sign on, it will attempt to replay exactly those messages you missed.
+2 You can set the SASL Username as `nick@phone` or `nick@laptop` while connecting. This allows you to fetch history based on your "DeviceID" which is `phone` or `laptop` in these cases.
+3 If you only have one device, you can set your client to be always-on and furthermore `/NS SET autoreplay-missed true`. This will replay missed messages, with the caveat that you must be connecting with at most one client at a time.
+4 You can autoreplay a fixed number of lines (e.g., 25) each time you join a channel using `/NS SET autoreplay-lines 25`.
+5 You can manually request history using `/history #channel 1h` (the parameter is either a message count or a time duration). (Depending on your client, you may need to use `/QUOTE history` instead.)
+6 You can also enable history for private messages called `DMs` by passing the following command: `/NS SET dm-history true`.
+
+#### Sessions and Clients
+
+- You can check how many of your sessions are online with `/NS SESSIONS `and the idle times for those.
+- You can list your clients in further detail with `/NS CLIENTS list`
+- You can use `/NS CLIENTS logout client-id/all` to either logout a single session or all sessions.
+
+
+
+</pre>
+</body>
+</html>
diff --git a/matrix.html b/matrix.html
new file mode 100644
index 0000000..7e6d822
--- /dev/null
+++ b/matrix.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+<title>LibertaCasa</title>
+</head>
+
+<body>
+<pre>
+┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│ │ │─│ │─ │┬┘ │ │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│ │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+
+coming as soon as cranberry fixes it.
+
+</pre>
+</body>
+</html>
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..41dda9d
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,13 @@
+body {
+ background-color: black;
+ color: white;
+}
+
+a {
+ text-decoration: none;
+ color: hotpink;
+}
+
+a:hover {
+ background-color: blue;
+} \ No newline at end of file
diff --git a/xmpp.html b/xmpp.html
new file mode 100644
index 0000000..9215cf1
--- /dev/null
+++ b/xmpp.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+<title>LibertaCasa - xmpp</title>
+</head>
+
+<body>
+<pre>
+┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│ │ │─│ │─ │┬┘ │ │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│ │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+
+coming soon based on mogad0n
+
+</pre>
+</body>
+</html>