Search found 30 matches

by liny
2005-12-07 20:43
Forum: Proposals
Topic: Remove user from queue if to slow
Replies: 30
Views: 17984

arnetheduck, the copyright owner of DC++, only implements code from mods if the authors write over the copyright to him, to avoid any nasty copyright-issues down the line (one holder = much easier to enforce copyright). So unless revconnect signs over the rights, which they're not likely to do i gu...
by liny
2004-07-29 19:19
Forum: Other Direct Connect tools
Topic: RevConnect 0.403a released
Replies: 2
Views: 2279

http://www.revconnect.com/


--
ps: I can not edit my post
by liny
2004-07-29 19:17
Forum: Other Direct Connect tools
Topic: RevConnect 0.403a released
Replies: 2
Views: 2279

RevConnect 0.403a released

What's new in 0.403a:
  • * Ensured download integrity
    * Grouped search results
    * Enhanced auto search
    * Publish top requested files to kademlia
    * Flicker free transfer and search frame
by liny
2004-07-14 20:47
Forum: Feature Discussion (Archived)
Topic: 0.307 don't support Chinese file name
Replies: 64
Views: 18982

GargoyleMT wrote: Liny, I took the liberty of making your patch into a unified diff and submitting it to arne with credit to you.
thank you always.
by liny
2004-07-14 02:54
Forum: Feature Discussion (Archived)
Topic: 0.307 don't support Chinese file name
Replies: 64
Views: 18982

