linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #00486
[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 352: Added a setting to disable fast hashing method
------------------------------------------------------------
revno: 352
committer: Steven Sheehy <steven.sheehy@xxxxxxxxx>
branch nick: trunk
timestamp: Sun 2010-02-28 01:47:28 -0600
message:
Added a setting to disable fast hashing method
modified:
Changelog.txt
linux/settingsdialog.cc
--
lp:linuxdcpp
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk
Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription.
=== modified file 'Changelog.txt'
--- Changelog.txt 2010-02-02 04:01:05 +0000
+++ Changelog.txt 2010-02-28 07:47:28 +0000
@@ -43,6 +43,7 @@
[2010-01-07] lp#473173: Crash when hashing files. Added missing SIGBUS handler. (Razzloss)
[2010-01-30] lp#321246: Fixed a crash in debug builds due to bad nick conversion handling. (Steven)
[2010-02-01] lp#502673: Fixed an issue with the GUI randomly freezing. (Steven)
+[2010-02-28] Added a setting to disable fast hashing method. (Steven)
*** 1.0.3 2009-02-01 ***
[2008-08-10] lp#256236: Fixed a crash on startup when using auto-open options.
=== modified file 'linux/settingsdialog.cc'
--- linux/settingsdialog.cc 2009-10-11 03:17:46 +0000
+++ linux/settingsdialog.cc 2010-02-28 07:47:28 +0000
@@ -674,6 +674,7 @@
addOption_gui(advancedStore, _("Send unknown /commands to the hub"), SettingsManager::SEND_UNKNOWN_COMMANDS);
addOption_gui(advancedStore, _("Add finished files to share instantly (if shared)"), SettingsManager::ADD_FINISHED_INSTANTLY);
addOption_gui(advancedStore, _("Don't send the away message to bots"), SettingsManager::NO_AWAYMSG_TO_BOTS);
+ addOption_gui(advancedStore, _("Use fast hashing method (disable if you have problems with hashing)"), SettingsManager::FAST_HASH);
/// @todo: Uncomment when implemented
//addOption_gui(advancedStore, _("Register with the OS to handle dchub:// and adc:// URL links"), SettingsManager::URL_HANDLER);
//addOption_gui(advancedStore, _("Register with the OS to handle magnet: URL links"), SettingsManager::MAGNET_REGISTER);