[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:software:irssi_on_tor [2015/02/22 09:00 (UTC)] – [3.0 SASL Authentication (5)] - perl script was failing without the shebang line AND DH-BLOWFISH should be PLAIN arfonhowtos:software:irssi_on_tor [2015/11/10 09:35 (UTC)] – A warning that Freenode suspended their hidden service is included chrisabela
Line 83: Line 83:
 $ mkdir -p $HOME/.irssi/scripts/autorun $ mkdir -p $HOME/.irssi/scripts/autorun
 $ cd $HOME/.irssi/scripts/ $ cd $HOME/.irssi/scripts/
-$ wget http://freenode.net/sasl/cap_sasl.pl +$ wget http://scripts.irssi.org/scripts/cap_sasl.pl
-$ vi cap_sasl.pl +
-</code> +
-ADD: #!/usr/bin/perl  as the first line +
-<code>+
 $ ln -s ../cap_sasl.pl autorun/ $ ln -s ../cap_sasl.pl autorun/
 $ cd $ cd
Line 116: Line 112:
  
 =====4.0 Torifying irssi===== =====4.0 Torifying irssi=====
 +
 +<note warning>Note that Freenode hidden service is offline until further notice. The rest of this wiki will not work. 
 +</note>
  
 <note warning>If you have an installation with multilib packages, it may be necessary to create this symbolic link as root for the torify command to work: <note warning>If you have an installation with multilib packages, it may be necessary to create this symbolic link as root for the torify command to work:
Line 139: Line 138:
 </code> </code>
  
-You will need to connect to the Freenode's tor's hidden service address: //p4fsi4ockecnea7l.onion//+You will need to connect to the Freenode's tor's hidden service address: //frxleqtzgvwkv7oz.onion//
 <code> <code>
-/server p4fsi4ockecnea7l.onion+/server frxleqtzgvwkv7oz.onion
 </code> </code>
  
-Be aware that the connection will be slow. If you are using vidalia, you may try changing your proxy server for a better connect. Eventually, you should manage to log in but you have to be patient and accept some latency. Should you still fail, consider using other hidden servers that are listed in https://freenode.net/irc_servers.shtml#tor. Finally you can report your problem to the #freenode channel.+Be aware that the connection will be slow. If you are using vidalia, you may try changing your proxy server for a better connect. Eventually, you should manage to log in but you have to be patient and accept some latency. Should you still fail, consider reporting your problems to the #freenode channel.
  
 You may check that you are chatting anonymously: You may check that you are chatting anonymously:
Line 169: Line 168:
 <code> <code>
 /j ##slackware /j ##slackware
 +</code>
 +
 +If you need assistance, you may join the freenode channel to seek guidance:
 +
 +<code>
 +/j #freenode
 </code> </code>
  
Line 186: Line 191:
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 {{tag>howtos tor irssi author_chrisabela}} {{tag>howtos tor irssi author_chrisabela}}
 +
 howtos:software:irssi_on_tor ()