Search found 15 matches

by goodtim
2006-09-25 11:36
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11231

thank you for this info ;o) just two questions: -> will it be capable of encryption of the whole traffic? -> will it be buildable on linux? the bug report on sourceforge says that there are currently no build scripts or Makefiles thx in advance and good luck with your project, Mummy Yes I plan on a...
by goodtim
2006-09-25 08:44
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11231

near version 1.0 beta 1 (according to the last news i remember), the sourceforge-project has now been removed... why? are you still working on it and does it just have a new URL? oh and... is it supporting encrypted transmissions (not only encrypted user2user file transfers) I have actually renamed...
by goodtim
2006-03-24 17:16
Forum: Protocol Alley
Topic: ADC Clients and Hubs
Replies: 3
Views: 4058

ADC Clients and Hubs

I think it would be useful to have a list of all clients and hubs that support ADC. Obviously DC++ supports it, but for purposes of premoting the adoption of the protocol, I think there needs to be a place to list all the clients and hubs that support it. I was thinking the Wiki might be a good plac...
by goodtim
2006-03-23 15:57
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8389

Personally, I think the STA command should be able to be sent during the PROTOCOL state, but clients should print out a fatal error code, even if the user is not defined.
by goodtim
2006-03-23 15:54
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8389

This is what I assumed was going on, how then would you tell the user that an error as occured during the protocol negotation if no user has been defined. Simply disconnecting the client will undoubtly lead to a number of "OMG WTF?!?!?!!?!" posts, and I'm sure nobody wants that. :-)
by goodtim
2006-03-22 15:58
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8389

Btw, Im also running the latest DC++ (0.688) hoping it was a bug in the version I was using (0.687) but I got the same result.
by goodtim
2006-03-22 15:55
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8389

I turned on AdcDebugging to see if DC++ was getting the command and this is the result: *** Connecting to adc://localhost:8000... *** Connected <ADC>ISTA 211 Sorry,\sbut\sthe\shub\sis\sfull.\sPlease\stry\sagain\slater. </ADC> <ADC>IQUI EGV2 </ADC> *** An existing connection was forcibly closed by th...
by goodtim
2006-03-22 01:50
Forum: Protocol Alley
Topic: Errors on connect
Replies: 9
Views: 8389

Errors on connect

I have a question about the ADC protocol. In my hub software, a set of basic checks are run on the intial client connection (before the ISUP is sent by the hub) to see if the hub should continue the protocol negotation. An example of one of these checks would be to see if the number of clients has e...
by goodtim
2006-03-20 16:45
Forum: Protocol Alley
Topic: ADC 0.10
Replies: 9
Views: 15596

Yeah, I should of been clearer in what I mean. There is a number of hub software for ADC available, but the number of actual hubs running ADC is pretty smalled compared to those running NMDC (although this is just a guess, I dont have any numbers to prove it, but ADC is pretty new so its safe to ass...
by goodtim
2006-03-18 11:57
Forum: Protocol Alley
Topic: ADC 0.10
Replies: 9
Views: 15596

I would say support both. There arnt many (if any at all) hubs for ADC. I am currectly writing in a project called DCHSharp, however I feel that it would be wise to implement a client that supported both.
by goodtim
2006-03-16 18:31
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11231

I moved everything over to sourceforge. The new project location is http://dchsharp.sourceforge.net/. So there. Oh and this includes the SVN which has been moved to https://svn.sourceforge.net/svnroot/dchsharp.
by goodtim
2006-03-07 12:48
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11231

Updates: I updated the solution to MSVS 2003. Which I had lying around but was too lazy to install. So yeah. I also added all the csproj.user files to svn. Please make sure you change your "Working Directory" to wherever the Config.xml and Plugins.xml files are before you build the solution. And als...
by goodtim
2006-03-06 23:07
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11231

Changes

I've made a lot of changes since I posted, most notably the creation of tag and trunk suprepositories. I have branched what I am calling the 0.5 version, which largely changed the internal workings of the Client system. I also broke some plugin stuff, but I am fixing that in the trunk. I am also hav...
by goodtim
2006-03-06 23:04
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11231

The problem with MotdPlugin not being found is because of a difference in the structure of the build directory. You can change the location of the MotdPlugin in the Plugins.xml file.
by goodtim
2006-03-02 17:22
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11231

New ADC Implementation

Hi, I have started my own ADC implementation in a new DC hub. Its called DCHSharp. Right now is pretty much alpha/beta software as is not feature complete. However, its coming along. Features Include: * C# Language - Runs on both .NET and Mono * XML Configuration - Easily Configurable * Plugins - Se...