aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
530 stars 97 forks source link

Allow all of SSL2, SSL3 and TLSv1 connections #77

Closed perlisweird closed 7 years ago

perlisweird commented 7 years ago

I was having trouble connecting to an older server and loosening the requirement for TLSv1 allowed me to connect.

aatxe commented 7 years ago

Great, looks good. Thanks!