This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

putdccraw and SSL problem

Help for those learning Tcl or writing their own scripts.
Post Reply
R
RcK1
Voice
Posts: 4
Joined: Thu Aug 24, 2006 9:49 pm

putdccraw and SSL problem

Post by RcK1 »

if i connect to a server with SSL and try useing putdccraw i am getting a Input/output error

if i connect ot the same server without SSL its working fine

Any help on why would be nice
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

because whoever wrote that SSL patch has forgotten to pipe [putdccraw] output through SSL write routine
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
R
RcK1
Voice
Posts: 4
Joined: Thu Aug 24, 2006 9:49 pm

Post by RcK1 »

any way to fix it
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

contact the author of that SSL patch, report the bug and ask for a fix
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
R
RcK1
Voice
Posts: 4
Joined: Thu Aug 24, 2006 9:49 pm

Post by RcK1 »

i got that patch from egghelp.oro files page, it says it was made by Rootie but dont give any info on how to contact him
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

I'd bet there is an email address somewhere in that patch, look closer
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
J
JeX
Voice
Posts: 2
Joined: Fri Aug 25, 2006 2:37 am

Post by JeX »

Ive wondered this also. I also havnt really ever saw anyone ask about it.
So i figured it was somthing i did.

From what i can see using the 1.6.17 ssl patch
tcl_putdccraw uses tputs and that is patched to check for EGG_SSL_EXT

So am I on the wrong page or is there somthing else causing the bots to kill the socket when you use putdccraw

[JeX]
R
RcK1
Voice
Posts: 4
Joined: Thu Aug 24, 2006 9:49 pm

Post by RcK1 »

i am useing 1.6.18 ssl patch so i dont know about the 17 one
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

Response from Rootie is as follows:
Unfortunately I didn't write the complete patch myself. My main work was adapting one of the first available ssl patches ever to current versions including some small fixes.

Would you please be so kind and tell that guy to try poci's "old" ssl patch on the "old" eggdrop version 1.6.18 RC1. If this works out then let me know and I will fix my patch.
J
JeX
Voice
Posts: 2
Joined: Fri Aug 25, 2006 2:37 am

Post by JeX »

Im sure it was never added from the start.
Post Reply