Files
perl-Bot-BasicBot/perl-Bot-BasicBot.changes

106 lines
4.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Feb 7 15:10:36 UTC 2018 - coolo@suse.com
- updated to 0.93
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.93 Fri Feb 2 00:12:02 GMT 2018
- Support WEBIRC
- Typo fixes
- Pass just the nick, not full n!u@h, to newly-introduced
mode_change() method, for consistency with other methods.
0.92 Thu Feb 1 20:09:43 GMT 2018
- new mode_change() method fired when modes change
- More accurate log messages upon connection
-------------------------------------------------------------------
Sat Apr 8 05:08:03 UTC 2017 - coolo@suse.com
- updated to 0.91
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.91 Thu Apr 6 23:39:21 BST 2017
-------------------------------------------------------------------
Thu Apr 6 05:08:13 UTC 2017 - coolo@suse.com
- updated to 0.90
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.90 Wed Apr 5 23:34:09 CEST 2017
- Populate raw_nick for chanjoin (Jeremy Gainsford)
- Small documentation improvements
- Maintainership transferred to David Precious
-------------------------------------------------------------------
Thu Apr 16 05:33:45 UTC 2015 - coolo@suse.com
- updated to 0.89
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.89 Mon Nov 21 22:08:39 GMT 2011
- Document the use of STDOUT after calling forkit()
- Add accessors for PoCo::IRC's 'localaddr' and 'useipv6' options
- Allow specifying a coderef callback for forkit()
0.88 Sat Aug 27 15:29:39 GMT 2011
- Add a DESTROY method so it won't get AUTOLOADed
- Fix incorrect documentation of nick_change() return values
0.87 Sat May 14 18:48:55 GMT 2011
- Make charset_decode() use IRC::Utils::decode_irc() internally
- Make utf8 the default outgoing message encoding
-------------------------------------------------------------------
Thu Apr 16 05:33:44 UTC 2015 - coolo@suse.com
- updated to 0.88
see /usr/share/doc/packages/perl-Bot-BasicBot/Changes
0.88 Sat Aug 27 15:29:39 GMT 2011
- Add a DESTROY method so it won't get AUTOLOADed
- Fix incorrect documentation of nick_change() return values
0.87 Sat May 14 18:48:55 GMT 2011
- Make charset_decode() use IRC::Utils::decode_irc() internally
- Make utf8 the default outgoing message encoding
-------------------------------------------------------------------
Mon Apr 4 17:17:03 UTC 2011 - coolo@novell.com
- updated to 0.86
- Add noticed(), which is like said() but for notices
- Depend on POE::Component::IRC 6.56 for a notice-related fix
- Document the 'no_run' attribute and add a getter/setter for it
- Added a pocoirc() method which returns the underlying pocoirc object
- Switched the backend from POE::Component::IRC to P::C::I::State
- Print a warning and shut down if our session gets an exception
- Document the channel_data() method
- Depend on POE::Component::IRC 6.55 for a NAMES-related bugfix
- Ignore empty strings returned by said()
- Adjust the method documentation a bit to avoid confusion
- Added the notice() method to send IRC notices.
Useful when implementing bots.
- Applied patch from Mario Domgörgen to use log() for warnings (RT #51804)
- Only ignore said() when it returns undef/empty list, not false
- got_names was never getting called. Fixed that.
- Skip connect.t for now. I should rewrite it to use poco-server-irc...
- Maintainership moved from cpan:TOMI to cpan:HINRIK
- Use POE::Component::IRC's Connector plugin to handle reconnects. This
fixes the endless reconnect loop when trying to shut down the bot
- Kill subprocesses (e.g. those created by forkit()) on shutdown
- Migrate distribution to Dist::Zilla
- Eliminate bogus "NAMES HASH(0x1234567)" queries the bot was making after
joining a channel
-------------------------------------------------------------------
Fri Nov 6 23:24:11 CET 2009 - dmueller@suse.de
- Initial package (0.81)