
TODO for v1.0
  * Private Chat
  * File Info Request

Not Yet Implemented:
  * auto-append speed on nickname.

Nice things to improve usability:
  * history in connect dialog
  * icons for user status: Don't privchat, Don't message  
  * (optional) privchat-like interface for messaging a person.
  * auto-identify hyperlinks in news, agreement, messages...
    (hmm...gtk-text has some problems here...)
  * auto-refresh file list when filetransfer is done
  * recursive directory download ?
  * bandwidth throttling

Bugs to Squash:
  * changing the icon/nickname in prefs will not change
    it on connected servers - how to make it change on a single server ?
  * some prefs changes take effect immediately, others wait for window
    creation, others for refresh, others for you to press ok...
    (same as above)
  * when threads end, they leave behind zombies ... urgh...
    (pthreads problems, anyone?)
  * in files.c, in the local file listing, I am using stat() instead of
    lstat()....
  + dialog windows do not show which server they are from ...
    (semi-fixed right now)
  * sometimes the selected user in the userlist gets confused...
  * fix 32-bit dependecies (and rewrite all the cruft (de)serializing data)...
  + I don't like the functions of the threaded news buttons, you can't see
    all the posts by pressing next... :-/
  * selecting upload/download from the toolbar does not clear the filelist
  * the filelist selection mode should be changed.
