Markus Lausser <Sgop@users.sourceforge.net>

Known Bugs:
===============================================================

* Lopster sometimes do a wrong current downloads calculation

* the external player blocks the port for incoming connections
  when restarting the client and not ending the player.
  This means that you cannot accept incoming connections
  (eg. do downloads if the other is firewalled)

  - Datails:
  The player is started with the command system(). 
  ANYONE KNOWS HOW TO START THE EXTERNAL PLAYER CORRECTLY?
  
* Dont share directories containing link-loops. Even so Lopster
  be useable, but it will fall into an endless work
  and will never share your files.

  - Details:
  Somehow the links do not have set the flag S_IFLNK.
  Onyone knows how to realize whether a directory entry is a link
  in C?

* The upload limit does not work correct on mutible incoming
  requests. FIXED

* The download update function sometimes falls into a endless
  loop, maybe when using the using the *retry* menu entry in
  the download popup, so better don't use this option.
  Moreover the retry function seems to do a mistaken calculation
  of the current downloads. FIXED

