3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-14 07:59:31 +01:00

README: Improve features list some more

This commit is contained in:
Daniel Oaks 2016-10-24 01:36:55 +10:00
parent 91e3ab5735
commit dab207d32b

View File

@ -22,14 +22,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
* [yaml](http://yaml.org/) configuration * [yaml](http://yaml.org/) configuration
* native TLS/SSL support * native TLS/SSL support
* server password (`PASS` command) * server password (`PASS` command)
* channels with most standard modes * an extensible privilege system for IRC operators
* IRC operators with an extensible privilege system
* ident lookups for usernames * ident lookups for usernames
* automated client connection limits * automated client connection limits
* rehashing (on-the-fly updating server config and TLS certificates) * on-the-fly updating server config and TLS certificates (rehashing)
* passwords stored in [bcrypt][go-crypto] format
* client accounts and SASL * client accounts and SASL
* passwords stored with [bcrypt](https://godoc.org/golang.org/x/crypto) (client account passwords also salted)
* [IRCv3 support](http://ircv3.net/software/servers.html) * [IRCv3 support](http://ircv3.net/software/servers.html)
* a heavy focus on developing with [specifications](http://oragono.io/specs.html)
## Installation ## Installation
@ -66,5 +66,3 @@ oragono run
* Niels Freier, added WebSocket support to Ergonomadic, <https://github.com/stumpyfr> * Niels Freier, added WebSocket support to Ergonomadic, <https://github.com/stumpyfr>
* Daniel Oakley, maintainer of Oragono, <https://github.com/DanielOaks> * Daniel Oakley, maintainer of Oragono, <https://github.com/DanielOaks>
* apologies to anyone I forgot. * apologies to anyone I forgot.
[go-crypto]: https://godoc.org/golang.org/x/crypto