get rid of the gsoc add, and add a plea for somebody to set up a tor server monitoring and notification service.
Roger Dingledine

Roger Dingledine commited on 2007-05-06 02:38:04
Zeige 1 geänderte Dateien mit 10 Einfügungen und 5 Löschungen.

... ...
@@ -103,11 +103,6 @@ SSL <a href="<page documentation>#Developers">SVN repository?</a></li>
103 103
 
104 104
 <a id="Coding"></a>
105 105
 <h2><a class="anchor" href="#Coding">Coding and Design</a></h2>
106
-<p>Want to spend your <a href="http://code.google.com/soc/">Google Summer
107
-of Code</a> working on Tor? Great.
108
-<a href="http://wiki.noreply.org/noreply/TheOnionRouter/SummerOfCode">Read
109
-more about Tor and GSoC</a>, and see if any of the below ideas catch
110
-your eye.</p>
111 106
 <ol>
112 107
 <li>Tor servers don't work well on Windows XP. On
113 108
 Windows, Tor uses the standard <tt>select()</tt> system
... ...
@@ -136,6 +131,16 @@ will probably receive hundreds of queries a minute, so some smart
136 131
 algorithms are in order. Bonus points if it does active testing through
137 132
 each exit node to find out what IP address it's really exiting from.
138 133
 <a href="<svnsandbox>doc/contrib/torbl-design.txt">Read more here</a>.</li>
134
+<li>Sometimes Tor servers crash, or the computers they're on fall off the
135
+network, or other accidents happen. Some Tor operators have expressed
136
+an interest in signing up to a "notifying" service that periodically
137
+checks whether their Tor server is healthy and sends them a reminder mail
138
+when it's not. Anybody want to write a few cgi scripts, a few web pages,
139
+and set up some sort of wget hack and/or something more complex like <a
140
+href="http://nagios.org/">Nagios</a> to do the monitoring? The first
141
+version could check just the directory port, e.g. looking through the
142
+cached network-status page for the right IP address and port and then
143
+asking for the "/tor/server/authority" page.</li>
139 144
 <li>It would be great to have a LiveCD that includes the latest
140 145
 versions of Tor, Polipo or Privoxy, Firefox, Gaim+OTR, etc. There are
141 146
 two challenges here: first is documenting the system and choices well
142 147