]> jfr.im git - irc/freenode/web-7.0.git/blob - content/news/2010-01-29-connecting-to-freenode-using-tor-sasl.md
2021-06-05: update people
[irc/freenode/web-7.0.git] / content / news / 2010-01-29-connecting-to-freenode-using-tor-sasl.md
1 ---
2 author: Martinp23
3 date: 2010-01-29 18:55:02+00:00
4 slug: connecting-to-freenode-using-tor-sasl
5 title: Connecting to freenode using Tor: SASL
6 category: development
7 category: freenode
8 category: infrastructure
9 category: technical
10 imported: yes
11 robots: noindex
12 ---
13 With our change of ircd to the all new [ircd-seven](http://www.freenode.net/seven.shtml), we are trialling a new method of allowing users to connect to the network via Tor. This method brings a number of changes:
14
15
16
17
18 * The only Tor hidden service is: the new [p4fsi4ockecnea7l.onion](irc://p4fsi4ockecnea7l.onion/).
19
20
21 * You will need to have a registered and verified NickServ account to connect using Tor. Beyond this, no further steps are necessary.
22
23
24 * You will need to use a SASL mechanism to identify to the server.
25
26
27 We have collected together scripts for irssi and mirc, while Conspire supports SASL natively. Scripts may be available for other clients in addition.
28
29
30 ### irssi
31
32
33 Download and install [this script](http://www.freenode.net/sasl/cap_sasl.pl) (cap_sasl.pl) and, after loading it, configure it using
34
35
36 /sasl set <network> <username> <password> <mechanism>
37
38
39 Supported mechanisms are PLAIN and DH-BLOWFISH.
40
41
42 ### mirc
43
44
45 A mirc script is available, taken from a [forum post](http://forum.swiftirc.net/viewtopic.php?f=34&t=23101) by Kyle Travaglini. You can retrieve the source [here](http://freenode.net/sasl/sasl-mirc.cpp).
46
47 Instructions (adapted from that forum):
48
49
50
51
52 * Place [SASL.dll](http://www.freenode.net/sasl/SASL.dll) and [sasl.mrc](http://www.freenode.net/sasl/sasl.mrc) into your $mircdir.
53
54
55 * Load sasl.mrc into your remotes.
56
57
58 * Press F2 and configure the network, before connecting as usual.
59
60
61 If you have any problems, either pop into #freenode from a non-torified connection or drop an email to support AT freenode.net.
62
63 This method of connecting to freenode using Tor supersedes all previous methods, including Tor-GPG. We hope that this method of connecting via Tor will help to make it somewhat more accessible to you!