Browse Source

README: Extend features

tags/v0.4.0
Daniel Oaks 7 years ago
parent
commit
91e3ab5735
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      README.md

+ 4
- 2
README.md View File

@@ -23,11 +23,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
23 23
 * native TLS/SSL support
24 24
 * server password (`PASS` command)
25 25
 * channels with most standard modes
26
-* IRC operators
26
+* IRC operators with an extensible privilege system
27 27
 * ident lookups for usernames
28
+* automated client connection limits
29
+* rehashing (on-the-fly updating server config and TLS certificates)
28 30
 * passwords stored in [bcrypt][go-crypto] format
29 31
 * client accounts and SASL
30
-* IRCv3 support
32
+* [IRCv3 support](http://ircv3.net/software/servers.html)
31 33
 
32 34
 ## Installation
33 35
 

Loading…
Cancel
Save