Search found 10 matches

by KatanaTam
2004-10-21 01:37
Forum: Feature Discussion (Archived)
Topic: I wish DC++ be more STABLE before more FUNCTIONAL
Replies: 9
Views: 5268

I know DC++ is good, I use 0.403 before, and it can run more then one day without any error. but on the 0.4034, it crash sometime. So I do this without more thinking. please forgive me. If you're using an unmodified DC++ 0.4034, paste the crash logs into: http://dcplusplus.sf.net/crash/ If not, it ...
by KatanaTam
2004-10-18 10:47
Forum: Feature Discussion (Archived)
Topic: I wish DC++ be more STABLE before more FUNCTIONAL
Replies: 9
Views: 5268

I use a NAT network provide by school. so I don't use CVS before, but I will try learn about CVS later. I know DC++ is good, I use 0.403 before, and it can run more then one day without any error. but on the 0.4034, it crash sometime. So I do this without more thinking. please forgive me. and now, I...
by KatanaTam
2004-10-18 10:42
Forum: Feature Discussion (Archived)
Topic: crash bug on 0.4034
Replies: 3
Views: 2588

I found out the bug is made by this code:

LOG(user->getNick(), Util::formatParams(SETTING(LOG_FORMAT_PRIVATE_CHAT), params));

can tell me which file is wrong??
by KatanaTam
2004-10-18 10:40
Forum: Feature Discussion (Archived)
Topic: I suggest add **FILE READ BUFFER** to DC++
Replies: 2
Views: 2267

The reading buffer offer by window is toooooooo small. if you upload speed reach 1M/s, and have 3~5 upload thread, DC++'s send size is 64K, So, DC++ need read 3~5 file in 1s about many many time. windows buffer too small, and make HDD seek all the time.. Add my code, and comply a spec version, compa...
by KatanaTam
2004-10-18 10:26
Forum: Feature Discussion (Archived)
Topic: crash bug on 0.4034
Replies: 3
Views: 2588

crash bug on 0.4034

Crash 100% on this statue!!! trun on DC++ chat loging (private or main). and then input chinese word: 好 (Please Copy the word if your system can't input chinese, then send it out to yourself (enable private chat log) or send out on main chat (enable main chat log). I think this bug is made by code t...
by KatanaTam
2004-10-17 09:44
Forum: Feature Discussion (Archived)
Topic: I wish DC++ be more STABLE before more FUNCTIONAL
Replies: 9
Views: 5268

bookmarked, thx! ^_^
by KatanaTam
2004-10-17 09:42
Forum: DCH++ General
Topic: DCH++ Features
Replies: 16
Views: 17930

user Database to remember register user info, or user info reader can write with a plugin, that can support text format, database (MySQL is a good choice), ODBC support is also good. seeing the PvPGN project, then can config the server run on text mode, or mysql mode. with the database support, anyo...
by KatanaTam
2004-10-17 09:25
Forum: Feature Discussion (Archived)
Topic: I wish DC++ be more STABLE before more FUNCTIONAL
Replies: 9
Views: 5268

I think the bug report system is a little complex, I like post on bbs, but i will try to do that after. btw, you found out the nickname copy bug!? I post the modify code here, wish you can check it out. WinUtil.cpp void WinUtil::setClipboard(const tstring& str) { if(!::OpenClipboard(mainWnd)) { retu...
by KatanaTam
2004-10-17 08:59
Forum: Feature Discussion (Archived)
Topic: I wish DC++ be more STABLE before more FUNCTIONAL
Replies: 9
Views: 5268

I wish DC++ be more STABLE before more FUNCTIONAL

In new DC++ Versions, Unicode and more thing is added. But I found it become little more unstable. On my computer(XP + SP2), DC++ will take 99% CPU sometime, I don't know how to fix this bug, even to found out where is wrong. on 0.4034, the copy nick name bug, the reson is a function didn't use the ...
by KatanaTam
2004-10-17 08:30
Forum: Feature Discussion (Archived)
Topic: I suggest add **FILE READ BUFFER** to DC++
Replies: 2
Views: 2267

I suggest add **FILE READ BUFFER** to DC++

I had wrote the code, and I really add to my modify DC++ version. with 1M buffer per uploading file, my hdd was much quiet!! I think DC++ is a very good P2P software that could be use in a LAN, Not like INTERNET, a LAN network's speed is too fast, I write a speed limit on my client, and I Limit the ...