XDCC-Fetch Changelog
[Main] [Report a bug]
- 2015-02-19
-
- Bugfix: compatibility with newer Ruby, updated in TCP_Connection. Thanks, Lutz!
- 2007-11-01
-
- Bugfix: compatibility with fox 1.6, works in Linux with fox 1.6.12. and fxruby 1.6.
- 2005-02-14
-
- Feature: Added hungarian translation (by Ochronus).
- 2005-02-10
-
- Feature: Added polish translation.
- Feature: Search engine supports file sizes, e.g. >6G, <100k.
- Feature: Search engine supports quotes, e.g. "movie blub".
- Feature: Language is now configurable.
- Bugfix: Packet_List paranoid mutex checks.
- 2005-02-08
-
- Bugfix/Feature: Revised file resume verification. Fixes a bug in acknowledging already received bytes. Added partial file resume verification. Added option for disabling file resume verification. Increased default number of file resume verification bytes to 20000.
- 2005-02-06
-
- Bugfix: Closing open file if bot aborts download.
- 2005-02-04
-
- Bugfix: Removed error handlers for replace-resolv.
- Bugfix: Increased timeout in order to allow multiple concurrent server connections.
- Bugfix: Resolved 'FXIconItem * already released'.
- Bugfix: Nil and Bool are now valid values of Recursive_Open_Struct.
- 2005-02-03
-
- Bugfix: Withdrawing ruby's own resolver. Seemed to cause serious troubles on som win32 systems.
- 2005-02-02
-
- Bugfix: Thread priority for TCP connect thread is lowered only if thread was created previously.
- Bugfix: Error handling for Resolv::ResolvError.
- 2005-02-01
-
- Bugfix: Better output in exception log.
- 2005-01-31
-
- Bugfix: Catching SystemCallError instead of Errno::*.
- 2005-01-30
-
- Ported from gui_refactoring.
- Feature: Show error message.
- Removed unused stuff.
- Feature: Updated XDCC message parsing.
- Bugfix: Added ruby's own dns resolver.
- 2005-01-29
-
- Bugfix: Better handling of click events in FXTreeList.
- Bugfix: Unparsed xdcc announcements are now deleted if irc server is disconnected.
- 2005-01-28
-
- Bugfix: All of the fatal error downloads should be moved into the error tab.
- Feature/Bugfix: Added possibility of blocking not internet routable ipaddress. This should mainly resolve the lock up problem of the UI (as reported by Grifter.
- Added hardcoded messages to language file.
- 2005-01-27
-
- Bugfix: Timeout caused application not to connect to some of the saved servers.
- Feature: Added reason to messagebox on irc server connection fails.
- 2005-01-25
-
- Feature: Connection Error message + icon.
- Bugfix: Globals now allow false values :-).
- Ported ctcp implementation from ctcp branch.
- CTCP Handler uses app.name and app.url variables for replying to VERSION and SOURCE commands.
- Ruby gems should work.
- 2005-01-24
-
- Bugfix: File resume verification should wait until required resume data is received. Added fast connect/close for downloads with different file sizes. Corrected some typo in handling of already downloaded packs.
- 2005-01-23
-
- Bugfix: Missing Errno in catching timedout tcp connections. Thanks to w00dy.
- Bugfix: Downloads with fatal errors should automatically be not re-requested.
- 2005-01-22
-
- Feature: IRC Servers and channels are stored and reconnected on startup.
- Feature: Shows a 'download finished' box whenever a download finishes.
- Feature: Last download directory is saved in config file.
- Added DCC_Parser.
- Cleaned up error handling.
- Added support of file resume verification and migrated to DCC_File.
- Catching various file/directory permission issues.
- Added comments and BSD license template to DCC_Parser && DCC_File.
- Bugfix: properly canceling packs which are currently requested.
- 2005-01-20
-
- Feature: Added network code support for endless re-requests when bot does not reply. Feature is enabled by default.
- Bugfix: Catching no route to host in tcp connection.
- Bugfix: Sanity check in pack comparison.
- Bugfix: More meaningful error message on download failures if available.
- 2005-01-18
-
- Bugfix: Download handler now flushes received bytes directly to underlying os, instead of buffering it through ruby, which could lead to a low mem scenario.
- Feature: Added support for translations.
- Feature: Added the possibility of hooking raw irc messages as a preparation of the migration to the new IRC_Channel object.
- 2005-01-17
-
- Unfinished minimal/broken XDCC announcements are now replaced if a full announcement of the same bot starts in the meanwhile.
- 2005-01-16
-
- Bugfix: A download handler could cause the application to terminate, when events are shutdown, but a dcc connection still is alive.
- Bugfix: The remotely queued event was not handled properly.
- Bugfix: Try-Catch around XDCC-Fetch app.
- Bugfix: Ignore automatic channel forwards.
- Feature: Handle channel kick event.
- Features: Search all packs where search entry is not contained with -. E.g, '-movie' hides all packs that contain the word 'movie'.
- Bugfix: Improved handling of pack-parsing in XDCC_Parser.
- 2005-01-14
-
- Bugfix: Removed suspicious code, which lead to a termination of a download when the bot's maximum upload speed is low.
- Added Revision property to Globals.rb in order to keep track of revisions in GUI automatically.
- Enabled Revision property.
- Initial commit.
- 2005-01-13
-
- Enabled backtrace logging in case of fatal error.
- 2005-01-12
-
- Updated copyright.
- XDCC-Fetch.rbw can now be started from any directory.
- Search order bugfix.