3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

server queues messages in same order to all clients

This commit is contained in:
Edmund Huber 2014-03-29 20:22:14 +01:00
parent a92ff15c34
commit 78b787f3ae

View File

@ -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?