Sergeo7

Member
  • Content count

    64
  • Joined

  • Last visited

Everything posted by Sergeo7

  1. File creation date attribute in filelists

    Don't understand why downloader need to select it? As I think, we had been talking about selecting proper filelist on uploader's side, depending on downloader's speed. If the feature is disabled then all of the functionality ignored, if enabled - we must globally disable DC-emulation and create second filelist with dates. This filelist we will upload only to users who has, for example, >5 in connection field.
  2. Forum rearragement

    And I wonder why doesn't everyone have a sense of humor?!
  3. Forum rearragement

    I think it'll be better to move english topics from Support subforum to English subforum and move it with other language-dependent subforums from World Languages to Support's root. It looks like racial discrimination to click one more link for getting to them. :whistling: :D
  4. File creation date attribute in filelists

    It's a variant. And with this "connection" field can finally be used for something. (But then connection setting must be hub-based for the whole idea to work at capacity.)
  5. File creation date attribute in filelists

    Maybe it's possible to add this feauture and option to enable/disable it so users can decide whether they want to give up DC-emulation and increase filelist size to have the good feauture enabled? It's a fact that not all people have a LANs now, but thouse who have, often using DC in LAN only.
  6. IMDB

    If there will be a possibility to add custom context menu elements via API it'll be as easy as pie.
  7. Preferred users/hubs

    Damn right ^___^. Devil is in the details. Instead of easy way of changing yourself one must change the world.
  8. Следует отметить, что DC, при выключении, некоторое время сохраняет свои внутренние файлы. Так что при выключении компа лучше DC выключать заранее, минут за 5-10.
  9. File creation date attribute in filelists

    Don't you think so? With this DC can almost fully replace ftp server.
  10. 3 пункт снизу в разделе File - Settings - Advanced
  11. disable waiting time between searches

    First - not all LANs contains only a 253 computers as you offer imply. And second - NMDC and eMule protocols and the client functioning are way too different to say that the thing working fine with eMule will work fine with ApexDC.
  12. disable waiting time between searches

    Just think of it as foolproof measure.
  13. LAN IP

    Just displaying a pop-up / status message alert and resetting the bind adress to default would be enough.
  14. Compiling x64 amd

    I know that removing of optimization routine is a dirty hack but in present time I see no other way to compile code as x64 executable. PS: By the way are intrinsic functions from latest VS really slow down the code? As I see from the headers they use SSE too.
  15. Compiling x64 amd

    По сути надо добавить заголовок memory.h, закоментировать в stdinc.h оптимизатор memcpy_amd.h и блок: #undef memcpy #define memcpy memcpy2 #undef memset #define memset memset2 #undef memzero #define memzero memzero2 Но т.к. стандартной memzero нет, её надо будет переписать через стандартную memset. И затем переопределить memcpy2, memset2 и memzero2 как: #define memcpy2 memcpy #define memset2 memset #define memzero2 memzero Если что-то из этого не понятно - лучше забить на компиляцию под 64 бит.
  16. Combining folders for sharing with Apex

    And ADC protocol must be finalized for this to happen... Actually there are two or three ADC hubsoft programs already.
  17. The installer..

    This way IMHO would be the best: 1. Describe what is active and passive. 2. Ask for what kind of activity client will be used, if user behind router and if user have external (non NAT) IP (disabled if lan-only selected). 3. Show dialog for mode selection (like in hub properties) then... 4. If it's lan-only, set active mode by default or if user behind router set passive and suggest faq on setting up active mode behind router. 5. If it's wan-only, set passive mode by defaul and if user have have external (non NAT) IP place button/link near it's inputbox to test it. If test will not fail set active by default. 6. If it's lan/wan, set active by default, if user have router set passive and suggest as in 4.; if external IP test failed just suggest to set passive mode for all external hubs.
  18. Using temporary sparse files (on NTFS)

    This option is totally lacks in descriptiveness - maybe rename it to "Enable files pre-allocation"? PS: But I still think sparse files are better, because if this option enabled, actual filesize reported by OS at the begining of download is zero and there is no way to watch over required space. Sparse files, instead, use filesystem means of file definition and filesize reported as is, even when file is empty and takes no harddisk space.
  19. Don't you think that saving temporary files as sparse on NTFS would be a good idea?
  20. There is a problem with new MPC bulds - ApexDC is not showing video name in spam message. Is there any workaround for this except using old version?
  21. 2 and a half bugs

    Try to update/disable/uninstall F-Secure Antivirus and see if problem persist.
  22. [workaround] New Media Player Classic builds

    Further research has shown that problem maybe not in MPC but in some new codecs from "k-lite mega pack". Uhh.. I don't understand what MPC's doing in DirectShow filter query and how a codecs may break something T_T
  23. Help

    Это кстати баг форума.. опера и лисичка реагируют на метатег <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> и ставят кодировку iso-8859-1, хотя на самом деле тут windows-1251.
  24. Compile

    Вкратце о компиляции вообще. Необходимые пакеты: - Microsoft Visual Studio 2008 Team Suite скачать - Пропатченый WTL 8 (можно обычный, но придётся править код) скачать - STLport 5.1 или новее скачать - Windows Media Player 9 SDK скачать - Microsoft Platform SDK (или отдельно поискать файл natupnp.h) скачать - DirectX SDK февраль 2007 или новее скачать - Visual Leak Detector скачать - Собственно, исходники ApexDC скачать Из настроек: нужно чтобы все include и lib каталоги SDK были прописаны в VS, причём stlport должен быть наверху списка; cтарые версии Windows SDK юзать нежелательно. Батник для компиляции stlport:
  25. Кстати в апексе полностью отказались от приёма .dclist файлов, интересно, это как-то влияет на совместимость с другими клиентами?