From 91e3ab57355c2920fabbc65cdff084fe6b473c35 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Mon, 24 Oct 2016 01:07:04 +1000 Subject: [PATCH] README: Extend features --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c37b11..819d3f5c 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo * native TLS/SSL support * server password (`PASS` command) * channels with most standard modes -* IRC operators +* IRC operators with an extensible privilege system * ident lookups for usernames +* automated client connection limits +* rehashing (on-the-fly updating server config and TLS certificates) * passwords stored in [bcrypt][go-crypto] format * client accounts and SASL -* IRCv3 support +* [IRCv3 support](http://ircv3.net/software/servers.html) ## Installation