Search found 310 matches

by PseudonympH
2004-03-19 15:22
Forum: Feature Discussion (Archived)
Topic: a "who wants to dl from me" window
Replies: 9
Views: 3803

Just share a folder called "information on mkv" with the text file in it or something. It's not pretty, but it works. If the file is <16k (it really should be) then they'll be able to get it without having to ask for a slot.
by PseudonympH
2004-03-18 16:02
Forum: Feature Discussion (Archived)
Topic: shedule file in queue dowloads option
Replies: 3
Views: 1929

settings > downloads > maximum simultaneous downloads

Just set that to however many you want to have going at once.
by PseudonympH
2004-03-17 16:38
Forum: Feature Discussion (Archived)
Topic: a "who wants to dl from me" window
Replies: 9
Views: 3803

#1: been there, done that, got the t-shirt . Mods such as BCDC++ do have support for this, though. The problem is that because of the way the protocol is structured, there's no way to have an actual upload queue, making everything simply a free-for-all. As for #4, that's already implemented. Just ty...
by PseudonympH
2004-03-17 16:24
Forum: Feature Discussion (Archived)
Topic: Data Reparation
Replies: 16
Views: 6888

No, the filename is not included in the hash code, although it could just search by that hash (since it needs to find sources for it anyway...) and use the first filename that matches (simple) or the most popular (more complex). Metadata such as mp3 bitrate is possible, yes, but I have no idea how a...
by PseudonympH
2004-03-16 17:13
Forum: Off Topic
Topic: explorer.exe
Replies: 6
Views: 3748

I can second that. Gotta love a shell that lets you configure pretty much everything.
by PseudonympH
2004-03-13 09:45
Forum: Hubs and scripts
Topic: how do i make a regulary "sending message" bot?
Replies: 7
Views: 3098

Please do. If I'm ever on your hub, I'll be glad the ignore feature in BCDC++ is feeling useful.
by PseudonympH
2004-03-07 16:23
Forum: Feature Discussion (Archived)
Topic: A way to stop users from downloading the same file twice...
Replies: 5
Views: 2657

The question is whether the rewriting of the compression code in 0.307 will fix this bug or if it will just add a whole slew of new ones...
by PseudonympH
2004-03-06 23:32
Forum: Feature Discussion (Archived)
Topic: Data Reparation
Replies: 16
Views: 6888

2nd pass: looking at one of the other threads, it seems BCDC++ already uses something like $GetMeta TTH filename. It would make sense to do it this way since it's more general. Of course, having a lot of complete hash trees being transferred around would kind of cut into bandwidth, seeing as for fil...
by PseudonympH
2004-03-06 03:09
Forum: Feature Discussion (Archived)
Topic: Data Reparation
Replies: 16
Views: 6888

I spend 15 minutes editing that to make it as readable as possible and to make sure the grammar is nice, then double post. Today is not looking good for me. :?
by PseudonympH
2004-03-06 03:06
Forum: Feature Discussion (Archived)
Topic: Data Reparation
Replies: 16
Views: 6888

Well, since Tiger Tree Hashing (TTH) will be coming along in the next version (though it might not be stable...) it should be possible to request the entire hash tree for a file (we could call it $GetTTHFull or something). Then we verify to check for corruption while the table was being transferred,...