[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
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:software:irssi_on_tor [2014/01/10 19:20 (UTC)] chrisabelahowtos: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
 $ ln -s ../cap_sasl.pl autorun/ $ ln -s ../cap_sasl.pl autorun/
 $ cd $ cd
Line 96: Line 96:
 /save /save
 /script load cap_sasl.pl /script load cap_sasl.pl
-/sasl set Freenode <nick> <password> DH-BLOWFISH+/sasl set Freenode <nick> <password> PLAIN
 </code> </code>
  
Line 112: 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:
 +
 +<code>
 +# cd /usr/lib
 +# ln -s ../lib64/torsocks/ .
 +</code></note> 
  
 To connect to freenode with tor, start it as follows: To connect to freenode with tor, start it as follows:
Line 128: 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>
  
Line 158: 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 175: 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 ()