README: Extend features

This commit is contained in:
Daniel Oaks 2016-10-24 01:07:04 +10:00
parent f62ffe006f
commit 91e3ab5735
1 changed files with 4 additions and 2 deletions

View File

@ -23,11 +23,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
* native TLS/SSL support * native TLS/SSL support
* server password (`PASS` command) * server password (`PASS` command)
* channels with most standard modes * channels with most standard modes
* IRC operators * IRC operators with an extensible privilege system
* ident lookups for usernames * 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 * passwords stored in [bcrypt][go-crypto] format
* client accounts and SASL * client accounts and SASL
* IRCv3 support * [IRCv3 support](http://ircv3.net/software/servers.html)
## Installation ## Installation