[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
Next revisionBoth sides next revision
howtos:software:irssi_on_tor [2014/01/10 19:27 (UTC)] – An entry for multilib is included. chrisabelahowtos: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 arfon
Line 84: Line 84:
 $ cd $HOME/.irssi/scripts/ $ cd $HOME/.irssi/scripts/
 $ wget http://freenode.net/sasl/cap_sasl.pl $ wget http://freenode.net/sasl/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 96: Line 100:
 /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 140: Line 144:
 </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 reporting your problems 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 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.
  
 You may check that you are chatting anonymously: You may check that you are chatting anonymously:
 howtos:software:irssi_on_tor ()