Search found 5 matches

by coma
2003-01-07 13:12
Forum: Feature Discussion (Archived)
Topic: dchub:// url register
Replies: 14
Views: 7930

maybe use a ? instead, this is not an allowed filename char on Win systems anyway
Good idea Sedulus; even better than my proposal.
by coma
2003-01-05 18:55
Forum: Protocol Alley
Topic: Upcoming: ZLib block compression
Replies: 14
Views: 10066

But adding zlib introduces another src dependency and compression won't buy you much (on mp3, divx, xvid, ogg or mpc etc which I imagine are the main file types exchanged). To me it sounds like feature bloat. Simply add adler32 or crc32 code. There are many optimized ones available for free. OTOH it...
by coma
2003-01-05 17:21
Forum: Feature Discussion (Archived)
Topic: dchub:// url register
Replies: 14
Views: 7930

Its a pitty DC++ doesn't support spec'ing file and dir download with dchub url's. As Arne pointed out in personal communication the NMDC format won't work since DC++ needs the file size to add to the queue. I see two possible solutions: 1. Add size à la ed2k links at the end of the url: dchub://h...
by coma
2003-01-05 17:15
Forum: Protocol Alley
Topic: Upcoming: ZLib block compression
Replies: 14
Views: 10066

Form my, maybe naive, view DC++ is mostly used to dl already compressed information so adding compression at the P2P client level only eats performance without adding any new value. But maybe i'm wrong and zlib compression is rather fast so...
by coma
2003-01-05 17:04
Forum: Protocol Alley
Topic: Encryption?
Replies: 78
Views: 94428

I would definitely cut only the needed parts from some open-source crypto lib and not include a bloated one. Some candidates: * Crypto++, http://www.eskimo.com/~weidai/cryptlib.html, probably too large but rather complete * Nettle, http://www.lysator.liu.se/~nisse/nettle/nettle.html, smaller but has...