Skip to content

Latest commit

 

History

History
77 lines (40 loc) · 1.2 KB

CHANGES.rst

File metadata and controls

77 lines (40 loc) · 1.2 KB

0.4.10 (unreleased)

  • Nothing changed yet.

0.4.9 (2014-05-08)

  • Allow to trigger event on output with event(iotype='out')
  • Add a channel logger plugin
  • autojoins is now a separate plugin
  • userlist plugin take care of kicks
  • social plugin is now officially supported and tested

0.4.7 (2014-04-03)

  • IrcString use unicode with py2

0.4.6 (2014-03-11)

  • Bug fix. The cron need a loop sooner as possible.

0.4.5 (2014-02-25)

  • Bug fix. An event was run twice if more than one where using the same regexp

0.4.4 (2014-02-15)

  • Add cron plugin
  • Improve the command plugin. Fix some security issue.
  • Add --help-page option to generate commands help pages

0.4.3 (2014-01-10)

  • Fix a bug on connection_lost.
  • Send realname in USER command instead of nickname

0.4.2 (2014-01-09)

  • python2.7 support.
  • add some plugins (ctcp, uptime, feeds, search)
  • add some examples/ (twitter, asterisk)
  • improve some internals

0.4.1 (2013-12-30)

  • Depends on venusian 1.0a8

0.1 (2013-11-30)

  • Initial release