[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
playground:irssi_on_tor [2013/06/07 20:41 (UTC)] chrisabelaplayground:irssi_on_tor [2015/11/10 09:27 (UTC)] chrisabela
Line 57: Line 57:
 Note that the argument "--build-tag=me" will cause a "build tag" to be added to the resulting package (like "''perl-crypt-blowfish-2.12-i486-1me.txz''") which makes it easier to exclude from [[slackware:slackpkg|slackpkg]] package management. Note that the argument "--build-tag=me" will cause a "build tag" to be added to the resulting package (like "''perl-crypt-blowfish-2.12-i486-1me.txz''") which makes it easier to exclude from [[slackware:slackpkg|slackpkg]] package management.
  
-Now as your usual non-privileged user, rename your irssi configurations files, to ensure consistency: <code>+Now as your chosen non-privileged user, rename your irssi configurations files, to ensure consistency: <code>
 $ mv -i $HOME/.irssi $HOME/.irssi.orig $ mv -i $HOME/.irssi $HOME/.irssi.orig
 $ irssi $ irssi
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 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 137:
 </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 143: Line 152:
 I obtained the following result: I obtained the following result:
 <code> <code>
-20:55 -!- ChrisAbela [~chris@gateway/tor-sasl/chrisabela] +20:18 -!- ChrisAbela [~Chris@gateway/tor-sasl/chrisabela] 
-20:55 -!-  ircname  : Chris +20:18 -!-  ircname  : Chris 
-20:55 -!-  server   : asimov.freenode.net [TX, USA+20:18 -!-  server   : zelazny.freenode.net [internal
-20:55 -!-  hostname : gateway/tor-sasl/chrisabela 255.255.255.255 +20:18 -!-  hostname : gateway/tor-sasl/chrisabela 255.255.255.255  
-20:55 -!-  idle     : 0 days 0 hours 0 mins 25 secs [signon: Sat Feb  9 20:55:24 2013+20:18 -!-  idle     : 0 days 0 hours 0 mins secs [signon: Fri Jan 10 20:18:40 2014
-20:55 -!-  account  : ChrisAbela +20:18 -!-  account  : ChrisAbela 
-20:55 -!- End of WHOIS+20:18 -!- End of WHOIS
 </code> </code>
  
Line 175: Line 184:
 <!-- 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}}
 +
 playground:irssi_on_tor ()