summaryrefslogtreecommitdiff
path: root/doc/it/weechat_user.it.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-07-14 13:42:26 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-07-14 13:42:26 +0200
commit0fdcb7387f1a328d10891d93418b559de2fc7d0f (patch)
tree21a9dc4484a1b1513690c8f0e2465d05aff5a4b5 /doc/it/weechat_user.it.txt
parent47822ce80eb25f2c5abd17f5b73c88ecfab90191 (diff)
downloadweechat-0fdcb7387f1a328d10891d93418b559de2fc7d0f.zip
doc: add doc about connection to Freenode with TOR/SASL
Diffstat (limited to 'doc/it/weechat_user.it.txt')
-rw-r--r--doc/it/weechat_user.it.txt54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt
index 5e622d29a..870baa8d7 100644
--- a/doc/it/weechat_user.it.txt
+++ b/doc/it/weechat_user.it.txt
@@ -1195,6 +1195,60 @@ $ cat nick.cer nick.key > ~/.weechat/ssl/nick.pem
Per maggiori informazioni consultare http://www.oftc.net/oftc/NickServ/CertFP
+// TRANSLATION MISSING
+[[irc_tor_freenode]]
+Connect to Freenode with TOR/SASL
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+In addition to SSL, Freenode servers support connections with TOR
+(https://www.torproject.org/), a network of virtual tunnels that allows people
+and groups to improve their privacy and security on the Internet.
+
+First, make sure to have WeeChat compiled with <<dependencies,libgcrypt11-dev>>
+(if built from sources); it's not mandatory, but DH-BLOWFISH ensures stronger
+security compared to PLAIN autenthication system with SASL.
+
+In first place, install TOR. For Debian (and derivated):
+
+----------------------------------------
+$ sudo apt-get install tor
+----------------------------------------
+
+In WeeChat you need to create a socks5 proxy for TOR service (hostname/IP and
+port depend on your TOR configuration):
+
+----------------------------------------
+/proxy add tor socks5 127.0.0.1 9050
+----------------------------------------
+
+Now, create a new server, for example:
+
+----------------------------------------
+/server add freenode-tor p4fsi4ockecnea7l.onion
+----------------------------------------
+
+Set proxy for TOR:
+
+----------------------------------------
+/set irc.server.freenode-tor.proxy "tor"
+----------------------------------------
+
+Set SASL authtentication:
+
+----------------------------------------
+/set irc.server.freenode-tor.sasl_mechanism dh-blowfish
+/set irc.server.freenode-tor.sasl_username "your_nickname"
+/set irc.server.freenode-tor.sasl_password "your_password"
+----------------------------------------
+
+And finally, connection to server:
+
+----------------------------------------
+/connect freenode-tor
+----------------------------------------
+
+For more info about Freenode and TOR: http://freenode.net/irc_servers.shtml#tor
+
[[irc_smart_filter_join_part_quit]]
Filtro smart per i messaggi di entrata/uscita/disconnessione
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^