kannibalox
kannibalox
While building this on Arch, I received the following error: ``` src/rpc/parse_commands.cc:19:36: error: 'unary_function' is deprecated [-Werror,-Wdeprecated-declarations] struct command_map_is_space : std::unary_function { ^ /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/bits/stl_function.h:124:7: note: 'unary_function' has been explicitly marked...
Shamelessly stolen from rtorrent-ps. There's more strings.* commands that could be ported, but this should be all that's needed to fully support rtcontrol's fast query feature.
A primary goal was not to effect .6 builds, and when the patches are applied both before and after my changes, the code is the same line-for-line. Other notes: *...
Bugs: * ~Continues serving last reported stats if rtorrent goes away~
It was released 10 days ago and changes the API. https://github.com/jonathanslenders/python-prompt-toolkit/releases http://python-prompt-toolkit.readthedocs.io/en/stable/pages/upgrading.html
This was tested on Lua 5.4, since while there shouldn't be any version-specific features in use, the lack of native 64-bit integer support in versions before 5.3 seems like a...
I'm actually not entirely sure if the other two checks are still necessary, but kept them in case there were some side effects I don't know about. Fixes https://github.com/rakshasa/rtorrent/issues/854
A bit of a work in progress, it really needs some commands for properly parameter setting, and a build flag.