From 94ffe3fff2f437c2552b11b25e96210ebab446e4 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Mon, 2 Sep 2013 02:04:29 +0100 Subject: [PATCH] Tweaked README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c01271..02a1e42 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ Rosella is intended to provide a portable, light-weight, near-zero-conf ircd capable of handling many simultaneous connections, whilst providing as much privacy for its users as possible. -Rosella is *not* production ready, or recommended for large-scale usage. - -An x.509 key and certificate are required to open a TLS listener. -Proper key handling and certificate checking is the responsibility of the -users. Rosella cannot protect you from stupidity or untrustworthy CA's. +Rosella *only* communicates with clients over SSL/TLS connections, therefore an +x.509 certificate and private key are required for operation. Proper key +handling and certificate checking is the responsibility of the users. Rosella +cannot protect you from stupidity or untrustworthy CA's. Features -------- @@ -45,6 +44,7 @@ The following irc commands are supported: * QUIT * TOPIC * USER +* VERSION Download --------