[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r15561: Update the finding-tor page to include possible IRC DCC bots (website/trunk/en)



Author: ioerror
Date: 2008-06-29 05:38:52 -0400 (Sun, 29 Jun 2008)
New Revision: 15561

Modified:
   website/trunk/en/finding-tor.wml
Log:
Update the finding-tor page to include possible IRC DCC bots that may be lurking on an irc network. This should help people who are unable to visit our main website but are still able to connect to IRC. We'll need many of these bots to be effective.


Modified: website/trunk/en/finding-tor.wml
===================================================================
--- website/trunk/en/finding-tor.wml	2008-06-29 09:37:23 UTC (rev 15560)
+++ website/trunk/en/finding-tor.wml	2008-06-29 09:38:52 UTC (rev 15561)
@@ -60,6 +60,63 @@
 requested package will be sent shortly.
 </p>
 
+<h2>Fetching Tor via IRC: gettor</h2>
+<hr />
+<p>
+It is possible to fetch the source code, binaries and other files related to 
+Tor by using the XDCC IRC file transfer protocol. It is best to attempt this 
+only if you connect to the IRC server using SSL. Currently <tt>gettor</tt> 
+is known to spend time on Freenode and OFTC.
+<br><br>
+If you're currently able to connect to one of those IRC networks, look for a 
+user named '<tt>gettor</tt>' that is connected from the host 
+'<tt>check.torproject.org</tt>'. Send the user a private message like so:
+<br>
+<br>
+'<tt>/msg gettor xdcc list</tt>'
+<br>
+<br>
+The <tt>gettor</tt> user should respond with a list of files
+available for download. If there is no response, something has gone wrong. Some
+IRC networks require that you are registered before you can send private
+queries to other users (this is often to reduce spam). You may need to register
+with the NickServ before you can talk to the <tt>'gettor'</tt> user.
+<br>
+An example response returned by <tt>gettor</tt> is presented below:<br>
+<tt>
+<pre>
+-gettor- ** 14 packs **  20 of 20 slots open, Record: 6397.1KB/s
+-gettor- ** Bandwidth Usage ** Current: 0.0KB/s, Record: 10.3KB/s
+-gettor- ** To request a file, type "/msg gettor xdcc send #x" **
+-gettor- ** To request details, type "/msg gettor xdcc info #x" **
+-gettor- #1  1x [1.2M] tor-0.1.2.19.tar.gz
+-gettor- #2  0x [ <1K] tor-0.1.2.19.tar.gz.asc
+</pre>
+</tt>
+<br>
+To fetch the Tor source code and signature file, a user would simply need to
+send the following commands: <br>
+<tt>
+<pre>
+/msg gettor xdcc send #1
+/msg gettor xdcc send #2
+</pre>
+</tt>
+<br>
+After these commands are sent, the <tt>gettor</tt> user will respond. It will 
+send each file as a XDCC file transfer. Depending on the IRC client in use, you may have
+to manually accept the file, please consult the manual for your software or 
+<a href="<page contact>">contact us for help</a>.<br>
+<br>
+It is
+very important to <a
+href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures";>verify
+the cryptographic signatures</a> of our software when using DCC file transfers
+just as with any type of mirroring. Someone could easily impersonate the IRC 
+user and send trojaned software. Always validate the cryptographic signature
+of any package before attempting to do an installation of the software.
+</p>
+
   </div><!-- #main -->
 
 #include <foot.wmi>