Search found 68 matches

by Qbert
2004-03-05 14:27
Forum: Feature Discussion (Archived)
Topic: Automatically dropping slow users
Replies: 51
Views: 26543

It has several votes because it’s been requested before multiple times. And there already are mods with this type of feature built in. Because of that, having a new mod with only this feature seems useless.

I would suggest that you simply submit a patch instead of branching off.
by Qbert
2004-03-03 23:24
Forum: Feature Discussion (Archived)
Topic: Auto grant slots for whole hub (distro-hub)
Replies: 23
Views: 11930

as long as he's currently (also) online in my hub, he gets an extra slot.... Why can't you just run a special instance of DC++ for this distribution hub, and set the number of slots to 999? Doing that seems to solve your problem, at least from what I understand it to be. Why try to mess with the co...
by Qbert
2004-03-03 07:32
Forum: Feature Discussion (Archived)
Topic: Potential Solution to Bandwidth Capping
Replies: 9
Views: 4840

... the following proposal. In the DC++ client could there be a feature added ... When the users u/l speed is reported to a hub There can't be a solution to this which resides completely on the client, because the client can say whatever it wants to whoever it wants. (And that whatever could be lie...
by Qbert
2004-02-23 18:38
Forum: Other Direct Connect tools
Topic: RevConnect 0.306e released
Replies: 4
Views: 3347

It sure would be easier to also post a link for the source on the webpage, instead of having to look around sourceforge for it.
by Qbert
2003-12-15 07:32
Forum: Feature Discussion (Archived)
Topic: automatic disconnect
Replies: 3
Views: 1893

In all that case if you are downloading from an user who has cheked "automatic update stop in case of leaving the hub" you lost your download I think thats pretty explicit on the part of the person your downloading from. They may feel that you should be in the hub actively sharing if you expect to ...
by Qbert
2003-12-15 07:25
Forum: Feature Discussion (Archived)
Topic: 3rd party integration for satellite users:)
Replies: 14
Views: 5148

That's basically a download threshold for satellite users. After they hit it, they get disconnected and have to wait for a while before being able to downlad again. I would see much better use of this feature in an external application, since any network application would affect and be effected by ...
by Qbert
2003-12-13 17:22
Forum: Other Direct Connect tools
Topic: New MultiSource Client
Replies: 36
Views: 20944

intradream.com wrote:But with IDC 2.0 this issue has been solved by being one of the first True Multi-source Direct Connect Clients, meaning that you can download one file from up to 30 users!
I don't understand; what would be a False Multi-source Direct Connect Client?
by Qbert
2003-12-09 22:14
Forum: Programmer's Help
Topic: In attention to all DC++ developers!
Replies: 28
Views: 13285

If you can code in C++, one would hope you can figure out how to forward port the project files from an older DC++ version if you need to use VS6. yeah, I probably could. But that's not something i'm going to spend my time on right now. Well considering it would take less than 1/100th of the time t...
by Qbert
2003-12-08 20:56
Forum: Feature Discussion (Archived)
Topic: Shutdown
Replies: 19
Views: 7860

I think many of you are forgetting why programs first added this type of feature a long long time ago - when a constant internet connection was not common. This would be very useful for people who sign online though a modem, especially if they don't have a dedicated phone line - comparable to a dedi...
by Qbert
2003-12-06 16:55
Forum: Feature Discussion (Archived)
Topic: Viewing remote sharers average time in the hub
Replies: 1
Views: 1135

I think this would better be accomplished through a hub/script, with a command to request this information. If it were done by your client, the only information it could gather is during the time you are in the hub.
by Qbert
2003-11-20 00:45
Forum: Feature Discussion (Archived)
Topic: Compression ratio -column
Replies: 9
Views: 4202

I agree with wanting to easily see stats on compression. I've been wondering if the compression might be slowing down a lot of transfers on my campus hub, but I havn't had any time to perfom accurate test runs. I havn't seen downloads from my campus hub in the past few days go above 8MB/s, whereas I...
by Qbert
2003-11-20 00:33
Forum: Off Topic
Topic: One Line Story
Replies: 24
Views: 11542

...She asked Arne "Is this your laptop?," as she pulled a slim laptop out of her bag...
by Qbert
2003-11-20 00:30
Forum: Feature Discussion (Archived)
Topic: Temp upload folder..
Replies: 5
Views: 2470

This sounds like an interesting idea for helping cache disk usage, even if it only helps in this specific situation. However I don't think many people would be able to make use of it. Anyways, an IDE hard drive should be able to last a minimum of a couple years with correct cooling; and if they fail...
by Qbert
2003-11-15 15:57
Forum: Programmer's Help
Topic: In attention to all DC++ developers!
Replies: 28
Views: 13285

Not more than DC++ compilation errors!
Thats odd. From the latest released source I don't get any errors.
by Qbert
2003-11-14 23:54
Forum: Feature Discussion (Archived)
Topic: UI: Separate Uploads from Downloads + Minimize to the top
Replies: 6
Views: 3112

I like the idea of windows minimizing to the top of the program. I constaly use the arrange icons menu because I change the list of current connections. This could be a nice option for appearance.
by Qbert
2003-11-13 19:11
Forum: Programmer's Help
Topic: In attention to all DC++ developers!
Replies: 28
Views: 13285

DC++ by its "kind" is a simple program. But the 102 .h files, 69 .cpp files in it's package plus the 320 files in stlport and v7, can drive even an expert developer out of his minds. I'm assuming by your statement that you are claiming yourself as an expert developer; however your reason is quite c...
by Qbert
2003-06-09 22:58
Forum: Programmer's Help
Topic: config.h HASH_MAP
Replies: 2
Views: 1841

config.h HASH_MAP

In ConnectionManager.h, this line
typedef hash_map<Ptr, u_int32_t, PointerHash<ConnectionQueueItem> > TimeMap;
(Line 37 of this posting date's CVS)

Should this be HASH_MAP as configured by config.h?
by Qbert
2003-06-08 17:32
Forum: Feature Discussion (Archived)
Topic: Multistreaming
Replies: 39
Views: 14010

I keep reading about "Hashing" and how it seems to be a requirement for segment downloading (or at least a major part.) Except I don't see the need for this. Can hashing please be explained more or can I be pointed out to where to read about it? The main problem I have with it, is that as far as I u...