Egbert Bouman
Egbert Bouman
Just in case anyone is curious, I have a branch [here](https://github.com/egbertbouman/tribler/tree/giga_cleanup). Please bear in mind that this branch was meant to see if we *could* easily remove the channels, and...
Sounds right, although I'm not sure how many of the tests you can restore from the original `test_torrent_metadata.py` since `ChannelMetadata`/`CHANNEL_TORRENT` was removed (all that's left is `TorrentMetadata`/`REGULAR_TORRENT`). Having said that,...
We have some old (Angular) prototypes: https://github.com/egbertbouman/tribler-webui for the main UI https://github.com/egbertbouman/tribler-debug-ui for the debug panel
I've started working on a new web interface in React:  And light mode:  Things are nowhere near completed, and once it is it's probably going to be deployed...
Once an anonymous download has completed, it will seed only through end-to-end encrypted circuits. This means that there will be no normal BitTorrent traffic, and the seeders/leechers will drop to...
You're right, seeder/leechers should be that of the hidden swarm. Unfortunately, Tribler currently doesn't monitor the hidden swarm while uploading. It just waits for incoming connections. What we could do...
I can't reproduce this either (Windows 10 + Python 3.8).
Seems like Tribler writes a newly acquired port number to disk only on shutdown (when it's no longer relevant). A reasonable fix seems to be writing to disk just after...
I don't really think that's a bug, it's just how we pass parts of the main config to the components. Considering you can't write those to disk, I would just...
We're already adding DHT routers manually. We just need to extend the list in the `DownloadManager`: https://github.com/Tribler/tribler/blob/4999bfc2e9432df49932f709f9d42bb83ba6d21c/src/tribler-core/tribler_core/modules/libtorrent/download_manager.py#L35-L39