diff --git a/CHANGELOG.md b/CHANGELOG.md index 214f451a..966089c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Initial release of Oragono! * Added [`RPL_ISUPPORT`](http://modern.ircdocs.horse/#rplisupport-005) numeric as advertised by most other IRCds today. * Added ability to parse complex mode change syntax commonly used these days (i.e. `+h-ov dan dan dan`). * Added user mode for clients connected via TLS (`+Z`). +* Added ability to register accounts. * Added support for IRCv3 capabilities [`extended-join`](http://ircv3.net/specs/extensions/extended-join-3.1.html), [`server-time`](http://ircv3.net/specs/extensions/server-time-3.2.html), and [`userhost-in-names`](http://ircv3.net/specs/extensions/userhost-in-names-3.2.html). ### Changed diff --git a/README.md b/README.md index 6064dd7d..18b0209b 100644 --- a/README.md +++ b/README.md @@ -25,6 +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 * IRCv3 support ### What about TLS/SSL?