README: Add info on new SASL stuff

This commit is contained in:
Daniel Oaks
2016-09-07 21:35:43 +10:00
parent b5e7d8968f
commit ca2255804b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
* ident lookups for usernames
* passwords stored in [bcrypt][go-crypto] format
* channels that [persist][go-sqlite] between restarts (+P)
* client accounts
* client accounts and SASL
* IRCv3 support
### What about TLS/SSL?