Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-03 | Cache the result of the DNS query also if there is no IPv6 connectivity ↵ | Michael Stapelberg | |
(Thanks dothebart) | |||
2010-04-06 | Little style fixes for the last commit | Michael Stapelberg | |
2010-04-06 | ipv6: provide format strings for ipv6 up and ipv6 down | Christian Dietrich | |
2010-01-04 | ipv6: cache the result of the DNS query only, the socket needs to be ↵ | Michael Stapelberg | |
re-created every time | |||
2010-01-01 | ipv6: reuse the existing socket for further lookups | Michael Stapelberg | |
This reduces network overhead if you do not run a local caching nameserver. | |||
2009-10-11 | Breaks configfiles! Major refactoring of i3status, see below | Michael Stapelberg | |
We finally switched to libconfuse for a configuration file format which does not require much work for the programmer nor for the user. Plus, it avoids the Not-Invented-Here syndrome of yet another config file format. Furthermore, as a consequence of providing format strings for every "module" (ipv6, wireless, …), we directly print the output and thus we needed to drop support for wmii. This allowed us to get rid of quite some complexity. Documentation about the new configuration file and options will follow. This commit is the beginning of what will be i3status v2.0. |