Browse Source

server queues messages in same order to all clients

tags/v0.1.0
Edmund Huber 10 years ago
parent
commit
78b787f3ae
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -14,6 +14,7 @@ issues are welcome. Discuss it here or on Freenode in [#ergonomadic][irc].
14 14
 - haproxy [PROXY protocol][proxy-proto] header for hostname setting
15 15
 - passwords stored in [bcrypt][go-crypto] format
16 16
 - channels that [persist][go-sqlite] between restarts (+P)
17
+- messages are queued in the same order to all connected clients
17 18
 
18 19
 ## Why?
19 20
 

Loading…
Cancel
Save