From 78b787f3ae3d1551f5f3f1248a6e51de6c1bf769 Mon Sep 17 00:00:00 2001 From: Edmund Huber Date: Sat, 29 Mar 2014 20:22:14 +0100 Subject: [PATCH] server queues messages in same order to all clients --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d309ac3b..f47155ce 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ issues are welcome. Discuss it here or on Freenode in [#ergonomadic][irc]. - haproxy [PROXY protocol][proxy-proto] header for hostname setting - passwords stored in [bcrypt][go-crypto] format - channels that [persist][go-sqlite] between restarts (+P) +- messages are queued in the same order to all connected clients ## Why?