Jump to content

Stone

Established Members
  • Posts

    254
  • Joined

  • Last visited

Posts posted by Stone

  1. BEncode Editor is written in AutoIt3, it is not Java... And in certain cases AutoIt can much slower than C++, in fact, I can hardly think of cases where AutoIt could be faster than C++. Optimizing the code may not be possible or can be more complicated than rewriting entire program in C++.

    Also... I think some people didn't get one of the main reasons of this rewriting in C++

    In an effort to get more practice with C++...
  2. New beta with DHT "improvements" keeps announcing via DHT every few seconds. It says "Announcing...", gets few peers, changes to "Announce in 0 minutes" and announces again, over and over...

    Or maybe "better DHT ping for BT node discovery" made DHT so awesome that devs decided to announce nonstop?

    And yes, DHT is really announcing, not just an inteface bug or smth, way too many UDP packets here.

  3. - Fix: uTorrent client names of later versions are now displayed properly in the peers tab

    It doesn't seem so.

    If µTorrent connects to certain peers using v1.6 it shows them as "µTorrent 1.5"

    If I use peerid of one of those peers in my script and connect to µTorrent, it shows the same peerid as "µTorrent/1.6.0.0"

    logger tab:

    [01:15:15] 84.15.68.240 : [µTorrent/1.6.0.0]: Handshake completed

    [01:15:15] 84.32.60.145 : [µTorrent/1.6.0.0]: Handshake completed

    [01:15:15] 88.119.46.252 : [µTorrent/1.6.0.0]: Handshake completed

    [01:15:17] 88.222.65.154 : [µTorrent/1.6.0.0]: Handshake completed

    [01:15:17] 88.118.246.223 : [µTorrent/1.6.0.0]: Handshake completed

    [01:15:17] 88.118.35.99 : [µTorrent/1.6.0.0]: Handshake completed

    84.15.68.240 µTorrent 1.5

    84.32.60.145 µTorrent 1.5

    88.119.46.252 µTorrent 1.5

    88.222.65.154 µTorrent 1.5

    88.118.246.223 µTorrent 1.5

    88.118.35.99 µTorrent 1.5

    84.15.68.240 - "-UT1600-ÚÝný°©' " 2D5554313630302DDA81DD196EFDB08105A99120

    88.118.35.99 - "-UT1600-Ún܆K£ø#ì|5" 2D5554313630302DDA816EDC864BA3F823EC7C35

    I was too lazy to get other peerids and I don't think they're important.

    Edit:

    Also, Bits on Wheels uses stupid peerid and µTorrent parses it wrong.

    Old BitComet's peerid (exbc...) is parsed as BitComet/00xx, new one (-BC/xxxx-...) is parsed as BitComet/0.0.x.x. IMO there should be one way to write all client versions, not three...

    BitLord's peerid (exbc..LORD...) could be parsed as BitLord, but who cares :)

×
×
  • Create New...