----------------
- Switched to using Python's logging mechanism directly, with different
log levels. Removed function ``util.log``.
- Made the application's log level configurable.
- Enabled threading for the HTTP server to reduce blocking.
- Introduced an internal queue to decouple reception of HTTP requests
from announcing messages on IRC.
- Added support for custom IRC commands to send after connecting
(authentication, cloaking, flood protection, etc.).
- Updated rtoml to 0.6.1 (from 0.5.0).