Convos
view release on metacpan or search on metacpan
CHANGELOG.md view on Meta::CPAN
- Replace drop down menus with slide-in sidebars
- Requires Mojolicious 5.16
## 0.7 (2014-06-10)
- Add embedding of GitHub gists
- Fix opening socket in private conversations
## 0.6 (2014-06-09)
- Compatible with Mojolicious 5.0
- New WebSocket keep alive code
- Fix facebook avatars
## 0.5 (2014-05-24)
- Fixed bug with querying people not opening a new tab
- Improved Dockerfile (Dominik Tobschall)
- Fix casing bug with channel names.
- Better scrollbars
- Fixes for iPhone
- Serve echoed messages with 'localhost' instead of hostname.
t/etc/redis.conf view on Meta::CPAN
# Usage: redis-server t/etc/redis.conf
# Database from local/dump.rdb
daemonize no
port 30000
bind 127.0.0.1
timeout 60
tcp-keepalive 0
loglevel notice
logfile stdout
syslog-enabled no
databases 16
stop-writes-on-bgsave-error no
rdbcompression no
rdbchecksum no
dbfilename dump.rdb
dir local
maxclients 10
( run in 1.953 second using v1.01-cache-2.11-cpan-39bf76dae61 )