DjLegolas
DjLegolas
Ok, most of the work is done. Added `DHT`, `PeX` and `LSD` also. And the fail in `test_get_seo_svg_with_sni` is something new with the site itself (they done have an icon...
@doadin whoops... forgot to edit some of the names when copied everything back to the original `tracker_tab.py` file... Thanks!
Found another issue so fixed it too. In addition, I have added back the `private tracker` info to the details tab. @doadin check now please.
> @DjLegolas Remember that clients have to be able to handle connecting to an older version of Deluge daemon so there is no guarantee that the new torrent status keys...
> I don't think `tracker.get('message')` would return anything since as you linked `message` is in the `announce_infohash` and each tracker has multiple endpoints so would need to parse tracker['endpoints'] for...
So, after almost 2 months, back to work on this. First, I have removed DHT, PEX and LSD from this MR. Will be added in a later one... Second, I...
I hope this is the last rebase with updates. I have changed `torrent.set_tracker_status` method so it will also get a `message` param. This new param will get the error/warning message...
I think everything is fixed.
Hmm, ok, I'll give it a try. Correct me if I'm wrong, but to fully test `AlertManager`, I'll need to make `libtorrent` post some alerts and to handle them correctly....
So I wrote some test units... What do you guys think @aresch @cas--?