-----
- Added a new channel logger to log conversations to UTC dated text files. Also features a
web UI for log browsing.
- Fixed 68 - Custom settings overrides can be supplied via command line argument --settings.
The old env var is still supported. Either option can be an import string 'foo.bar.baz' or
a path on the filesystem 'foo/bar/baz.py'
- Fixed 77 - Allow custom plugin priority weights to be set in settings overrides
- Fixed 83 - The JIRA plugin no longer uses BeautifulSoup as a fallback
- Fixed 107 - Set erroneousNickFallback for default IRC client
- Fixed 111 - Better README docs on SERVER settings
- Fixed 120 - Operator plugin doesn't format responses properly
- Fixed 123 - Changed PyPI classifier to Production/Stable
- Fixed 126 - JIRA plugin exception when JIRA_PATTERNS is empty
- Fixed 127 - Allow optional setting to use shlex for comman arg string parsing instead of
naive whitespace splitting (see README for COMMAND_ARGS_SHLEX). This can also be a command
decorator argument like command('foo', shlex=True).