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.

Search found 4 matches

by naaina
Tue Jul 24, 2007 4:03 am
Forum: Other Topics
Topic: encypted eggdrop chat, looking for contributors
Replies: 13
Views: 4869

It depends on the client. If the client supports DCC-SSL-connections, then for sure (but afaik mIRC doesn't).
by naaina
Mon Jul 23, 2007 8:47 pm
Forum: Other Topics
Topic: encypted eggdrop chat, looking for contributors
Replies: 13
Views: 4869

Hi, psyBNC is capable of handling incoming SSL-encrypted connections from the client: PSYBNC.SYSTEM.HOST1=S=a.b.c.d Like this in psybnc.conf. Now you can connect to it (from mIRC in this case) by doing: /server a.b.c.d:+port And now the client->bouncer encryption is also SSL-encrypted :) Still there...
by naaina
Wed Jun 20, 2007 2:23 pm
Forum: Modules & Programming
Topic: Extension for SSL DCC Chat between Eggdrop & psyBNC
Replies: 11
Views: 27462

Of course you are right. I was kind of stupid when I've written this because I just need to answer with dprintf(DP_SERVER, "PRIVMSG %s :\001DCC CHAT chat %lu %u\001\n", nick, iptolong(natip[0] ? (IP) inet_addr(natip) : getmyip()), port); and I think this is writable in TCL too. But I won't...
by naaina
Tue Apr 17, 2007 6:20 pm
Forum: Modules & Programming
Topic: Extension for SSL DCC Chat between Eggdrop & psyBNC
Replies: 11
Views: 27462

Extension for SSL DCC Chat between Eggdrop & psyBNC

Hi guys, I don't know if someone is interested in such a thing, but I needed to encrypt the communication between IRC bouncer and Bot partyline, but in an easy and fast way. Instead of integrating a complex method of accepting and handling SSL-connections, I decided for stunnel, a SSL-wrapper for TC...