Util.cpp Line 360 static int utf8ToC(const char* str, wchar_t& c) { int l = 0; if(str[0] & 0x80) { if(str[0] & 0x40) { if(str[0] & 0x20) { if(str[1] == 0 || str[2] || should be static int utf8ToC(const char* str, wchar_t& c) { int l = 0; if(str[0] & 0x80) { if(str[0] & 0x40) { if(str[0] & 0x20) { if...
by liny
2004-07-14 02:36
Forum: Feature Discussion (Archived)
Topic: 0.307 don't support Chinese file name
Replies: 64
Views: 18982

Util.cpp Line: 347 static void cToUtf8(wchar_t c, string& str) { if(c >= 0x0800) { str += (char)(0x80 | 0x40 | 0x20 & (c >> 12)); str += (char)(0x80 & ((c >> 6) & 0x3f)); str += (char)(0x80 & (c & 0x3f)); } else if(c >= 0x0080) { str += (char)(0x80 | 0x40 | (c >> 6)); str += (char)(0x80 | (c & 0x3f)...
by liny
2004-05-27 20:26
Forum: Protocol Alley
Topic: "TOT - Tree Of Trust Distributed Database"
Replies: 5
Views: 3870

1) The group of moderators could/should include you and your friends, or anyone using p2p for that matter. The problem is one group and one DB . The level of this only index DB is decided by the level of this only group of mods. Multiple DB is better, everyone can create or subscribe different DB.....
by liny
2004-05-26 21:27
Forum: Protocol Alley
Topic: "TOT - Tree Of Trust Distributed Database"
Replies: 5
Views: 3870

Great idea, but

1) The whole database is controled by a group of moderators, it is not very ideal.
2) Also these moderators could be sued for helping infringe copyright law.
by liny
2004-04-20 21:40
Forum: Other Direct Connect tools
Topic: RevConnect 0.401a Released
Replies: 12
Views: 7025

Thanks for all of your helpful comments and suggestion from the first day I came here. :)
by liny
2004-04-20 20:01
Forum: Other Direct Connect tools
Topic: RevConnect 0.401a Released
Replies: 12
Views: 7025

True, but you can at least use TTHes, returned by search results and in XML file lists, to be an excellent guide to file compatibiliy. If the roots are the same, incremental verification isn't necessary. Yes, tth is helpful to pick out wrong sources. If you only use sources with the same hash, the ...
by liny
2004-04-20 02:59
Forum: Other Direct Connect tools
Topic: RevConnect 0.401a Released
Replies: 12
Views: 7025

I don't want to hurt anyone.
Maybe I misused english. Please forgive me.
If you have interest, you can try my client.
If you dislike, please comment it gently and justly.
by liny
2004-04-20 00:54
Forum: Other Direct Connect tools
Topic: RevConnect 0.401a Released
Replies: 12
Views: 7025

you are wrong.
RevConnect has changed from ed2k to tth.
But tth is only used for search, can not be used to verify file...
Because no way to get peer's hash tree unless dc++ god do it for us.
by liny
2004-04-19 21:07
Forum: Other Direct Connect tools
Topic: RevConnect 0.401a Released
Replies: 12
Views: 7025

GargoyleMT wrote:Is multisource safe yet?
for expert like you, it's safe.
for newbie or idiot it's not safe. because no $getmeta yet.
why not dc++ do $getmeat first, but ADC?
by liny
2004-02-23 09:33
Forum: Other Direct Connect tools
Topic: RevConnect 0.306e released
Replies: 4
Views: 3295

GargoyleMT wrote:Interesting topics on your forum... ;)
Thank you.
I will be very :D if you can drop some words there.
by liny
2004-02-23 09:19
Forum: Programmer's Help
Topic: ClientManager lockups
Replies: 15
Views: 7312

you probably hit the freezing search window bug that I never get I will show you. In SearchFrame::initHubs(): clientMgr->lock(); ::Sleep(2000); // add this between two locks <br> clientMgr->addListener(this); connect to 5 hubs and open search frame at the same time, you will see everything freeze. ...
by liny
2004-02-01 04:22
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45305

GargoyleMT wrote:The BCDC implementation does a bit more, .... and will verify downloads against them.

I'm sure it will all be sorted out, it's nice to see liny interested, since his multi-source implementation seems to cause a bit of file corruption.
Did you read BCDC code? I've read it, no code about verifing.
by liny
2004-01-26 22:40
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45305

Thanks for your reply. These tools are very helpful. They can do tiger hash. But how to get tiger tree hash? Really a good news. Is there any tools that can generate TTH for a file? I went ahead and dug some out for you. HashCalc seems to do the job nicely. Simple GUI and it works for a lot of diffe...
by liny
2004-01-26 05:22
Forum: Protocol Alley
Topic: Adding file hashes to the protocol
Replies: 97
Views: 45305

GargoyleMT wrote:
joakim_tosteberg wrote:Do I get this wrong or has arne begun to implement hashing?
You read that correctly.
Really a good news.
Is there any tools that can generate TTH for a file?
by liny
2004-01-13 05:45
Forum: Programmer's Help
Topic: disappearing buttons...
Replies: 16
Views: 7781

Re: disappearing buttons...

I am making oDC 5.31 mod (changing back tag to old style) and with modified version buttons r disappearing after some time or after using find alternatives... http://tnt.ema.lv/dev/first.jpg looks like it's moving out of window... http://tnt.ema.lv/dev/second.jpg and it's gone... this is my first t...
by liny
2003-12-23 04:17
Forum: Other Direct Connect tools
Topic: Reverse Connect 0.305b Released
Replies: 8
Views: 6442

Thank you, I'll study it.
by liny
2003-12-22 22:17
Forum: Other Direct Connect tools
Topic: Reverse Connect 0.305b Released
Replies: 8
Views: 6442

I think with BCDC's hash system, the maximum blocksize to re-get should be 256 kilobytes for an incremental hash failure.) How to know that? I am thoroughly a fool to TTH, and can not read BCDC's code very well. TTH = tiger hash, right? Would you like give me some tutorial link about that? BTW, how...
by liny
2003-11-19 22:47
Forum: Programmer's Help
Topic: VS .NET and v0.303
Replies: 12
Views: 5588

Re: VS .NET and v0.303

------ Build started: Project: client, Configuration: Debug Win32 ------ Compiling... stdinc.cpp e:\Apps\include\stlport\stl\_iterator_base.h(98) : fatal error C1507: previous user errors and subsequent error recovery halt further compilation Every error seems to point to the file "_iterator_base.h...
by liny
2003-11-15 01:05
Forum: Other Direct Connect tools
Topic: Welcome to Reverse Connect
Replies: 0
Views: 1996

Welcome to Reverse Connect

Welcome to <a href="http://reverseconnect.sf.net">Reverse Connect. </a>

A alternate to dc++ and support multiple sources download simultaneously.
by liny
2003-11-13 19:14
Forum: Feature Discussion (Archived)
Topic: Download from Multiple Users
Replies: 5
Views: 4099

Re: Download from Multiple Users

Where can I find Distiller's solution and Cologic's hash system? Fresh off the presses, I had to search for a mirror that had it. Well, it doesn't touch nearly as many files as recent CVS changes have, so it should be easy to ponder, given the time. Thanks, hopefully this works a bit better than Dis...
by liny
2003-11-04 22:33
Forum: Programmer's Help
Topic: why no iostream?
Replies: 3
Views: 2090

why no iostream?

hi, i am learning c++ just now. and
i have learned much by reading dc++ source code.
but i wonder why dc++ does not use std::iostream,
in stl_userconfig.h, it specially turn iostream switch off.

does std::iostream so bad?

thanks
by liny
2003-11-01 09:23
Forum: Programmer's Help
Topic: Link error 0.301
Replies: 20
Views: 8181

. Ensure DON'T Include ResourceManager.cpp and ResourceManager.h to your 'DcPlusPlus' project, keep everything unchanged.

. Right click 'DcPlusPlus' in Solution Explorer
. Select 'Project Dependencies'
. Check 'bzip2' , 'client', 'zlib'
. Click 'OK'
. Press 'F7'
. Build succeeded