TODO list for HnTool
=====================

This is the TODO list for HnTool. If you have a suggestion, please, file an issue on Google Code:

http://code.google.com/p/hntool/issues/list


For hntool 0.1
--------------

HnTool core:

    * Add modules for mysql, iptables and squid
    * Find a way to check if that module is necessary on runtime. For example,
        apache rules shouldn't run on servers that does not have apache installed.
    * Use exceptions (try/except)
    * Write setup.py
    * lib/hntool/util.py
        ** split_len(): don't split a word in the middle

postgresql module:

    * Check pg_hba.conf - ok
    * Check postgresql.conf for:
        ** Default port - ok
        ** SSL
        ** password_encryption
        ** shared_buffers (check sysctl.conf)
        ** work_mem
        ** fsync
        ** full_page_writes
        ** effective_cache_size
        ** o autovacuum

DONE

    * Write a man page - Rafael Gomes <rafael.gomes@techfree.com.br>
