Roadmap
=======

I'll be continuing to use Python/pyQT untill I have a solid model (v1.0) 
which will be easy to port to C++/QT or KDE. The C++ version will be
called v2.0.

Short-term
----------

o Make sure that double postings, postings which begin with (00/00) and
  other anomalies will be handled well by the discovery process.

o Remove uuencoded file, only leave binaries

o Make timeout work better.

o Better logging, debugging

o Small refinements to GUI code

Midterm
-------

o Make sure you can also select/queue/see parts of binaries

o Make all hardcoded value's user configurable

o Better integration with Leafnode

Longterm
--------

o Make a solid OO model. This release is basically a mess :)

o Convert everything as close as possible to C++ so it will
  be easy to port.

o Use QSockets & QSocketnotifier so your GUI won't block when
  there's no data coming in

o Split up the GUI code