[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 revisionBoth sides next revision
howtos:software:irssi_on_tor [2014/02/01 19:04 (UTC)] – Link to the list of Freenode hidden servers 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>
  
 howtos:software:irssi_on_tor ()