mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
* Only request from the same tracker more than once if PEX is disabled.
* Added target_any. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@970 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -124,6 +124,24 @@ apply_cat(const torrent::Object& rawArgs) {
|
||||
return result;
|
||||
}
|
||||
|
||||
// torrent::Object
|
||||
// apply_if(const torrent::Object& rawArgs) {
|
||||
// const torrent::Object::list_type& args = rawArgs.as_list();
|
||||
|
||||
// torrent::Object::list_type::const_iterator itr = args.begin();
|
||||
|
||||
// while (itr != args.end()) {
|
||||
// if (itr->is_string() && *itr->as_string().c_str() == '$') {
|
||||
|
||||
// torrent::Object tmp = rpc::parse_command(
|
||||
|
||||
// } else {
|
||||
// }
|
||||
// }
|
||||
|
||||
// return torrent::Object();
|
||||
// }
|
||||
|
||||
void
|
||||
initialize_command_ui() {
|
||||
ADD_VARIABLE_STRING("key_layout", "qwerty");
|
||||
|
||||
Reference in New Issue
Block a user