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.
Old posts that have not been replied to for several years.
Luniz2k1
Voice
Posts: 19 Joined: Wed Sep 17, 2003 12:32 am
Post
by Luniz2k1 » Thu Feb 05, 2004 9:05 am
Yes, I have the bots on both my private Unrealircd+SSL network and linknet on SSL port only. I just tried irc.unbounddestiny.com:3389 and it connected just fine.
Nick: <botnick>
> Address: <botnick>@Linknet-8a292f9cb9.somewhere.com «Internic Commercial»
> Name: <botnick>
> Channels: @#something
> Server: Linknet, SSL Encrypted Client
> Idle: 3 Minutes and 46 Seconds
> SignOn: Tuesday, February 3rd, 2004 at 4:33am
> User List Catagory: Not in User Lists
> Channels in common with <botnick>: #something
KevKev
Halfop
Posts: 67 Joined: Fri Oct 03, 2003 5:15 am
Post
by KevKev » Thu Feb 05, 2004 9:20 am
Woot! thanks for checking.. time to rebuild bots.
Luniz2k1
Voice
Posts: 19 Joined: Wed Sep 17, 2003 12:32 am
Post
by Luniz2k1 » Thu Feb 05, 2004 9:35 am
Just dont forget to add this in your .conf:
set use-ssl 1
KevKev
Halfop
Posts: 67 Joined: Fri Oct 03, 2003 5:15 am
Post
by KevKev » Thu Feb 05, 2004 10:09 am
Yup. When i had compiled it before it had thrown a bunch of protocol errors anytime it attempted to connect to the server.
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Sat Feb 21, 2004 7:11 pm
yeah i don't think it works at all from what i can say ive read the some howtos and it is supposed to work like this as well
servers {
SSL:server:port
}
this does not work ..??
and it can't connect to any ssl server beter yet it crashes the entire server and i can connect with any other client
its a ddos tool lol
XplaiN but think of me as stupid
Luniz2k1
Voice
Posts: 19 Joined: Wed Sep 17, 2003 12:32 am
Post
by Luniz2k1 » Sat Feb 21, 2004 8:12 pm
Near the top of your .conf file:
set use-ssl 1
And for the servers to connect to:
set servers {
xxx.xxx.xxx.xxx:xxxx:password
}
(ip_address:ssl_port_to_connect_to:password)
I have 10 bots, all using the eggdrop1.6.15-ssl.fixed.diff.gz patch, all using the options here.
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Fri May 07, 2004 7:16 pm
what about servers without ssl ..?
XplaiN but think of me as stupid
Luniz2k1
Voice
Posts: 19 Joined: Wed Sep 17, 2003 12:32 am
Post
by Luniz2k1 » Fri May 07, 2004 8:54 pm
Then you set:
set use-ssl 0
And connect to a non SSL port on the IRC Server
KevKev
Halfop
Posts: 67 Joined: Fri Oct 03, 2003 5:15 am
Post
by KevKev » Sat May 08, 2004 12:38 pm
It's all or nothing. Unfortunately you cannot specify both SSL and Non SSL servers. You are stuck with one or the other.
Luniz2k1
Voice
Posts: 19 Joined: Wed Sep 17, 2003 12:32 am
Post
by Luniz2k1 » Sat May 08, 2004 1:26 pm
Exactly. You either enable SSL and connect to an SSL port on the IRC server, or you disable SSL and connect to a normal port.
KevKev
Halfop
Posts: 67 Joined: Fri Oct 03, 2003 5:15 am
Post
by KevKev » Sun May 09, 2004 4:32 am
As a side note to this thread.... ANy SSL patch for 1.6.16?