Tweaked README.md

This commit is contained in:
Harry Jeffery 2013-09-02 02:04:29 +01:00
parent 0d91cad155
commit 94ffe3fff2

View File

@ -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 ircd capable of handling many simultaneous connections, whilst providing
as much privacy for its users as possible. as much privacy for its users as possible.
Rosella is *not* production ready, or recommended for large-scale usage. Rosella *only* communicates with clients over SSL/TLS connections, therefore an
x.509 certificate and private key are required for operation. Proper key
An x.509 key and certificate are required to open a TLS listener. handling and certificate checking is the responsibility of the users. Rosella
Proper key handling and certificate checking is the responsibility of the cannot protect you from stupidity or untrustworthy CA's.
users. Rosella cannot protect you from stupidity or untrustworthy CA's.
Features Features
-------- --------
@ -45,6 +44,7 @@ The following irc commands are supported:
* QUIT * QUIT
* TOPIC * TOPIC
* USER * USER
* VERSION
Download Download
-------- --------