Anonymous | Login | Signup for a new account | 2024-11-21 14:25 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001195 | aMule | Utilities | public | 2007-11-05 12:36 | 2007-11-18 14:33 | ||||
Reporter | 604e | ||||||||
Assigned To | Wuischke | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 2.1.3 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001195: KAD searching broken in amulecmd | ||||||||
Description | amulecmd doesn't seem to parse the search type correctly so it always tries to search ED2K: aMulecmd$ search kad b0rken > Request failed with the following error: ED2K search can't be done if ED2K is not connected | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | Linux (probably all) | ||||||||
Attached Files | |||||||||
Notes | |
(0002436) 604e (reporter) 2007-11-05 16:18 |
Seems that lines 407 and 409 in src/TextClient.cpp are simply superfluous. IMBW but I don't see how checking for EC_SEARCH_GLOBAL/_LOCAL would make any sense with Kademlia anyway. Just patched it and it seems to work fine so far: 407,409c407 < if (search_type != EC_SEARCH_GLOBAL && search_type != EC_SEARCH_LOCAL){ < search_type = EC_SEARCH_KAD; < } --- > search_type = EC_SEARCH_KAD; |
(0002438) mr_hyde (reporter) 2007-11-13 00:51 |
Probably is the same problem of 0001199 |
(0002458) Wuischke (manager) 2007-11-18 14:33 |
This is probably fixed, please see http://bugs.amule.org/view.php?id=0001199 [^] . |
Issue History | |||
Date Modified | Username | Field | Change |
2007-11-05 12:36 | 604e | New Issue | |
2007-11-05 12:36 | 604e | Operating System | => Linux (probably all) |
2007-11-05 16:18 | 604e | Note Added: 0002436 | |
2007-11-13 00:51 | mr_hyde | Note Added: 0002438 | |
2007-11-13 00:52 | mr_hyde | Note Added: 0002439 | |
2007-11-13 00:57 | mr_hyde | Note Deleted: 0002439 | |
2007-11-18 14:33 | Wuischke | Status | new => resolved |
2007-11-18 14:33 | Wuischke | Resolution | open => fixed |
2007-11-18 14:33 | Wuischke | Assigned To | => Wuischke |
2007-11-18 14:33 | Wuischke | Note Added: 0002458 |
Copyright © 2000 - 2024 MantisBT Team |