-- JLOP -- -- Pure JAVA OpenNap client program -- -- 2005-2006 By AMZ -- -- jlop.sourceforge.net -- -- http://jlop.sourceforge.net -- Released revisions history 1.04.260 - 09/27/2006 ----------------------------- NOTICE: ONLY FOR Java 6 beta2 ----------------------------- Changed distribution format - now JLop.jar contains executables classes and source code, packed with a little of docs. If you want to see the source code just open JLop.jar with a zip-manager program. Lighter DNS name lookup. Now jlop scans for an hostname only the first time we try to connect it. The old behavior was : scan hostname --each-- time we try to connect the server, resulting in dns flooding of requests. Private chat from/to user@server Multiple source download algorithm improved Multiple source download process enhanced & debugged Better fragment management Code optimization Interface enhanced & optimized Improved server & network management 1.03.250 -- 06/29/2006 -- Major enhancements ----------------------------- NOTICE: ONLY FOR Java 6 beta2 ----------------------------- Better & faster(!) full sortable tables (3 levels) due to Java6 improvement Multi source download Auto Serach & Download process. Now JLop automatically search for that incomplete file and try to multidownload it Thread synchronization debugging, removed random interface hangups Socket management improvement Disk free available on window caption due to J6 improvement Change in identity/shares data structure. 1.02.196 -- 02/06/2006 Full sortable tables, just click on table colum header to obtain sorted data. Control click on another column to obtain secondary sort. Improved stability. Introducing parameter : sendSharesDelayMillis 1.01.156 -- 01/23/2006 Fixed interface temporary hang up on connecting many slow networks Added progressiveDelayMillis parameter used to schedule multiple server connections or download requests. Removed networkRandomDelaySecs parameter. Fixed error status of uploader in 'Idle timeout' condition. Ability to connect very long network lists (>200). Other minor bugs fixed. 1.00.140 -- 01/18/2006 First public release