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
communication:irc [2013/06/27 14:22] svaconnect:contact:irc [2016/02/05 12:32] – OFTP currently blocks Tor: https://lists.torproject.org/pipermail/tor-talk/2016-January/039818.html digitalcourage
Line 1: Line 1:
 +====== Communication IRC ======
  
-  #cryptoparty@irc.oftc.net+IRC stands for [[http://en.wikipedia.org/wiki/Internet_Relay_Chat|Internet Relay Chat]] and it is a text chat system where you can talk to community members in the channel //#cryptoparty// on the [[http://www.oftc.net/|irc.oftc.net server]].
  
-Please note that [[https://oftc.net|OFTC]] can be used via SSL and [[https://torproject.org|Tor]].+<code> 
 +#cryptoparty@irc.oftc.net 
 +</code>
  
 +To use it, you can either
  
-==== irssi TOR + linux ====+  * Go to [[https://oftc.net/?channels=cryptoparty|https://oftc.net]] in your browser (this used to work with Tor-Browser, too, but OFTC currently does not like Tor). 
 +  * Dial in with one of the many chat clients as for example [[http://pidgin.im|Pidgin]], which you might already know from using it for Jabber+OTR.
  
 +For advanced use, see the [[:connect:contact:irc:irssi_plus_tor|irssi+tor guide]] and the [[https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/irssi|Torprojects Torify HowTo (irssi)]].
  
-  sudo apt-get install polipo tor +Whichever method you use to connect, it is recommended that you cloak once you have connected to the serverTo do thatjust type
-Now you should have installed: polipo, tor, torify. Default settings work fine for now. +
-   sudo /etc/init.d/polipo start +
-   sudo /etc/init.d/tor start +
-   sudo socat TCP4-LISTEN:4242,fork SOCKS4A:localhost:irc.oftc.net.:6697,socksport=9050  +
-   sudo torify irssi+
  
 +<code>
 +/msg nickserv SET CLOAK ON
 +</code>
  
 +into the chat window.
 +
 +There is an additional channel which has news fetching irc-bots in it:
 +
 +<code>
 +#cryptoparty-bots@irc.oftc.net
 +</code>
  
-[[http://chat.mibbit.com/?server=irc.oftc.net&channel=%23cryptoparty | Webchat into that channel]]