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

[vidalia-svn] r1886: Remove one todo item and add four more. (in trunk: . doc)



Author: edmanm
Date: 2007-08-26 23:58:54 -0400 (Sun, 26 Aug 2007)
New Revision: 1886

Modified:
   trunk/
   trunk/doc/TODO
Log:
 r2090@adrastea:  edmanm | 2007-08-26 23:58:46 -0400
 Remove one todo item and add four more.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /vidalia/local/trunk [r2090] on 54b3572a-7227-0410-958f-53ecd705b71a

Modified: trunk/doc/TODO
===================================================================
--- trunk/doc/TODO	2007-08-26 05:47:14 UTC (rev 1885)
+++ trunk/doc/TODO	2007-08-27 03:58:54 UTC (rev 1886)
@@ -15,8 +15,6 @@
 Features planned for 0.1.x:
   * GeoIP requests should be encrypted so the exit node does not know what is 
     being requested and cannot muck with the requests or responses.
-  * Actually do something useful with the AUTHENTICATE command, rather than
-    simply sending an empty one.
   * Roger has added some additional events that Vidalia should respond
     to, such as "hey, you're a server now!"
   * Scheduled rate-limiting, so the user can adjust their bandwidth
@@ -38,6 +36,12 @@
     Vidalia will launch Polipo in the background just like it does Tor so
     the user doesn't have to know that Polipo exists and Windows users don't
     have another icon cluttering their tray.
+  * Building a Windows bundle installer is a bit of a pain initially,
+    since you have to create a bunch of specifically-named directories and
+    copy files from Vidalia's svn directory. Can we make this easier? For
+    example, maybe we could make a batch file that takes as arguments paths to
+    the Tor, Privoxy, and Vidalia installers, and then produces a completed
+    bundle installer.
 
 
 Localization:
@@ -80,6 +84,18 @@
     icon implementation with Qt 4.2, instead of using QSystemTrayIcon.
   * The 'Save' button in the config dialog should be grayed out until the user
     actually changes some settings.
+  * We should have a Windows shell script file to build Vidalia, similar to
+    our auto* stuff, except the user doesn't need to install Cygwin, MSYS, or
+    similar. In practice, this really would just run 'qmake' and 'lrelease'
+    for now.
+  * We need to come up with a simple set of instructions for Windows users to
+    give us helpful information when their Vidalia crashes. The standard Windows
+    error messages are not useful, so we need to tell Windows folks how to get
+    a backtrace. This may also involve telling them to first download a
+    Vidalia binary with debugging symbols before reproducing their crash.
+  * If we get rid of Privoxy, it would be good to have a set of tray and dock
+    icons for Vidalia that show some sort of activity when the user is
+    actively using Tor.
 
 
 Notes from Roger: