Compare commits

...

No commits in common. "163b7e22cebdde960cb87d27f7a9caca24505c3f" and "f572c9b73b8b0524bb2b9a5db67d0306212157f3" have entirely different histories.

9 changed files with 149 additions and 44 deletions

View File

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2021 mogad0n
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0
LibertaCasa/README.me Normal file
View File

142
LibertaCasa/home.html Normal file
View File

@ -0,0 +1,142 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
body {
background-color: black;
color: white;
}
a {
text-decoration: none;
color: hotpink;
}
a:hover {
background-color: blue;
}
</style>
<title>LibertaCasa</title>
</head>
<body>
<pre>
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
┌─┐ ┬─┐ ┐─┐ ┬─┐
│ │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │
aims to be a community run IRC server running serving as a safe space for the discussion and dissemination
of various topics under the umbrella of Science, Philosophy, Politics etc and a general place to hang back and idle away.
You can also visit us over The Onion Routing protocol at http:http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion
<a href="/kiwi">IRC Webchat</a>
<a href="/register">Registration</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.
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
Channels: #lucy, #dev, #annie
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.
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="{{ url_for('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.
typing the command /quote History #channel 1h will give you 1hr of history playback for that channel.
</pre>
</body>

View File

@ -9,7 +9,6 @@
<body> <body>
<pre> <pre>
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ ┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│ │ │─│ │─ │┬┘ │ │─┤ │ │ │─│ │─ │┬┘ │ │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │ ┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
@ -19,8 +18,6 @@
└─┘ ┘ │ ──┘ ┘ │ └─┘ ┘ │ ──┘ ┘ │
<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 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. of various topics under the umbrella of Science, Philosophy, Politics and a general place to hang back and idle away.
@ -31,6 +28,7 @@ There is a focus on supporting <a href="https://en.wikipedia.org/wiki/Free_and_o
You can also visit us over The Onion Routing protocol at <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">LConion</a> You can also visit us over The Onion Routing protocol at <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">LConion</a>
Donts: Donts:
====== ======

View File

@ -19,12 +19,15 @@
<a href="/kiwi">IRC Webchat</a> <a href="/kiwi">IRC Webchat</a>
<a href="/register">Registration</a> <a href="/register">Registration</a>
Connection Details: Connection Details:
=================== ===================
@ -47,8 +50,6 @@ Port: 6667
SSL/TLS: False SSL/TLS: False
SASL: Currently not required for loging. But that is subject to change. 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. type /list for more channels.
@ -61,7 +62,7 @@ Use this command, substituting your desired password and e-mail address:
/msg NickServ register mySecretPassword /msg NickServ register mySecretPassword
You can also register on this page <a href="/register">here</a> You can also register on this page <a href="">here</a>
Once you register your nick it becomes your account name. It is the name with which you are expected to login. Once you register your nick it becomes your account name. It is the name with which you are expected to login.
@ -98,21 +99,7 @@ in place of your cloaked IP-based hostname), using the command
4. History Playback. 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. typing the command /quote History #channel 1h will give you 1hr of history playback for that channel.
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> </pre>
</body> </body>
</html> </html>

View File

@ -18,7 +18,7 @@
└─┘ ┘ │ ──┘ ┘ │ └─┘ ┘ │ ──┘ ┘ │
coming as soon as cranberry fixes it. coming soon if cranberry fixes it.
</pre> </pre>
</body> </body>

View File

@ -1 +0,0 @@
the base code for the website associated to [LibertaCasa](http://liberta.casa)