adrian_007

Member
  • Content count

    86
  • Joined

  • Last visited

Everything posted by adrian_007

  1. ApexDC++ OP

    about op side and 1.0.1 not exacly - but afaik it's gonna be improved a bit in the next release, i believe... :thumbsup:
  2. CRASH v.1.0.1

    if you are interesed, i use eset smart security and with my mod i also have this crash from time to time. but it's pretty random... maybe it's a nod32 problem... but afaik only with sdc++/mods based on.
  3. Linux ApexDC++

    he already has it.
  4. Direct Chat (Privat)

    no need if someone know protocol. he want to get direct connection to user and send to him a message rather than sending it to the hub.
  5. [Possible Bug][1B5]SSL ... ?

    i don't know what cause it, but in adc normal connections sometimes get encrypted and when you want to download sth via that connection you just get a SSLSocket error.
  6. Compiling ApexDC++

    you need a professional edition of visual studio, express edition lacks mfc/atl support. (but it could be used to compile dc++ when it was using vs ^^, you can always play with 0.699) and you need at least stlport 5.2.x afaik (which is still only at svn repo)
  7. Compiling ApexDC++

    stlport svn used? ^^
  8. API

    + we can pass it - just don't use it, app will release handlers on close - we can't reload dll at runtime i suppose it's because we don't use mscrt dll, it's compiled, or sth else - i haven't investigated it a lot :)
  9. Public Development Starting

    belive it or not but i'll give a chance for ReactOS to take a nice piece of m$ cake in future. afaik it's the only one os developed in this way - to be compatibile with NT, and it's open sauce and by react os, linux will be a huge step closer to support winapi (which sux imo, we need sometimes to use really dirty hacks to make sth working)
  10. I'm on the search for a new antivirus

    there is an extended version - eset smart security :crying:
  11. ADC 1.0 Released

    on big hubs, only hubsofts written in c++ will stay on stage - performance is most important thing... how you can imagine server with a couple adc hubs on i.ex soft in java (dchub - yes, it's great hubsoft, but it's still java...). and about c++ soft, there is adch++ afaik and... ?
  12. ADC 1.0 Released

    someone can make adc version of verlihub, imo then owners will merge easily. or adch++ should be more extended. anyway, from my experience verli is the best hub software. but it's only my opinion.
  13. 1.0.0B4 crash, merklecheckoutputstream...

    1. microsoft can fix that buggy system 2. you can change os :(
  14. 1.0.0B4 crash, merklecheckoutputstream...

    vista is the problem, and this was already reported :(
  15. PM send file

    magnet link does that job, just open your filelist and copy link to certain file.
  16. yes, in upcoming adc protocol.
  17. ApexDC++ latest stlport & wtl

    im just wondering, for what you want to compile apex dc if you dont know how to prepare environment...
  18. ApexDC++ latest stlport & wtl

    stlport you can get from svn repo. about wtl i can't say too much while i didnt update it from ages but i think you need to change some code, but in wtl.
  19. ApexDC++ latest stlport & wtl

    apexdc is using stlport svn - in stdinc.cpp you should see it... :P
  20. AML 3.07 Released

    you didn't catch irony in my post also, dc++ is op client too, because via this client we can check connection to user and also his filelist [manually, but who cares?] and even send raw command! [uc for lazy users ]. of course, in my opinion, apex isn't an op client, project is aimed to normal users, but have extended features already implemented in strongdc [with isn't op client, either]... + one new - [from this important] threaded check. however it don't make apex an op client at all. and as i said, ops are normal users too, so why we have to make them life harder and force them to use second client to prevent banning? i'm using my own op client as op and regular client and it works fine :)
  21. AML 3.07 Released

    and when op is also user, then he have to use second client, right? ...
  22. Apex 1.0.0 B4 Raw Manager

    i can say there was mem leaks in raw manager [occur on exit :crying:; look and compare destructors to see difference] and in favorite manager [same one presented in raw manager], also some minor things like warnings that not all controlls return a value or so.
  23. Apex 1.0.0 B4 Raw Manager

    it's means you can use find() func instead of iter all map, also it should be more mem friendly
  24. Released: ApexDC++ 1.0.0 Beta 3

    mainly it depends on users count, not on no. of connected hubs.
  25. Released: ApexDC++ 1.0.0 Beta 3

    oh and one thing, you've missed UserMap.h file in src... :)