chros73

Results 153 comments of chros73

This is freaking cool! Thank You!!!!!!!!!!! :)

One of my pull req has the fix and command for `d.disk_freespace`.

That's the one `d.is_enough_diskspace` : https://github.com/rakshasa/rtorrent/pull/604 The problem was: "fix `free_diskspace()` method in `libtorrent` to report back proper size even if a download is stopped"

Which version do you use? `0.13.6` or `0.13.7`? And what distribution? `0.13.7` shouldn't be dependent on cppunit even if it's installed (e.g. on Ubuntu 14.04): ```sh $ dpkg -s libcppunit-dev...

Interesting, it must be distribution specific issue, since it's not the case on Debian flavored systems.

All the [possibilities](https://github.com/rakshasa/libtorrent/blob/c97b462e706872cb317d5c9d67d8f470e30bf031/src/torrent/connection_manager.h#L76) : - are in the context of encrypted connection, as the config directive suggest: `protocol.encryption.set` - are flags: that you can apply them with [bit-wise or](https://github.com/rakshasa/rtorrent/blob/58e842e49d82a88086e0d2eb3b88595349dbf9f4/src/command_network.cc#L76) :...

Looks interesting! Let me know when you feel it'ts ready to be tested and I'll include it in rtorrent-ps-ch on a branch to be able to test it and I'll...

Thanks for the detailed comment. Do youbplan to modify the functionalty further or this is the last take?

I couldn't compile libtorrent :( : - your patch is fine (luckily without any conflicts) - but the building env (set up by the build script) is not: libtorrent doesn't...

I played with it today and managed to compile it: - I've modified [configure.ac](https://github.com/chros73/rtorrent-ps-ch/commit/8390a126594fbecde59e8bfc314eff0f3aaab6da#diff-7801f81dc7c47445ee3dc358586b1a7bR1) of your patch - I've also added 1 more line into [libtorrent.pc.in](https://github.com/chros73/rtorrent-ps-ch/commit/8390a126594fbecde59e8bfc314eff0f3aaab6da#diff-7801f81dc7c47445ee3dc358586b1a7bR42) I had to add...