summaryrefslogtreecommitdiffstats
path: root/irc.html
blob: e1e758487e0d7880287ee41656959a4df816df45 (plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
  <link rel="stylesheet" href="styles.css">
<title>LibertaCasa</title>
</head>

<body>
<pre>
┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
│    │  │─│ │─  │┬┘  │  │─┤
┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │

┌─┐ ┬─┐ ┐─┐ ┬─┐
│   │─┤ └─┐ │─┤
└─┘ ┘ │ ──┘ ┘ │

<a href="/register">Registration</a>

<a href="/kiwi">KiwiIRC Webchat</a> | <a href="/gamja">Gamja Webchat</a> | <a href="/convos">Convos Webchat/Bouncer</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


If you would like to anonymize the connection against the administrators,
you can access the network via 
1. TOR:

   Host:     cr36xbvmgjwnfw4sly4kuc6c3ozhesjre3y5pggq5xdkkmbrq6dz4fad.onion
   Port:     6667
   SSL/TLS:  False

Webclient via Tor is available <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">here</a>

2. I2P

  Guide to setting up i2p <a href="/i2p.html">here</a>

  Use the samle configuration shown above.
  Destination: fzsgc66e52ve5phrcktrekqtko423ihau42u72v4cfg6bg4osuda.b32.i2p
  Port:        6668
  SSL/TLS:     False
  
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 in the channel #help (i.e., a fake hostname that will be displayed
in place of your cloaked IP-based hostname).


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.













<footer>
  <a href="mailto:hello@liberta.casa"> Contact </a> 
</footer>
</pre>
</body>
</html>