Big Muscle

Member
  • Content count

    702
  • Joined

  • Last visited

Everything posted by Big Muscle

  1. ApexDC++ 0.4.0

    it is bug in NOD's imon library
  2. but "Sql" in hub 1 is me, "Sql" in hub 2 is my friend and John is Sql from hub 3 but only with different nickname. What then? According to your proposal we could disconnect Sql from hub 1 and Sql from hub 2. So 2 totally different users would be disconnected and one same user with different nicknames would still eat your slots :D
  3. Filelist check by cid

    yes in ADC, no in NMDC
  4. Check TTH after download finishes

    it checks after each XXX kB where XXX is the size of TTH block. TTH block size depends on file size but is minimally 64kB.
  5. Check TTH after download finishes

    TTH is checked during transfer, so it's impossible to download corrupted file. But if file is really corrupted then: a) source file was corrupted too and you just downloaded this corrupted file you have bug in your PC and file got corrupted after downloading and sending it to OS
  6. [BUG][0.4.0-1.0.0] There is not enough space on disk

    and windows' convert program won't change file allocation size. So it can have different performance than normal NTFS format.
  7. Crash info b4

    yes, it's true, but... ... you can see that your crash happened many times, so try to search for a topic with a crash which happens many times. Then you can open exception.txt and check some string - for example "MerkleCheckOutputStream" but you can select different string from call stack and compare it with found crash. Yup and you see that it's almost same :lol:
  8. Crash info b4

    why do people report same crash again and again? this crash has already been discussed many many times and I also wrote the workaround for it. So why not read before posting?
  9. [BUG][0.4.0-1.0.0] There is not enough space on disk

    just a note "convert" cmd doesn't format anything. It just converts the drive without data loss.
  10. 1.0.0B4 crash, merklecheckoutputstream...

    maybe, I have a workaround for the crash. Try /rebuild in mainchat and if it doesn't help, then delete HashIndex and HashData files in your Settings directory.
  11. [Bug][1B4]UI Bug

    if it is bug in all DC++ mods, it doesn't mean that it can't be fixed!
  12. [BUG][0.4.0-1.0.0] There is not enough space on disk

    converting is ok, but don't forget to defragment with some cool defrag program (i.e. O&O Defrag)
  13. it's crash in windows library only, so it's windows bug and don't report it here :)
  14. Apex 1.0.0 b4 "bug"

    why it's not logical? if there had been an option to disable it, then everyone could disable it and it would eat too much slots, then this feature wouldn't have a sense. So it's logical that it can't be disabled.
  15. Apex 1.0.0 b4 "bug"

    it's not bug, but feature to avoid eating all slots in the network
  16. yes, it's possible to happen, but it's not probable to happen. oh, I hope you understand what I mean, it¨s strange to say it in English ) but ok, stop off-topic and return to original topic
  17. ifmn: read again what I wrote. I didn't write that there can't be a TTH collision. I wrote there can't be TTH+size collision and it's verified and different file with same TTH and same size has never appeared. I already read this page. "Collisions were announced in SHA-0, MD4, MD5, HAVAL-128, and RIPEMD" where's TTH? :)
  18. just show me one case of different files with same TTH and same size yes, we can but it takes a really long time to generate big files to match TTH :D
  19. no, it's not... if two different files have same TTH, they have different size :)
  20. A list of small features

    in this case, you can close search window and the search request will be removed from queue
  21. no, there's not a probability of collision because we use also size check, so it will always work :D
  22. but it can happen and we don't play at "probability is low, so it can sometimes work"
  23. yes, hub in TransferView is just a guess from last ConnectToMe, but there is one thing... if user A tries to connect, then user B with same nick tries to connect and this user B connects faster, the user A will be dropped and hub of B will be displayed as hub of A. It¨s just current implementation of NMDC protocol.
  24. nevermind... both users can have same IP.. but what I don't know is whether they can have also same port. edit: yes, they can have same port, if they are passive users
  25. A list of small features

    searches can't be paused neither aborted. Once you search for something, it will send you the search result until there are no other matches. And results will be send also if you close the search result.