]> jfr.im git - irc/freenode/web-7.0.git/blame - content/news/2010-01-29-connecting-to-freenode-using-tor-sasl.md
git pushMerge branch 'pages-fix' of github.com:freenode/web-7.0 into
[irc/freenode/web-7.0.git] / content / news / 2010-01-29-connecting-to-freenode-using-tor-sasl.md
CommitLineData
849bdd6f
SB
1author: Martinp23
2date: 2010-01-29 18:55:02+00:00
3slug: connecting-to-freenode-using-tor-sasl
4title: 'Connecting to freenode using Tor: SASL'
5categories:
6- development
7- freenode
8- infrastructure
9- technical
10---
849bdd6f
SB
11With 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:
12
13
14
15
16 * The only Tor hidden service is: the new [p4fsi4ockecnea7l.onion](irc://p4fsi4ockecnea7l.onion/).
17
18
19 * You will need to have a registered and verified NickServ account to connect using Tor. Beyond this, no further steps are necessary.
20
21
22 * You will need to use a SASL mechanism to identify to the server.
23
24
25We have collected together scripts for irssi and mirc, while Conspire supports SASL natively. Scripts may be available for other clients in addition.
26
27
28### irssi
29
30
31Download and install [this script](http://www.freenode.net/sasl/cap_sasl.pl) (cap_sasl.pl) and, after loading it, configure it using
32
33
34 /sasl set <network> <username> <password> <mechanism>
35
36
37Supported mechanisms are PLAIN and DH-BLOWFISH.
38
39
40### mirc
41
42
43A 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).
34876803 44
849bdd6f
SB
45Instructions (adapted from that forum):
46
47
48
49
50 * Place [SASL.dll](http://www.freenode.net/sasl/SASL.dll) and [sasl.mrc](http://www.freenode.net/sasl/sasl.mrc) into your $mircdir.
51
52
53 * Load sasl.mrc into your remotes.
54
55
56 * Press F2 and configure the network, before connecting as usual.
57
58
59If you have any problems, either pop into #freenode from a non-torified connection or drop an email to support AT freenode.net.
34876803 60
849bdd6f 61This 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!