Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- ./libtorrent/include/libtorrent/fingerprint.hpp 2009-10-02 07:45:10.000000000 +0400
- +++ ../flush-0.7.2.patched//libtorrent/include/libtorrent/fingerprint.hpp 2009-10-11 03:28:13.000000000 +0400
- @@ -63,11 +63,12 @@
- std::string to_string() const
- {
- std::stringstream s;
- - s << "-" << name[0] << name[1]
- - << version_to_char(major_version)
- - << version_to_char(minor_version)
- - << version_to_char(revision_version)
- - << version_to_char(tag_version) << "-";
- + s << "-DL1100-";
- +// s << "-" << name[0] << name[1]
- +// << version_to_char(major_version)
- +// << version_to_char(minor_version)
- +// << version_to_char(revision_version)
- +// << version_to_char(tag_version) << "-";
- return s.str();
- }
- --- ./src/daemon_session.cpp 2009-10-02 07:45:07.000000000 +0400
- +++ ../flush-0.7.2.patched//src/daemon_session.cpp 2009-10-11 03:28:56.000000000 +0400
- @@ -384,7 +384,8 @@
- {
- lt::session_settings lt_settings = priv->session.settings();
- - lt_settings.user_agent = _C("%1 %2", APP_NAME, APP_VERSION_STRING);
- +// lt_settings.user_agent = _C("%1 %2", APP_NAME, APP_VERSION_STRING);
- + lt_settings.user_agent = _C("%1 %2", "Deluge", "1.1.0");
- lt_settings.ignore_limits_on_local_network = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement