epitron

Results 33 issues of epitron

http://rblog-demo.connectify.ru/ Missing these required gems: configatron sanitize octopi git

It looks like when a DNS query fails, the bot just gives up reconnecting forever: ``` [WARN] Adding timer to reconnect to irc.freenode.net:6667 in 15 seconds /usr/lib/ruby/gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:714:in `connect_server': unable to...

Cogl doesn't build with SDL support enabled by default (on my Arch system, at least). Rig's ./configure works fine, but the make dies here: ``` rut.c:29:27: fatal error: cogl/cogl-sdl.h: No...

The Numerizer bug is still there. Someone needs to do a pull request.

To setup a machine that doesn't have ruby on it yet. (Functionally overlaps with tools like chef/puppet.)

When the network is available, "search" should default to the web-based search providers for performance (with appropriate exceptions).

Use dpkg-query to generate a nice table with package sizes: ``` dpkg-query -W -f='${Installed-Size;8} ${Package}\n' | sort -n ```