ChangeLog for hippybot
======================

1.2.3 (2012-04-24)
------------------

 - Made jabberbot >= 0.15 the minimum requirement to ensure ping timeout issue fix in upstream.

1.2.2 (2012-02-13)
------------------

 - Replace symlinked daemon module for use with build scripts that can't use symlinks (hat tip: Steven Kryskalla <steve@lolapps.com>).
 - Override jabberbot's _last_send_time overcome ping timeouts on HipChat (hat tip: Paul Thomas <paul.thomas@hp.com>).
 - Added new plugin flag to capture all XMPP message types.

1.2.1 (2011-10-26)
------------------

 - Fixed XMPP pings in JabberBot being ineffective, by sending a blank char instead.
 - Added daemon instructions to readme.

1.2.0 (2011-10-20)
------------------

 - New bot entry point runner, to support daemon mode.
 - Added -d/--daemon mode to runner, daemonizes hippybot to run in system background.
 - Added -p/--pid option to set location of PID file when in --daemon mode.
 - Fixed missing _api attribute from main class, for HipChat API wrapper.


1.1.4 (2011-09-29)
-----------------

 - Fix for HipChat API wrapper instantiation sometimes hitting a super() object.
 - Fixes for unicode handling in nicknames and chatrooms.
 - Fix for meta data such as readme, licence, changelog not being included in PyPi egg builds.
 - Added @wraps to directcmd decorator to preserve docs.

1.1.3 (2011-09-29)
-----------------

 - Fixed udefine plugin to actually perform lookups

1.1.2 (2011-09-29)
-----------------

 - Fixes for attribute errors in name handling

1.1.1 (2011-09-26)
-----------------

 - Added missing setup metadata

1.1.0 (2011-09-26)
-----------------

 - Added HipChat API wrapper for plugins to use
 - MANIFEST.in added to fix for PyPi release installation, by Norman Richards <orb@nostacktrace.com>
 - Added better room and nickname handling
 - Added experimental "udefine" plugin for loading defintions off urbandictionary.com

1.0.0 (2011-09-10)
------------------

 - Initial release
 - Plugin API, include @-messages
 - Dynamic reload of plugins and config
