Search found 8 matches

by Freak.2k
2004-10-12 10:43
Forum: Protocol Alley
Topic: when send $Hello, $MyInfo ...
Replies: 7
Views: 6773

Im using the original DC Hub
After I've logged in as an op, I get only a "<Hub> Access granted"
by Freak.2k
2004-10-12 09:08
Forum: Protocol Alley
Topic: when send $Hello, $MyInfo ...
Replies: 7
Views: 6773

Yes I know this!
when I log in as an user, I get the hello message,
but when I log in as an op, I get no LogedIn Message....
by Freak.2k
2004-10-11 12:52
Forum: Protocol Alley
Topic: when send $Hello, $MyInfo ...
Replies: 7
Views: 6773

when send $Hello, $MyInfo ...

Hey, When do I have to send commands like Hello,MyInfo,GetNickList.... I tried it with the original DC Hub. After I have sent my Password, the comes nothing beside of "<Hub> access granted". Wiki says, that the $LogedIn command is sent after I've loged in and I am a op. I'm an op, but this command d...
by Freak.2k
2004-10-11 03:03
Forum: Protocol Alley
Topic: right key calculation?
Replies: 10
Views: 6411

it works now.
It was a conversation problem.
When I converted the key-string to a byte array (for sending over the socket), some characters were converted wrong by the .Net Runtime!
I wrote my own conversation method...now it works fine
by Freak.2k
2004-10-07 06:00
Forum: Protocol Alley
Topic: right key calculation?
Replies: 10
Views: 6411

by Freak.2k
2004-10-06 16:24
Forum: Protocol Alley
Topic: right key calculation?
Replies: 10
Views: 6411

OK...my key is wrong :(
But i tried everything. I can't find any mistake in my code.
I tried other code snippets from this forum, but nothing works.
Does anyone have a 100% working c# code to generate the key?

thx
by Freak.2k
2004-10-06 07:05
Forum: Protocol Alley
Topic: right key calculation?
Replies: 10
Views: 6411

I think my key is correct.
But after I send "$Key <key>|$ValidateNick <Nick>|" I get disconnected
the dc hub says "Dropping unknown connection (null)"

what can this be?
by Freak.2k
2004-10-05 14:45
Forum: Protocol Alley
Topic: right key calculation?
Replies: 10
Views: 6411

right key calculation?

Hello,

can someone check, if my key is calculated right?
Lock: testlock
Key: 97 11 61 70 81 30 C0 80 (Hex values)

after I send the key and validatenick to the hub, I get disconnected....