DC++ doesn't have any code for secure NMDC (or even ADC) hub connections. I think one or more of the Linux clients may have support, however.rafal.prasal wrote:Is there any possibility to use ssl with nmdc protocol?
example link as dchubs://
Search found 2858 matches
- 2007-01-08 18:44
- Forum: Protocol Alley
- Topic: The 0.68+ SSL howto
- Replies: 6
- Views: 11625
Re: The 0.68+ SSL howto
- 2007-01-08 18:40
- Forum: Protocol Alley
- Topic: lock to key
- Replies: 1
- Views: 2622
Re: lock to key
Did I do something wrong? We don't go through that source code to make sure it works. There's always a chance it's wrong. Before you decide that, check the code in the debugger and packet sniffer. If the output is the expected one, try writing your own implementation based on how it is done in one ...
- 2007-01-08 18:24
- Forum: Hubs and scripts
- Topic: LUA script
- Replies: 1
- Views: 4740
- 2006-12-16 09:35
- Forum: Hubs and scripts
- Topic: "Your IP is already connected to this hub 5 times"
- Replies: 2
- Views: 2956
- 2006-12-11 21:42
- Forum: adchpp general
- Topic: Problem connecting to adch
- Replies: 22
- Views: 14769
- 2006-12-11 19:21
- Forum: adchpp general
- Topic: Problem connecting to adch
- Replies: 22
- Views: 14769
- 2006-12-11 19:11
- Forum: Protocol Alley
- Topic: ADC support for "tracker"
- Replies: 8
- Views: 5791
While I respect your opinion, I do not believe it is shared by the DC community as a whole. I consider what I download to be a private matter between me and the person who I'm downloading from. I think even anonymous or aggregate statistics are too sensitive for hubs to have. In certain communities...
- 2006-12-11 19:04
- Forum: Programmer's Help
- Topic: adding threaded check
- Replies: 6
- Views: 5382
- 2006-12-11 19:02
- Forum: Hubs and scripts
- Topic: Looking for a Stealth Hub!
- Replies: 2
- Views: 3240
This isn't feasible from a protocol point of view. It is possible to accomplish something similar - denying access to the hub's port except for the IPs (or IP ranges, if they're dynamic) that your users are on. A firewall should be able to accomplish that for you. You'll have to manually administer ...
- 2006-12-06 19:40
- Forum: Protocol Alley
- Topic: ADC support for "tracker"
- Replies: 8
- Views: 5791
Re: ADC support for "tracker"
Hubs are meeting places. They're not entitled to the information you're asking they be given.fluke wrote:Provided the clients on a hub honors the "tracker" feature, the hub administrator should be able to easy answer the following questions about his community:
- 2006-12-06 19:15
- Forum: Programmer's Help
- Topic: adding threaded check
- Replies: 6
- Views: 5382
- 2006-12-06 19:08
- Forum: Hubs and scripts
- Topic: dc++ hub on linux server
- Replies: 1
- Views: 2664
- 2006-12-06 18:59
- Forum: Other Direct Connect tools
- Topic: Daylight Savings Time FAT32 Fix
- Replies: 2
- Views: 2571
Re: Daylight Savings Time FAT32 Fix
Judging from the date and the forum on the cached entry, it was affected by the 2 week life on posts in Support. No other forums have purging enabled, so it's safe here.lordadmira wrote:This is a repost of the original post that seems to have vanished.
- 2006-12-06 18:55
- Forum: Other Direct Connect tools
- Topic: New Site For DC++ Help and more
- Replies: 4
- Views: 3762
Re: Hublist
I think we have one. Doesn't this count?HeLLeV wrote:why not make a forum/netsite addition for hublists for users to copy/paste in the client (if it is too much work adding them to client it self by default)
http://dcpp.net/forum/viewtopic.php?t=15441
- 2006-11-19 15:12
- Forum: Proposals
- Topic: dc++ plugin support
- Replies: 5
- Views: 4839
- 2006-11-19 15:08
- Forum: adchpp general
- Topic: Problem connecting to adch
- Replies: 22
- Views: 14769
- 2006-11-19 15:04
- Forum: Programmer's Help
- Topic: adding threaded check
- Replies: 6
- Views: 5382
- 2006-11-19 14:55
- Forum: Off Topic
- Topic: .pca files
- Replies: 2
- Views: 3034
Re: Hublist
Why not add/change the standard public hublist in DC++ or even make a dropdown menu with 5 of the biggest/most used hublists? It's configurable, so DC++ would only use the "new" lists if people haven't changed their hub list setting from the default. Not really a problem, just something to keep in ...
- 2006-11-14 20:21
- Forum: adchpp general
- Topic: Problem connecting to adch
- Replies: 22
- Views: 14769
Oh my, sorry, I had this problem myself, but I didn't recognize it from your initial description (which should have been enough). Since you're NATed, you've probably force an IP in DC++. This IP won't match what adch++ sees you connecting with, so it disconnects you. Maybe one of the lua gurus can s...
- 2006-11-14 20:16
- Forum: Off Topic
- Topic: Hublist Program
- Replies: 8
- Views: 5813
Re: Hublist Program
The reason to why I'm posting here is that he who wrote our listsoft hasnt been seen for ages, and theres noone else in our crew that can write a program. Sandos, right? If the source isn't public, perhaps he can supply it to you. Whatever program you need is probably pretty specific to your infras...
- 2006-11-12 16:10
- Forum: adchpp general
- Topic: Problem connecting to adch
- Replies: 22
- Views: 14769
- 2006-11-11 20:07
- Forum: Proposals
- Topic: more translation files for one language
- Replies: 5
- Views: 4781
I change "old" strings in DC++ whenever it becomes clear that users are confused by them... I'd rather do a "Language file tutorial" where people are encouraged to use a free diff product like WinMerge to see the difference between the Example.xml in different DC++ versions and update their language...
- 2006-10-20 18:09
- Forum: Programmer's Help
- Topic: SVN trunk checkout
- Replies: 1
- Views: 2473
- 2006-10-20 18:06
- Forum: Programmer's Help
- Topic: problem with params.
- Replies: 1
- Views: 2332
Re: problem with params.
OnlineUser* ou = NULL; string raw = ou->getIdentity().formattedRawCommand(i->getRaw(), file, c) //if(!BOOLSETTING(USE_SEND_DELAYED_RAW)) { You're dereferencing a null pointer. That will of course crash. Since you apparently can use pieces of the identity, you need to get a real identity to use, or ...
- 2006-10-14 13:14
- Forum: Programmer's Help
- Topic: problem on visual c++ express
- Replies: 6
- Views: 4807
I found this though... http://wtl.wikispaces.com/Setup#Compilers I didn't think that worked - that the Platform SDK included only the 64 bit version of ATL. In any case, I think some of the solutions I've seen included copying files which you can't legally distribute (i.e. the include files from no...
- 2006-10-06 19:44
- Forum: Programmer's Help
- Topic: Creating a DC++ version in Java
- Replies: 12
- Views: 8086
Java DC++ client Please drop the ++ - the network is "Direct Connect". You're better off writing your code from scratch, especially since you will want to include support for ADC if you're maintaining compatibility with DC++. Java versions, at this point, will have very serious interoperability iss...
- 2006-10-06 17:32
- Forum: Proposals
- Topic: Make IP and Port fields grey
- Replies: 1
- Views: 2223
- 2006-10-06 17:19
- Forum: Off Topic
- Topic: DOS aint dead...
- Replies: 6
- Views: 4830
- 2006-09-29 20:09
- Forum: Open Discussion
- Topic: Call for PHP developers
- Replies: 30
- Views: 26252
The language collector is finished and they are going to install it... Correct. I just need to review the code, since I suspect arne hasn't done the same. The old crash collector's database was full of binary files and other attempts at abuse. The language collector needs to be the same, if it's no...
- 2006-09-29 19:27
- Forum: Proposals
- Topic: TTH Hash to ignore metadata (particularly id3)
- Replies: 9
- Views: 7109
i really like the idea, to calculate TTH without mp3 tags. but the variable tag lenght is really a big problem, as the same part of the song does not start at the same position in the file. it would require different sharing approach like now: give me file block starting at position 15 new sharing ...
- 2006-09-29 19:14
- Forum: Proposals
- Topic: People taking multiple slots
- Replies: 46
- Views: 28140
- 2006-09-29 19:10
- Forum: Proposals
- Topic: Multithreaded filehashing?
- Replies: 13
- Views: 9349
- 2006-09-29 18:17
- Forum: Other Direct Connect tools
- Topic: Pease help me!!!!
- Replies: 9
- Views: 6035
Re: Pease help me!!!!
This usually means your copy of DC++ is configured correctly, but your ISP is slowing down DC traffic. Talk to them.wherdaweedat wrote:starts with good speed and after a few second it getting down to very lame speed (lower then 1k/b!!!)
- 2006-09-29 18:16
- Forum: Other Direct Connect tools
- Topic: Where can i find the clients list & ISPlist
- Replies: 1
- Views: 1888
Re: Where can i find the clients list & ISPlist
Try at the DCDM forums, since your operator client probably uses DCDM code, and will thus be updated by their updates.DJTommy wrote:Hi...where can i get the link to download the clients & ISP list for my OP client...
txs in advance
DJTommy
d(-_-)b
- 2006-09-29 17:59
- Forum: Other Direct Connect tools
- Topic: DC does not continue unfinished downloads
- Replies: 1
- Views: 1828
- 2006-09-29 17:46
- Forum: Off Topic
- Topic: Looking for a gig?
- Replies: 5
- Views: 4336
Do you think I should create 3 bugzilla entries (one for each point), or just one? Create a separate bugzilla report for each unconnected issue. We normally close 'all in one' requests, since often at least one issue is a duplicate. Plus, having one bug defeats the point in putting them in a databa...
- 2006-09-02 09:05
- Forum: Programmer's Help
- Topic: Difference in size with different branches
- Replies: 2
- Views: 2692
- 2006-08-31 20:57
- Forum: Open Discussion
- Topic: Call for PHP developers
- Replies: 30
- Views: 26252
- 2006-08-31 19:00
- Forum: Open Discussion
- Topic: Call for PHP developers
- Replies: 30
- Views: 26252
- 2006-08-31 18:57
- Forum: Proposals
- Topic: Reinsert the "small send buffer" function?
- Replies: 38
- Views: 27965
Re: Wow, so much arguement between the people who have no id
Some people believed that the socket read and write buffers would duplicate the option, but they do not (see earlier in the thread). There are no other features that would be even remotely similar.winthorpejones wrote:So the question remains
- 2006-08-31 18:52
- Forum: Developer's resort
- Topic: Microsoft® Visual Studio® .NET™ 2003 Service Pack 1
- Replies: 1
- Views: 2224
- 2006-08-31 18:50
- Forum: Hubs and scripts
- Topic: Weird problem ... help me plss!
- Replies: 1
- Views: 1984
- 2006-08-31 18:46
- Forum: Off Topic
- Topic: Having problems with proxy/firewall tcp/ip protocols....
- Replies: 1
- Views: 2838
- 2006-08-14 19:13
- Forum: Proposals
- Topic: Cycle through downloads
- Replies: 10
- Views: 6782
- 2006-08-14 19:11
- Forum: Proposals
- Topic: Block certain private messages
- Replies: 34
- Views: 23381
- 2006-08-14 19:09
- Forum: Proposals
- Topic: dc++ 0.401 users
- Replies: 8
- Views: 5877
Sidenote: you can download from 0.401 users, you just can't get their file list. DC++ 0.401 has a bug in $UGetBlock implementation that it disconnects requirements for -1 bytes, but why just not use standard protocol command $Get to get filelist from .401 ? Why work around a bug in an old client, sp...