From 384fb8223b5dc7b58bae59aab1296b1acd80841f Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 10 Oct 2013 16:57:14 +0200 Subject: Add basic SSL support via --ssl-pem-file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 72cb35a..d04ace5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Features * Knows about the basic IRC protocol and commands. * Easy installation. +* Basic SSL support. * No configuration. * No ident lookup (so that people behind firewalls that filter the ident port without sending NACK can connect without long timeouts). @@ -31,7 +32,8 @@ Limitations Requirements ------------ -Python 2.5 or newer. Get it at http://www.python.org. +Python 2.5 or newer, Python 2.6 or newer when SSL is used. +Get it at http://www.python.org. Installation ------------ -- cgit v1.2.3