Egbert Bouman

Results 37 comments of 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: ![tribler_webui_dark](https://github.com/Tribler/tribler/assets/3785124/d26e38cf-f15b-428f-b799-a24245ee5d6a) And light mode: ![tribler_webui_light](https://github.com/Tribler/tribler/assets/3785124/cc936106-c7ca-4fa5-b024-75f2a8e748a3) 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).