Advertisement
Guest User

Flaresun

a guest
Oct 10th, 2009
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. --- ./libtorrent/include/libtorrent/fingerprint.hpp 2009-10-02 07:45:10.000000000 +0400
  2. +++ ../flush-0.7.2.patched//libtorrent/include/libtorrent/fingerprint.hpp 2009-10-11 03:28:13.000000000 +0400
  3. @@ -63,11 +63,12 @@
  4. std::string to_string() const
  5. {
  6. std::stringstream s;
  7. - s << "-" << name[0] << name[1]
  8. - << version_to_char(major_version)
  9. - << version_to_char(minor_version)
  10. - << version_to_char(revision_version)
  11. - << version_to_char(tag_version) << "-";
  12. + s << "-DL1100-";
  13. +// s << "-" << name[0] << name[1]
  14. +// << version_to_char(major_version)
  15. +// << version_to_char(minor_version)
  16. +// << version_to_char(revision_version)
  17. +// << version_to_char(tag_version) << "-";
  18. return s.str();
  19. }
  20.  
  21. --- ./src/daemon_session.cpp 2009-10-02 07:45:07.000000000 +0400
  22. +++ ../flush-0.7.2.patched//src/daemon_session.cpp 2009-10-11 03:28:56.000000000 +0400
  23. @@ -384,7 +384,8 @@
  24. {
  25. lt::session_settings lt_settings = priv->session.settings();
  26.  
  27. - lt_settings.user_agent = _C("%1 %2", APP_NAME, APP_VERSION_STRING);
  28. +// lt_settings.user_agent = _C("%1 %2", APP_NAME, APP_VERSION_STRING);
  29. + lt_settings.user_agent = _C("%1 %2", "Deluge", "1.1.0");
  30. lt_settings.ignore_limits_on_local_network = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement